Home
last modified time | relevance | path

Searched defs:disableSensor (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/native/libs/sensor/
H A DSensorEventQueue.cpp134 status_t SensorEventQueue::disableSensor(Sensor const* sensor) const { in disableSensor() function in android::SensorEventQueue
148 status_t SensorEventQueue::disableSensor(int32_t handle) const { in disableSensor() function in android::SensorEventQueue
/aosp12/frameworks/native/services/sensorservice/
H A DBatteryService.h58 static void disableSensor(uid_t uid, int handle) { in disableSensor() function
/aosp12/frameworks/native/services/sensorservice/hidl/
H A DEventQueue.cpp82 Return<Result> EventQueue::disableSensor(int32_t sensorHandle) { in disableSensor() function in android::frameworks::sensorservice::V1_0::implementation::EventQueue
/aosp12/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DASensorEventQueue.cpp79 int ASensorEventQueue::disableSensor(ASensorRef sensor) { in disableSensor() function in ASensorEventQueue
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DInputMapper.cpp79 void InputMapper::disableSensor(InputDeviceSensorType sensorType) {} in disableSensor() function in android::InputMapper
H A DSensorInputMapper.cpp360 void SensorInputMapper::disableSensor(InputDeviceSensorType sensorType) { in disableSensor() function in android::SensorInputMapper
/aosp12/frameworks/base/core/java/android/hardware/input/
H A DIInputManager.aidl134 void disableSensor(int deviceId, int sensorType); in disableSensor() method
H A DInputManager.java1209 public void disableSensor(int deviceId, int sensorType) { in disableSensor() method in InputManager
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp519 void InputDevice::disableSensor(InputDeviceSensorType sensorType) { in disableSensor() function in android::InputDevice
H A DInputReader.cpp650 void InputReader::disableSensor(int32_t deviceId, InputDeviceSensorType sensorType) { in disableSensor() function in android::InputReader
/aosp12/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java806 private int disableSensor(Sensor sensor) { in disableSensor() method in SystemSensorManager.BaseEventQueue
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2445 public void disableSensor(int deviceId, int sensorType) { in disableSensor() method in InputManagerService