Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/sensor/
H A 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
/aosp12/frameworks/native/services/sensorservice/
H A DBatteryService.h55 static void enableSensor(uid_t uid, int handle) { in enableSensor() function
/aosp12/frameworks/native/services/sensorservice/hidl/
H A DEventQueue.cpp76 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 DASensorEventQueue.cpp59 int ASensorEventQueue::enableSensor(ASensorRef sensor) { in enableSensor() function in ASensorEventQueue
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DInputMapper.cpp73 bool InputMapper::enableSensor(InputDeviceSensorType sensorType, in enableSensor() function in android::InputMapper
H A DSensorInputMapper.cpp333 bool SensorInputMapper::enableSensor(InputDeviceSensorType sensorType, in enableSensor() function in android::SensorInputMapper
/aosp12/frameworks/base/core/java/android/hardware/input/
H A DIInputManager.aidl131 boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor() method
H A DInputManager.java1194 public boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor() method in InputManager
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp508 bool InputDevice::enableSensor(InputDeviceSensorType sensorType, in enableSensor() function in android::InputDevice
H A DInputReader.cpp659 bool InputReader::enableSensor(int32_t deviceId, InputDeviceSensorType sensorType, in enableSensor() function in android::InputReader
/aosp12/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java783 private int enableSensor( in enableSensor() method in SystemSensorManager.BaseEventQueue
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2436 public boolean enableSensor(int deviceId, int sensorType, int samplingPeriodUs, in enableSensor() method in InputManagerService