Searched defs:autoDisable (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/native/services/sensorservice/ | ||
H A D | SensorInterface.h | 68 virtual void autoDisable(void* /*ident*/, int /*handle*/) override { } in autoDisable() function |
H A D | SensorInterface.cpp | 80 void HardwareSensor::autoDisable(void *ident, int handle) { in autoDisable() function in android::HardwareSensor |
H A D | SensorDevice.cpp | 656 void SensorDevice::autoDisable(void *ident, int handle) { in autoDisable() function in android::SensorDevice |