Home
last modified time | relevance | path

Searched refs:disableSensor (Results 1 – 25 of 35) sorted by relevance

12

/aosp12/frameworks/native/services/sensorservice/hidl/
H A DEventQueue.cpp82 Return<Result> EventQueue::disableSensor(int32_t sensorHandle) { in disableSensor() function in android::frameworks::sensorservice::V1_0::implementation::EventQueue
83 return convertResult(mInternalQueue->disableSensor(sensorHandle)); in disableSensor()
H A DEventQueue.h49 Return<Result> disableSensor(int32_t sensorHandle) override;
/aosp12/frameworks/native/libs/sensor/include/sensor/
H A DSensorEventQueue.h84 status_t disableSensor(Sensor const* sensor) const;
90 status_t disableSensor(int32_t handle) const;
/aosp12/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DASensorEventQueue.cpp79 int ASensorEventQueue::disableSensor(ASensorRef sensor) { in disableSensor() function in ASensorEventQueue
80 Return<Result> ret = mQueueImpl->disableSensor( in disableSensor()
H A DASensorEventQueue.h53 int disableSensor(ASensorRef sensor);
H A DASensorManager.cpp326 return queue->disableSensor(sensor); in ASensorEventQueue_disableSensor()
/aosp12/frameworks/native/libs/sensor/
H A DSensorEventQueue.cpp134 status_t SensorEventQueue::disableSensor(Sensor const* sensor) const { in disableSensor() function in android::SensorEventQueue
148 status_t SensorEventQueue::disableSensor(int32_t handle) const { in disableSensor() function in android::SensorEventQueue
/aosp12/frameworks/native/services/sensorservice/
H A DBatteryService.h58 static void disableSensor(uid_t uid, int handle) { in disableSensor() function
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DInputMapper.cpp79 void InputMapper::disableSensor(InputDeviceSensorType sensorType) {} in disableSensor() function in android::InputMapper
H A DInputMapper.h74 virtual void disableSensor(InputDeviceSensorType sensorType);
H A DSensorInputMapper.h39 void disableSensor(InputDeviceSensorType sensorType) override;
H A DSensorInputMapper.cpp360 void SensorInputMapper::disableSensor(InputDeviceSensorType sensorType) { in disableSensor() function in android::SensorInputMapper
/aosp12/frameworks/hardware/interfaces/sensorservice/1.0/
H A DIEventQueue.hal52 disableSensor(int32_t sensorHandle) generates (Result result);
H A DREADME131 if (q->disableSensor(sensorHandle) != Result::OK) {
/aosp12/frameworks/base/core/java/android/hardware/input/
H A DIInputManager.aidl134 void disableSensor(int deviceId, int sensorType); in disableSensor() method
H A DInputManager.java1209 public void disableSensor(int deviceId, int sensorType) { in disableSensor() method in InputManager
1211 mIm.disableSensor(deviceId, sensorType); in disableSensor()
/aosp12/hardware/google/camera/common/sensor_listener/
H A Dgoog_sensor_wrapper.cc118 Return<Result> result = event_queue_->disableSensor(handle_); in Disable()
/aosp12/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java729 disableSensor(sensor); in removeAllSensors()
743 if (disable) disableSensor(sensor); in removeSensor()
806 private int disableSensor(Sensor sensor) { in disableSensor() method in SystemSensorManager.BaseEventQueue
/aosp12/frameworks/native/services/inputflinger/include/
H A DInputReaderBase.h129 virtual void disableSensor(int32_t deviceId, InputDeviceSensorType sensorType) = 0;
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp519 void InputDevice::disableSensor(InputDeviceSensorType sensorType) { in disableSensor() function in android::InputDevice
520 for_each_mapper([sensorType](InputMapper& mapper) { mapper.disableSensor(sensorType); }); in disableSensor()
H A DInputReader.cpp650 void InputReader::disableSensor(int32_t deviceId, InputDeviceSensorType sensorType) { in disableSensor() function in android::InputReader
655 device->disableSensor(sensorType); in disableSensor()
/aosp12/frameworks/base/core/tests/coretests/src/android/hardware/input/
H A DInputDeviceSensorManagerTest.java248 verify(mIInputManagerMock).disableSensor(eq(DEVICE_ID), eq(sensor.getType())); in testInputDeviceSensorListener()
/aosp12/frameworks/av/media/libheadtracking/
H A DSensorPoseProvider.cpp88 int ret = mQueue->disableSensor(mSensor); in ~SensorEnableGuard()
/aosp12/frameworks/base/native/android/
H A Dsensor.cpp235 return static_cast<SensorEventQueue*>(queue)->disableSensor( in ASensorEventQueue_disableSensor()
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputReader.h94 void disableSensor(int32_t deviceId, InputDeviceSensorType sensorType) override;

12