HomeSort by relevance Sort by last modified time
    Searched refs:notifySwitch (Results 1 - 10 of 10) sorted by null

  /frameworks/base/services/core/java/com/android/server/connectivity/
LingerMonitor.java 134 for (String notifySwitch : notifySwitches) {
135 if (TextUtils.isEmpty(notifySwitch)) continue;
136 String[] transports = notifySwitch.split("-", 2);
138 Log.e(TAG, "Invalid network switch notification configuration: " + notifySwitch);
  /frameworks/native/services/inputflinger/
InputListener.h 174 virtual void notifySwitch(const NotifySwitchArgs* args) = 0;
193 virtual void notifySwitch(const NotifySwitchArgs* args);
InputListener.cpp 121 listener->notifySwitch(this);
166 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) {
InputDispatcher.h 255 virtual void notifySwitch(nsecs_t when,
383 virtual void notifySwitch(const NotifySwitchArgs* args);
    [all...]
InputDispatcher.cpp     [all...]
InputReader.cpp     [all...]
  /frameworks/native/services/inputflinger/tests/
InputDispatcher_test.cpp 88 virtual void notifySwitch(nsecs_t, uint32_t, uint32_t, uint32_t) {
InputReader_test.cpp 325 << "Expected notifySwitch() to have been called.";
349 virtual void notifySwitch(const NotifySwitchArgs* args) {
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 81 jmethodID notifySwitch;
241 virtual void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
646 void NativeInputManager::notifySwitch(nsecs_t when,
649 ALOGD("notifySwitch - when=%lld, switchValues=0x%08x, switchMask=0x%08x, policyFlags=0x%x",
656 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifySwitch,
658 checkAndClearExceptionFromCallback(env, "notifySwitch");
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java     [all...]

Completed in 393 milliseconds