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

/frameworks/base/services/input/
H A DInputListener.cpp118 listener->notifySwitch(this);
163 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) { function in class:android::QueuedInputListener
H A DInputDispatcher.cpp2506 void InputDispatcher::notifySwitch(const NotifySwitchArgs* args) { function in class:android::InputDispatcher
2508 ALOGD("notifySwitch - eventTime=%lld, policyFlags=0x%x, switchValues=0x%08x, switchMask=0x%08x",
2515 mPolicy->notifySwitch(args->eventTime,
/frameworks/base/services/input/tests/
H A DInputDispatcher_test.cpp88 virtual void notifySwitch(nsecs_t when, function in class:android::FakeInputDispatcherPolicy
H A DInputReader_test.cpp266 << "Expected notifySwitch() to have been called.";
290 virtual void notifySwitch(const NotifySwitchArgs* args) { function in class:android::FakeInputListener
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp66 jmethodID notifySwitch; member in struct:android::__anon1136
190 virtual void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
530 void NativeInputManager::notifySwitch(nsecs_t when, function in class:android::NativeInputManager
533 ALOGD("notifySwitch - when=%lld, switchValues=0x%08x, switchMask=0x%08x, policyFlags=0x%x",
539 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifySwitch,
541 checkAndClearExceptionFromCallback(env, "notifySwitch");
1369 GET_METHOD_ID(gServiceClassInfo.notifySwitch, clazz,
1370 "notifySwitch", "(JII)V");
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java1271 private void notifySwitch(long whenNanos, int switchValues, int switchMask) { method in class:InputManagerService
1273 Slog.d(TAG, "notifySwitch: values=" + Integer.toHexString(switchValues)

Completed in 822 milliseconds