Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DInputMapper.cpp103 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.cpp136 void flushSensor(int32_t deviceId, InputDeviceSensorType sensorType) { in flushSensor() function in android::FuzzInputReader
/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl198 boolean flushSensor(int deviceId, int sensorType); in flushSensor() method
DInputManager.java1103 public boolean flushSensor(int deviceId, int sensorType) { in flushSensor() method in InputManager
DInputManagerGlobal.java971 boolean flushSensor(int deviceId, int sensorType) { in flushSensor() method in InputManagerGlobal
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java208 boolean flushSensor(int deviceId, int sensorType); in flushSensor() method
472 public native boolean flushSensor(int deviceId, int sensorType); in flushSensor() method in NativeInputManagerService.NativeImpl
DInputManagerService.java1920 public boolean flushSensor(int deviceId, int sensorType) { in flushSensor() method in InputManagerService
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp605 void InputDevice::flushSensor(InputDeviceSensorType sensorType) { in flushSensor() function in android::InputDevice
DInputReader.cpp742 void InputReader::flushSensor(int32_t deviceId, InputDeviceSensorType sensorType) { in flushSensor() function in android::InputReader
/frameworks/native/services/sensorservice/
DSensorService.cpp2136 status_t SensorService::flushSensor(const sp<SensorEventConnection>& connection, in flushSensor() function in android::SensorService
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp1808 bool InputDispatcher::flushSensor(int deviceId, InputDeviceSensorType sensorType) { in flushSensor() function in android::inputdispatcher::InputDispatcher