Home
last modified time | relevance | path

Searched defs:enableSensor (Results 1 – 12 of 12) 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.h55 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.cpp73 bool InputMapper::enableSensor(InputDeviceSensorType sensorType, in enableSensor() function in android::InputMapper
DSensorInputMapper.cpp333 bool SensorInputMapper::enableSensor(InputDeviceSensorType sensorType, in enableSensor() function in android::SensorInputMapper
/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl131 boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor() method
DInputManager.java1194 public boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor() method in InputManager
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp508 bool InputDevice::enableSensor(InputDeviceSensorType sensorType, in enableSensor() function in android::InputDevice
DInputReader.cpp653 bool InputReader::enableSensor(int32_t deviceId, InputDeviceSensorType sensorType, in enableSensor() function in android::InputReader
/frameworks/base/core/java/android/hardware/
DSystemSensorManager.java783 private int enableSensor( in enableSensor() method in SystemSensorManager.BaseEventQueue
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2420 public boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor() method in InputManagerService