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

/frameworks/base/services/input/tests/
H A DInputDispatcher_test.cpp57 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) { function in class:android::FakeInputDispatcherPolicy
/frameworks/base/services/java/com/android/server/wm/
H A DInputMonitor.java71 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { method in class:InputMonitor
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp67 jmethodID notifyInputChannelBroken; member in struct:android::__anon1136
195 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle);
581 void NativeInputManager::notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) { function in class:android::NativeInputManager
583 ALOGD("notifyInputChannelBroken");
591 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputChannelBroken,
593 checkAndClearExceptionFromCallback(env, "notifyInputChannelBroken");
1372 GET_METHOD_ID(gServiceClassInfo.notifyInputChannelBroken, clazz,
1373 "notifyInputChannelBroken", "(Lcom/android/server/input/InputWindowHandle;)V");
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java1289 private void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { method in class:InputManagerService
1290 mWindowManagerCallbacks.notifyInputChannelBroken(inputWindowHandle);
1477 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle); method in interface:InputManagerService.WindowManagerCallbacks

Completed in 454 milliseconds