Searched refs:removeSensor (Results 1 - 6 of 6) sorted by path

/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java204 result = queue.removeSensor(sensor, true);
262 result = queue.removeSensor(sensor, disable);
673 removeSensor(sensor, false);
697 public boolean removeSensor(Sensor sensor, boolean disable) { method in class:SystemSensorManager.BaseEventQueue
/frameworks/native/services/sensorservice/
H A DBatteryService.cpp48 bool BatteryService::removeSensor(uid_t uid, int handle) { function in class:android::BatteryService
69 if (removeSensor(uid, handle)) {
H A DBatteryService.h51 bool removeSensor(uid_t uid, int handle);
H A DSensorEventConnection.cpp117 bool SensorService::SensorEventConnection::removeSensor(int32_t handle) { function in class:android::SensorService::SensorEventConnection
H A DSensorEventConnection.h60 bool removeSensor(int32_t handle);
H A DSensorService.cpp674 activeConnections[i]->removeSensor(handle);
1168 c->removeSensor(handle);
1366 if (connection->removeSensor(handle)) {

Completed in 126 milliseconds