Searched refs:notifySwitch (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | LingerMonitor.java | 134 for (String notifySwitch : notifySwitches) { in isNotificationEnabled() 135 if (TextUtils.isEmpty(notifySwitch)) continue; in isNotificationEnabled() 136 String[] transports = notifySwitch.split("-", 2); in isNotificationEnabled() 138 Log.e(TAG, "Invalid network switch notification configuration: " + notifySwitch); in isNotificationEnabled()
|
/frameworks/native/services/inputflinger/ |
D | InputListener.h | 174 virtual void notifySwitch(const NotifySwitchArgs* args) = 0; 193 virtual void notifySwitch(const NotifySwitchArgs* args);
|
D | InputListener.cpp | 121 listener->notifySwitch(this); in notify() 166 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::QueuedInputListener
|
D | InputDispatcher.h | 255 virtual void notifySwitch(nsecs_t when, 383 virtual void notifySwitch(const NotifySwitchArgs* args);
|
D | InputDispatcher.cpp | 2613 void InputDispatcher::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::InputDispatcher 2622 mPolicy->notifySwitch(args->eventTime, in notifySwitch()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 88 virtual void notifySwitch(nsecs_t, uint32_t, uint32_t, uint32_t) { in notifySwitch() function in android::FakeInputDispatcherPolicy
|
D | InputReader_test.cpp | 349 virtual void notifySwitch(const NotifySwitchArgs* args) { in notifySwitch() function in android::FakeInputListener
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 81 jmethodID notifySwitch; member 241 virtual void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask, 646 void NativeInputManager::notifySwitch(nsecs_t when, in notifySwitch() function in android::NativeInputManager 656 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifySwitch, in notifySwitch() 1756 GET_METHOD_ID(gServiceClassInfo.notifySwitch, clazz, in register_android_server_InputManager()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 1781 private void notifySwitch(long whenNanos, int switchValues, int switchMask) { in notifySwitch() method in InputManagerService
|