Home
last modified time | relevance | path

Searched refs:screen_orientation (Results 1 – 2 of 2) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp4373 int screen_orientation = 0; in readDmpOrientEvents() local
4381 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()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.cpp4830 int screen_orientation = 0; local
4838 if (fscanf(fp, "%d\n", &screen_orientation) < 0 || fclose(fp) < 0)
4858 temp.screen_orientation = screen_orientation;
4868 dmpOrientHandler(screen_orientation);