Home
last modified time | relevance | path

Searched refs:flushSensor (Results 1 – 7 of 7) sorted by relevance

/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
1925 return mNative.flushSensor(deviceId, sensorType); in flushSensor()
/aosp14/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java1103 public boolean flushSensor(int deviceId, int sensorType) { in flushSensor() method in InputManager
1104 return mGlobal.flushSensor(deviceId, sensorType); in flushSensor()
H A DIInputManager.aidl198 boolean flushSensor(int deviceId, int sensorType); in flushSensor() method
H A DInputManagerGlobal.java971 boolean flushSensor(int deviceId, int sensorType) { in flushSensor() method in InputManagerGlobal
973 return mIm.flushSensor(deviceId, sensorType); in flushSensor()
H A DInputDeviceSensorManager.java556 if (!mGlobal.flushSensor(deviceId, sensor.getType())) { in flush()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp2546 im->getInputManager()->getReader().flushSensor(deviceId, in nativeFlushSensor()
2548 return im->getInputManager()->getDispatcher().flushSensor(deviceId, in nativeFlushSensor()