Home
last modified time | relevance | path

Searched defs:notifySensorEvent (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/benchmarks/
H A DInputDispatcher_benchmarks.cpp80 void notifySensorEvent(int32_t deviceId, InputDeviceSensorType sensorType, in notifySensorEvent() function in android::inputdispatcher::FakeInputDispatcherPolicy
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2770 private void notifySensorEvent(int deviceId, int sensorType, int accuracy, long timestamp, in notifySensorEvent() method in InputManagerService
3412 public void notifySensorEvent(int deviceId, int sensorType, int accuracy, long timestamp, in notifySensorEvent() method in InputManagerService.SensorEventListenerRecord
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp107 jmethodID notifySensorEvent; member
942 void NativeInputManager::notifySensorEvent(int32_t deviceId, InputDeviceSensorType sensorType, in notifySensorEvent() function in android::NativeInputManager
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp346 void notifySensorEvent(int32_t deviceId, InputDeviceSensorType sensorType, in notifySensorEvent() function in android::inputdispatcher::FakeInputDispatcherPolicy