/frameworks/native/libs/sensor/ |
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
|
/frameworks/native/services/sensorservice/ |
D | BatteryService.h | 54 static void enableSensor(uid_t uid, int handle) { in enableSensor() function
|
/frameworks/native/services/sensorservice/hidl/ |
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
|
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/ |
D | ASensorEventQueue.cpp | 59 int ASensorEventQueue::enableSensor(ASensorRef sensor) { in enableSensor() function in ASensorEventQueue
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | InputMapper.cpp | 77 bool InputMapper::enableSensor(InputDeviceSensorType sensorType, in enableSensor() function in android::InputMapper
|
D | SensorInputMapper.cpp | 334 bool SensorInputMapper::enableSensor(InputDeviceSensorType sensorType, in enableSensor() function in android::SensorInputMapper
|
/frameworks/base/core/java/android/hardware/input/ |
D | IInputManager.aidl | 141 boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor() method
|
D | InputManager.java | 1292 public boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor() method in InputManager
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | NativeInputManagerService.java | 183 boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor() method 398 public native boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor() method in NativeInputManagerService.NativeImpl
|
D | InputManagerService.java | 2516 public boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor() method in InputManagerService
|
/frameworks/native/services/inputflinger/reader/ |
D | InputDevice.cpp | 532 bool InputDevice::enableSensor(InputDeviceSensorType sensorType, in enableSensor() function in android::InputDevice
|
D | InputReader.cpp | 666 bool InputReader::enableSensor(int32_t deviceId, InputDeviceSensorType sensorType, in enableSensor() function in android::InputReader
|
/frameworks/base/core/java/android/hardware/ |
D | SystemSensorManager.java | 780 private int enableSensor( in enableSensor() method in SystemSensorManager.BaseEventQueue
|