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

/frameworks/native/services/inputflinger/
H A DInputListener.h167 virtual void notifySwitch(const NotifySwitchArgs* args) = 0;
186 virtual void notifySwitch(const NotifySwitchArgs* args);
H A DInputListener.cpp118 listener->notifySwitch(this);
163 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) { function in class:android::QueuedInputListener
H A DInputDispatcher.h256 virtual void notifySwitch(nsecs_t when,
384 virtual void notifySwitch(const NotifySwitchArgs* args);
H A DInputDispatcher.cpp2565 void InputDispatcher::notifySwitch(const NotifySwitchArgs* args) { function in class:android::InputDispatcher
2567 ALOGD("notifySwitch - eventTime=%lld, policyFlags=0x%x, switchValues=0x%08x, switchMask=0x%08x",
2574 mPolicy->notifySwitch(args->eventTime,
H A DInputReader.cpp1981 getListener()->notifySwitch(&args);
/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp88 virtual void notifySwitch(nsecs_t, uint32_t, uint32_t, uint32_t) { function in class:android::FakeInputDispatcherPolicy
H A DInputReader_test.cpp275 << "Expected notifySwitch() to have been called.";
299 virtual void notifySwitch(const NotifySwitchArgs* args) { function in class:android::FakeInputListener
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp73 jmethodID notifySwitch; member in struct:android::__anon1112
225 virtual void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
571 void NativeInputManager::notifySwitch(nsecs_t when, function in class:android::NativeInputManager
574 ALOGD("notifySwitch - when=%lld, switchValues=0x%08x, switchMask=0x%08x, policyFlags=0x%x",
580 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifySwitch,
582 checkAndClearExceptionFromCallback(env, "notifySwitch");
1571 GET_METHOD_ID(gServiceClassInfo.notifySwitch, clazz,
1572 "notifySwitch", "(JII)V");
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1798 private void notifySwitch(long whenNanos, int switchValues, int switchMask) { method in class:InputManagerService
1800 Slog.d(TAG, "notifySwitch: values=" + Integer.toHexString(switchValues)

Completed in 142 milliseconds