/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | LingerMonitor.java | 136 for (String notifySwitch : notifySwitches) { in isNotificationEnabled() 137 if (TextUtils.isEmpty(notifySwitch)) continue; in isNotificationEnabled() 138 String[] transports = notifySwitch.split("-", 2); in isNotificationEnabled() 140 Log.e(TAG, "Invalid network switch notification configuration: " + notifySwitch); in isNotificationEnabled()
|
/frameworks/native/services/inputflinger/tests/ |
D | TestInputListener.h | 69 virtual void notifySwitch(const NotifySwitchArgs* args);
|
D | TestInputListener.cpp | 110 void TestInputListener::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::TestInputListener
|
D | InputClassifier_test.cpp | 113 mClassifier->notifySwitch(&args); in TEST_F()
|
D | InputDispatcher_test.cpp | 162 virtual void notifySwitch(nsecs_t, uint32_t, uint32_t, uint32_t) { in notifySwitch() function in android::FakeInputDispatcherPolicy
|
/frameworks/native/services/inputflinger/include/ |
D | InputListener.h | 198 virtual void notifySwitch(const NotifySwitchArgs* args) = 0; 217 virtual void notifySwitch(const NotifySwitchArgs* args);
|
/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 191 listener->notifySwitch(this); in notify() 243 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::QueuedInputListener
|
D | InputClassifier.h | 243 virtual void notifySwitch(const NotifySwitchArgs* args) override;
|
D | InputClassifier.cpp | 430 void InputClassifier::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::InputClassifier 432 mListener->notifySwitch(args); in notifySwitch()
|
D | InputDispatcher.h | 263 virtual void notifySwitch(nsecs_t when, 426 virtual void notifySwitch(const NotifySwitchArgs* args) override;
|
D | InputDispatcher.cpp | 2809 void InputDispatcher::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::InputDispatcher 2818 mPolicy->notifySwitch(args->eventTime, in notifySwitch()
|
D | InputReader.cpp | 2058 getListener()->notifySwitch(&args); in sync()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 91 jmethodID notifySwitch; member 245 virtual void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask, 692 void NativeInputManager::notifySwitch(nsecs_t when, in notifySwitch() function in android::NativeInputManager 702 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifySwitch, in notifySwitch() 1843 GET_METHOD_ID(gServiceClassInfo.notifySwitch, clazz, in register_android_server_InputManager()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 1753 private void notifySwitch(long whenNanos, int switchValues, int switchMask) { in notifySwitch() method in InputManagerService
|