Searched refs:screen_orientation (Results 1 – 1 of 1) sorted by relevance
4373 int screen_orientation = 0; in readDmpOrientEvents() local4381 if (fscanf(fp, "%d\n", &screen_orientation) < 0 || fclose(fp) < 0) in readDmpOrientEvents()4401 temp.screen_orientation = screen_orientation; in readDmpOrientEvents()4413 dmpOrientHandler(screen_orientation); in readDmpOrientEvents()