Home
last modified time | relevance | path

Searched defs:notifySwitch (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp88 virtual void notifySwitch(nsecs_t, uint32_t, uint32_t, uint32_t) { in notifySwitch() function in android::FakeInputDispatcherPolicy
DInputReader_test.cpp299 virtual void notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::FakeInputListener
/frameworks/native/services/inputflinger/
DInputListener.cpp163 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::QueuedInputListener
DInputDispatcher.cpp2563 void InputDispatcher::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::InputDispatcher
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp73 jmethodID notifySwitch; member
574 void NativeInputManager::notifySwitch(nsecs_t when, in notifySwitch() function in android::NativeInputManager
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1479 private void notifySwitch(long whenNanos, int switchValues, int switchMask) { in notifySwitch() method in InputManagerService