/aosp12/frameworks/native/services/sensorservice/ |
H A 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()
|
H A D | BatteryService.h | 50 bool addSensor(uid_t uid, int handle);
|
H A D | SensorEventConnection.h | 61 bool addSensor(int32_t handle);
|
H A D | SensorEventConnection.cpp | 162 bool SensorService::SensorEventConnection::addSensor(int32_t handle) { in addSensor() function in android::SensorService::SensorEventConnection
|
H A D | SensorService.cpp | 1749 if (connection->addSensor(handle)) { in enable()
|
/aosp12/packages/services/Car/tools/ |
H A D | update-obd2-sensors.py | 35 def addSensor(self, sensor): member in SensorList 190 sensorList.addSensor(self)
|
/aosp12/system/chre/platform/slpi/see/ |
H A D | platform_sensor_manager.cc | 322 void addSensor(SeeHelper &seeHelper, uint8_t sensorType, in addSensor() function 486 addSensor(seeHelper, sensorType, targetGroupMask, suid, attr, sensors); in findAndAddSensorsForType() 503 addSensor(seeHelper, calibratedType, calTargetGroupMask, suid, attr, in findAndAddSensorsForType() 529 addSensor(seeHelper, temperatureType, kTempGroupMask, tempSuid, in findAndAddSensorsForType()
|
/aosp12/frameworks/base/core/java/android/hardware/ |
H A D | SystemSensorManager.java | 209 if (!queue.addSensor(sensor, delayUs, maxBatchReportLatencyUs)) { in registerListenerImpl() 216 return queue.addSensor(sensor, delayUs, maxBatchReportLatencyUs); in registerListenerImpl() 269 if (!queue.addSensor(sensor, 0, 0)) { in requestTriggerSensorImpl() 276 return queue.addSensor(sensor, 0, 0); in requestTriggerSensorImpl() 703 public boolean addSensor( in addSensor() method in SystemSensorManager.BaseEventQueue
|
/aosp12/frameworks/base/core/java/android/hardware/input/ |
H A D | InputDeviceSensorManager.java | 269 addSensor(sensor); in InputSensorEventListenerDelegate() 301 public void addSensor(@NonNull Sensor sensor) { in addSensor() method in InputDeviceSensorManager.InputSensorEventListenerDelegate 485 mInputSensorEventListeners.get(idx).addSensor(sensor); in registerListenerInternal()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/ |
H A D | DozeSensorsTest.java | 401 mDozeSensors.addSensor(triggerSensor); in testUdfpsEnrollmentChanged() 498 public void addSensor(TriggerSensor sensor) { in addSensor() method in DozeSensorsTest.TestableDozeSensors
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 8325 HSPLandroid/hardware/SystemSensorManager$BaseEventQueue;->addSensor(Landroid/hardware/Sensor;II)Z+]…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 8320 HSPLandroid/hardware/SystemSensorManager$BaseEventQueue;->addSensor(Landroid/hardware/Sensor;II)Z+]…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 24994 Landroid/hardware/SystemSensorManager$BaseEventQueue;->addSensor(Landroid/hardware/Sensor;II)Z
|