Searched refs:addSensor (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/sensorservice/ |
D | BatteryService.cpp | 36 bool BatteryService::addSensor(uid_t uid, int handle) { in addSensor() function in android::BatteryService 60 if (addSensor(uid, handle)) { in enableSensorImpl()
|
D | BatteryService.h | 50 bool addSensor(uid_t uid, int handle);
|
D | SensorEventConnection.h | 61 bool addSensor(int32_t handle);
|
D | SensorEventConnection.cpp | 113 bool SensorService::SensorEventConnection::addSensor(int32_t handle) { in addSensor() function in android::SensorService::SensorEventConnection
|
D | SensorService.cpp | 1461 if (connection->addSensor(handle)) { in enable()
|
/frameworks/base/core/java/android/hardware/ |
D | SystemSensorManager.java | 179 if (!queue.addSensor(sensor, delayUs, maxBatchReportLatencyUs)) { in registerListenerImpl() 186 return queue.addSensor(sensor, delayUs, maxBatchReportLatencyUs); in registerListenerImpl() 239 if (!queue.addSensor(sensor, 0, 0)) { in requestTriggerSensorImpl() 246 return queue.addSensor(sensor, 0, 0); in requestTriggerSensorImpl() 663 public boolean addSensor( in addSensor() method in SystemSensorManager.BaseEventQueue
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 6986 HSPLandroid/hardware/SystemSensorManager$BaseEventQueue;->addSensor(Landroid/hardware/Sensor;II)Z
|
D | hiddenapi-greylist-max-o.txt | 25003 Landroid/hardware/SystemSensorManager$BaseEventQueue;->addSensor(Landroid/hardware/Sensor;II)Z
|