Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorDevice.h123 bool isSensorActive(int handle) const;
DSensorDevice.cpp742 bool SensorDevice::isSensorActive(int handle) const { in isSensorActive() function in android::SensorDevice
DSensorService.cpp445 if (dev.isSensorActive(handle)) { in dump()