Home
last modified time | relevance | path

Searched defs:flushSensor (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DInputMapper.cpp81 void InputMapper::flushSensor(InputDeviceSensorType sensorType) {} in flushSensor() function in android::InputMapper
H A DSensorInputMapper.cpp316 void SensorInputMapper::flushSensor(InputDeviceSensorType sensorType) { in flushSensor() function in android::SensorInputMapper
/aosp12/frameworks/base/core/java/android/hardware/input/
H A DIInputManager.aidl136 boolean flushSensor(int deviceId, int sensorType); in flushSensor() method
H A DInputManager.java1222 public boolean flushSensor(int deviceId, int sensorType) { in flushSensor() method in InputManager
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp523 void InputDevice::flushSensor(InputDeviceSensorType sensorType) { in flushSensor() function in android::InputDevice
H A DInputReader.cpp671 void InputReader::flushSensor(int32_t deviceId, InputDeviceSensorType sensorType) { in flushSensor() function in android::InputReader
/aosp12/frameworks/native/services/sensorservice/
H A DSensorService.cpp1892 status_t SensorService::flushSensor(const sp<SensorEventConnection>& connection, in flushSensor() function in android::SensorService
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2424 public boolean flushSensor(int deviceId, int sensorType) { in flushSensor() method in InputManagerService
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp1536 bool InputDispatcher::flushSensor(int deviceId, InputDeviceSensorType sensorType) { in flushSensor() function in android::inputdispatcher::InputDispatcher