Home
last modified time | relevance | path

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

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