Searched refs:notifyInputChannelBroken (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/input/tests/
H A DInputDispatcher_test.cpp58 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) { function in class:android::FakeInputDispatcherPolicy
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp68 jmethodID notifyInputChannelBroken; member in struct:android::__anon1190
197 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle);
586 void NativeInputManager::notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) { function in class:android::NativeInputManager
588 ALOGD("notifyInputChannelBroken");
596 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputChannelBroken,
598 checkAndClearExceptionFromCallback(env, "notifyInputChannelBroken");
1382 GET_METHOD_ID(gServiceClassInfo.notifyInputChannelBroken, clazz,
1383 "notifyInputChannelBroken", "(Lcom/android/server/input/InputWindowHandle;)V");
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java1290 private void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { method in class:InputManagerService
1291 mWindowManagerCallbacks.notifyInputChannelBroken(inputWindowHandle);
1479 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle); method in interface:InputManagerService.WindowManagerCallbacks
/frameworks/base/services/java/com/android/server/wm/
H A DInputMonitor.java70 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { method in class:InputMonitor
/frameworks/base/services/input/
H A DInputDispatcher.h209 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) = 0;
H A DInputDispatcher.cpp3429 mPolicy->notifyInputChannelBroken(connection->inputWindowHandle);

Completed in 94 milliseconds