/aosp12/frameworks/native/libs/sensor/ |
H A D | SensorEventQueue.cpp | 125 status_t SensorEventQueue::enableSensor(Sensor const* sensor) const { in enableSensor() function in android::SensorEventQueue 129 status_t SensorEventQueue::enableSensor(Sensor const* sensor, int32_t samplingPeriodUs) const { in enableSensor() function in android::SensorEventQueue 138 status_t SensorEventQueue::enableSensor(int32_t handle, int32_t samplingPeriodUs, in enableSensor() function in android::SensorEventQueue
|
/aosp12/frameworks/native/services/sensorservice/ |
H A D | BatteryService.h | 55 static void enableSensor(uid_t uid, int handle) { in enableSensor() function
|
/aosp12/frameworks/native/services/sensorservice/hidl/ |
H A D | EventQueue.cpp | 76 Return<Result> EventQueue::enableSensor(int32_t sensorHandle, int32_t samplingPeriodUs, in enableSensor() function in android::frameworks::sensorservice::V1_0::implementation::EventQueue
|
/aosp12/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/ |
H A D | ASensorEventQueue.cpp | 59 int ASensorEventQueue::enableSensor(ASensorRef sensor) { in enableSensor() function in ASensorEventQueue
|
/aosp12/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | InputMapper.cpp | 73 bool InputMapper::enableSensor(InputDeviceSensorType sensorType, in enableSensor() function in android::InputMapper
|
H A D | SensorInputMapper.cpp | 333 bool SensorInputMapper::enableSensor(InputDeviceSensorType sensorType, in enableSensor() function in android::SensorInputMapper
|
/aosp12/frameworks/base/core/java/android/hardware/input/ |
H A D | IInputManager.aidl | 131 boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor() method
|
H A D | InputManager.java | 1194 public boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor() method in InputManager
|
/aosp12/frameworks/native/services/inputflinger/reader/ |
H A D | InputDevice.cpp | 508 bool InputDevice::enableSensor(InputDeviceSensorType sensorType, in enableSensor() function in android::InputDevice
|
H A D | InputReader.cpp | 659 bool InputReader::enableSensor(int32_t deviceId, InputDeviceSensorType sensorType, in enableSensor() function in android::InputReader
|
/aosp12/frameworks/base/core/java/android/hardware/ |
H A D | SystemSensorManager.java | 783 private int enableSensor( in enableSensor() method in SystemSensorManager.BaseEventQueue
|
/aosp12/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 2436 public boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor() method in InputManagerService
|