Home
last modified time | relevance | path

Searched refs:notifySwitch (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/inputflinger/
DInputListener.h167 virtual void notifySwitch(const NotifySwitchArgs* args) = 0;
186 virtual void notifySwitch(const NotifySwitchArgs* args);
DInputListener.cpp118 listener->notifySwitch(this); in notify()
163 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::QueuedInputListener
DInputDispatcher.h250 virtual void notifySwitch(nsecs_t when,
378 virtual void notifySwitch(const NotifySwitchArgs* args);
DInputDispatcher.cpp2534 void InputDispatcher::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::InputDispatcher
2543 mPolicy->notifySwitch(args->eventTime, in notifySwitch()
DInputReader.cpp1951 getListener()->notifySwitch(&args); in sync()
/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/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp73 jmethodID notifySwitch; member
217 virtual void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
574 void NativeInputManager::notifySwitch(nsecs_t when, in notifySwitch() function in android::NativeInputManager
583 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifySwitch, in notifySwitch()
1459 GET_METHOD_ID(gServiceClassInfo.notifySwitch, clazz, in register_android_server_InputManager()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1402 private void notifySwitch(long whenNanos, int switchValues, int switchMask) { in notifySwitch() method in InputManagerService