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

/frameworks/native/services/inputflinger/
H A DInputListener.h165 virtual void notifySwitch(const NotifySwitchArgs* args) = 0;
184 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.h250 virtual void notifySwitch(nsecs_t when,
378 virtual void notifySwitch(const NotifySwitchArgs* args);
H A DInputDispatcher.cpp2510 void InputDispatcher::notifySwitch(const NotifySwitchArgs* args) { function in class:android::InputDispatcher
2512 ALOGD("notifySwitch - eventTime=%lld, policyFlags=0x%x, switchValues=0x%08x, switchMask=0x%08x",
2519 mPolicy->notifySwitch(args->eventTime,
H A DInputReader.cpp1856 getListener()->notifySwitch(&args);
/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp88 virtual void notifySwitch(nsecs_t when, function in class:android::FakeInputDispatcherPolicy
H A DInputReader_test.cpp276 << "Expected notifySwitch() to have been called.";
300 virtual void notifySwitch(const NotifySwitchArgs* args) { function in class:android::FakeInputListener
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp69 jmethodID notifySwitch; member in struct:android::__anon1000
209 virtual void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
550 void NativeInputManager::notifySwitch(nsecs_t when, function in class:android::NativeInputManager
553 ALOGD("notifySwitch - when=%lld, switchValues=0x%08x, switchMask=0x%08x, policyFlags=0x%x",
559 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifySwitch,
561 checkAndClearExceptionFromCallback(env, "notifySwitch");
1432 GET_METHOD_ID(gServiceClassInfo.notifySwitch, clazz,
1433 "notifySwitch", "(JII)V");
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1402 private void notifySwitch(long whenNanos, int switchValues, int switchMask) { method in class:InputManagerService
1404 Slog.d(TAG, "notifySwitch: values=" + Integer.toHexString(switchValues)

Completed in 108 milliseconds