Searched defs:notifyInputChannelBroken (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DInputMonitor.java72 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { method in class:InputMonitor
/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp61 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) { function in class:android::FakeInputDispatcherPolicy
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp70 jmethodID notifyInputChannelBroken; member in struct:android::__anon1000
215 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle);
604 void NativeInputManager::notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) { function in class:android::NativeInputManager
606 ALOGD("notifyInputChannelBroken");
614 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputChannelBroken,
616 checkAndClearExceptionFromCallback(env, "notifyInputChannelBroken");
1435 GET_METHOD_ID(gServiceClassInfo.notifyInputChannelBroken, clazz,
1436 "notifyInputChannelBroken", "(Lcom/android/server/input/InputWindowHandle;)V");
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1425 private void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { method in class:InputManagerService
1426 mWindowManagerCallbacks.notifyInputChannelBroken(inputWindowHandle);
1615 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle); method in interface:InputManagerService.WindowManagerCallbacks

Completed in 1712 milliseconds