Home
last modified time | relevance | path

Searched refs:pollOrientation (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/pixelstats/include/pixelstats/
DOrientationCollector.h35 int32_t pollOrientation(int *orientation);
/hardware/google/pixel/pixelstats/
DOrientationCollector.cpp46 int32_t OrientationCollector::pollOrientation(int *orientation) { in pollOrientation() function in android::hardware::google::pixel::OrientationCollector
DWlcReporter.cpp243 orientationCollector->pollOrientation(&orientationFromSensor); in reportOrientation()