Home
last modified time | relevance | path

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

12

/frameworks/native/services/sensorservice/hidl/
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()
DEventQueue.h49 Return<Result> disableSensor(int32_t sensorHandle) override;
/frameworks/native/libs/sensor/include/sensor/
DSensorEventQueue.h84 status_t disableSensor(Sensor const* sensor) const;
90 status_t disableSensor(int32_t handle) const;
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DASensorEventQueue.cpp79 int ASensorEventQueue::disableSensor(ASensorRef sensor) { in disableSensor() function in ASensorEventQueue
80 Return<Result> ret = mQueueImpl->disableSensor( in disableSensor()
DASensorEventQueue.h53 int disableSensor(ASensorRef sensor);
DASensorManager.cpp326 return queue->disableSensor(sensor); in ASensorEventQueue_disableSensor()
/frameworks/native/libs/sensor/
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
/frameworks/native/services/sensorservice/
DBatteryService.h58 static void disableSensor(uid_t uid, int handle) { in disableSensor() function
/frameworks/native/services/inputflinger/reader/mapper/
DInputMapper.cpp79 void InputMapper::disableSensor(InputDeviceSensorType sensorType) {} in disableSensor() function in android::InputMapper
DSensorInputMapper.h39 void disableSensor(InputDeviceSensorType sensorType) override;
DInputMapper.h74 virtual void disableSensor(InputDeviceSensorType sensorType);
DSensorInputMapper.cpp360 void SensorInputMapper::disableSensor(InputDeviceSensorType sensorType) { in disableSensor() function in android::SensorInputMapper
/frameworks/hardware/interfaces/sensorservice/1.0/
DIEventQueue.hal52 disableSensor(int32_t sensorHandle) generates (Result result);
DREADME131 if (q->disableSensor(sensorHandle) != Result::OK) {
/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl134 void disableSensor(int deviceId, int sensorType); in disableSensor() method
DInputManager.java1209 public void disableSensor(int deviceId, int sensorType) { in disableSensor() method in InputManager
1211 mIm.disableSensor(deviceId, sensorType); in disableSensor()
DInputDeviceSensorManager.java542 mInputManager.disableSensor(deviceId, sensorType); in unregisterListenerInternal()
/frameworks/base/core/java/android/hardware/
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
/frameworks/native/services/inputflinger/include/
DInputReaderBase.h129 virtual void disableSensor(int32_t deviceId, InputDeviceSensorType sensorType) = 0;
/frameworks/native/services/inputflinger/reader/
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()
DInputReader.cpp644 void InputReader::disableSensor(int32_t deviceId, InputDeviceSensorType sensorType) { in disableSensor() function in android::InputReader
649 device->disableSensor(sensorType); in disableSensor()
/frameworks/base/core/tests/coretests/src/android/hardware/input/
DInputDeviceSensorManagerTest.java248 verify(mIInputManagerMock).disableSensor(eq(DEVICE_ID), eq(sensor.getType())); in testInputDeviceSensorListener()
/frameworks/base/native/android/
Dsensor.cpp235 return static_cast<SensorEventQueue*>(queue)->disableSensor( in ASensorEventQueue_disableSensor()
/frameworks/native/services/inputflinger/reader/include/
DInputReader.h94 void disableSensor(int32_t deviceId, InputDeviceSensorType sensorType) override;
DInputDevice.h96 void disableSensor(InputDeviceSensorType sensorType);

12