Searched defs:notifySwitch (Results 1 - 5 of 5) sorted by relevance

/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
/frameworks/native/services/inputflinger/
H A DInputListener.cpp118 listener->notifySwitch(this);
163 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) { function in class:android::QueuedInputListener
H A DInputDispatcher.cpp2563 void InputDispatcher::notifySwitch(const NotifySwitchArgs* args) { function in class:android::InputDispatcher
2565 ALOGD("notifySwitch - eventTime=%lld, policyFlags=0x%x, switchValues=0x%08x, switchMask=0x%08x",
2572 mPolicy->notifySwitch(args->eventTime,
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp78 jmethodID notifySwitch; member in struct:android::__anon1295
238 virtual void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
643 void NativeInputManager::notifySwitch(nsecs_t when, function in class:android::NativeInputManager
646 ALOGD("notifySwitch - when=%lld, switchValues=0x%08x, switchMask=0x%08x, policyFlags=0x%x",
653 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifySwitch,
655 checkAndClearExceptionFromCallback(env, "notifySwitch");
1753 GET_METHOD_ID(gServiceClassInfo.notifySwitch, clazz,
1754 "notifySwitch", "(JII)V");
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1910 private void notifySwitch(long whenNanos, int switchValues, int switchMask) { method in class:InputManagerService
1912 Slog.d(TAG, "notifySwitch: values=" + Integer.toHexString(switchValues)

Completed in 162 milliseconds