Home
last modified time | relevance | path

Searched defs:enableSensor (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/libs/sensor/
DSensorEventQueue.cpp125 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/
DBatteryService.h54 static void enableSensor(uid_t uid, int handle) { in enableSensor() function
/frameworks/native/services/sensorservice/hidl/
DEventQueue.cpp76 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/
DASensorEventQueue.cpp59 int ASensorEventQueue::enableSensor(ASensorRef sensor) { in enableSensor() function in ASensorEventQueue
/frameworks/native/services/inputflinger/reader/mapper/
DInputMapper.cpp77 bool InputMapper::enableSensor(InputDeviceSensorType sensorType, in enableSensor() function in android::InputMapper
DSensorInputMapper.cpp334 bool SensorInputMapper::enableSensor(InputDeviceSensorType sensorType, in enableSensor() function in android::SensorInputMapper
/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl141 boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor() method
DInputManager.java1292 public boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor() method in InputManager
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java183 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
DInputManagerService.java2516 public boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor() method in InputManagerService
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp532 bool InputDevice::enableSensor(InputDeviceSensorType sensorType, in enableSensor() function in android::InputDevice
DInputReader.cpp666 bool InputReader::enableSensor(int32_t deviceId, InputDeviceSensorType sensorType, in enableSensor() function in android::InputReader
/frameworks/base/core/java/android/hardware/
DSystemSensorManager.java780 private int enableSensor( in enableSensor() method in SystemSensorManager.BaseEventQueue