Home
last modified time | relevance | path

Searched refs:screen_orientation (Results 1 – 1 of 1) 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()