Home
last modified time | relevance | path

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

/frameworks/base/services/input/tests/
DInputDispatcher_test.cpp88 virtual void notifySwitch(nsecs_t when, in notifySwitch() function in android::FakeInputDispatcherPolicy
DInputReader_test.cpp290 virtual void notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::FakeInputListener
/frameworks/base/services/input/
DInputListener.cpp163 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::QueuedInputListener
DInputDispatcher.cpp2506 void InputDispatcher::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::InputDispatcher
/frameworks/base/services/jni/
Dcom_android_server_input_InputManagerService.cpp66 jmethodID notifySwitch; member
530 void NativeInputManager::notifySwitch(nsecs_t when, in notifySwitch() function in android::NativeInputManager
/frameworks/base/services/java/com/android/server/input/
DInputManagerService.java1271 private void notifySwitch(long whenNanos, int switchValues, int switchMask) { in notifySwitch() method in InputManagerService