Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/input/
H A DIInputManager.aidl198 boolean flushSensor(int deviceId, int sensorType); in flushSensor() method
H A DInputManager.java1103 public boolean flushSensor(int deviceId, int sensorType) { in flushSensor() method in InputManager
H A DInputManagerGlobal.java971 boolean flushSensor(int deviceId, int sensorType) { in flushSensor() method in InputManagerGlobal
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A 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
H A DInputManagerService.java1920 public boolean flushSensor(int deviceId, int sensorType) { in flushSensor() method in InputManagerService