Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DInputMapper.cpp105 void InputMapper::flushSensor(InputDeviceSensorType sensorType) {} in flushSensor() function in android::InputMapper
DSensorInputMapper.cpp314 void SensorInputMapper::flushSensor(InputDeviceSensorType sensorType) { in flushSensor() function in android::SensorInputMapper
/frameworks/native/services/inputflinger/tests/fuzzers/
DInputReaderFuzzer.cpp134 void flushSensor(int32_t deviceId, InputDeviceSensorType sensorType) { in flushSensor() function in android::FuzzInputReader
/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl188 boolean flushSensor(int deviceId, int sensorType); in flushSensor() method
DInputManagerGlobal.java1127 boolean flushSensor(int deviceId, int sensorType) { in flushSensor() method in InputManagerGlobal
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java217 boolean flushSensor(int deviceId, int sensorType); in flushSensor() method
510 public native boolean flushSensor(int deviceId, int sensorType); in flushSensor() method in NativeInputManagerService.NativeImpl
DInputManagerService.java1824 public boolean flushSensor(int deviceId, int sensorType) { in flushSensor() method in InputManagerService
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp650 void InputDevice::flushSensor(InputDeviceSensorType sensorType) { in flushSensor() function in android::InputDevice
DInputReader.cpp729 void InputReader::flushSensor(int32_t deviceId, InputDeviceSensorType sensorType) { in flushSensor() function in android::InputReader
/frameworks/native/services/sensorservice/
DSensorService.cpp2236 status_t SensorService::flushSensor(const sp<SensorEventConnection>& connection, in flushSensor() function in android::SensorService
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp1991 bool InputDispatcher::flushSensor(int deviceId, InputDeviceSensorType sensorType) { in flushSensor() function in android::inputdispatcher::InputDispatcher