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

/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp61 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>&) { function in class:android::FakeInputDispatcherPolicy
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp75 jmethodID notifyInputChannelBroken; member in struct:android::__anon1309
234 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle);
675 void NativeInputManager::notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) { function in class:android::NativeInputManager
677 ALOGD("notifyInputChannelBroken");
685 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputChannelBroken,
687 checkAndClearExceptionFromCallback(env, "notifyInputChannelBroken");
1664 GET_METHOD_ID(gServiceClassInfo.notifyInputChannelBroken, clazz,
1665 "notifyInputChannelBroken", "(Lcom/android/server/input/InputWindowHandle;)V");
/frameworks/base/services/core/java/com/android/server/wm/
H A DInputMonitor.java199 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { method in class:InputMonitor
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1887 private void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { method in class:InputManagerService
1888 mWindowManagerCallbacks.notifyInputChannelBroken(inputWindowHandle);
2077 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle); method in interface:InputManagerService.WindowManagerCallbacks
/frameworks/native/services/inputflinger/
H A DInputDispatcher.h215 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) = 0;
H A DInputDispatcher.cpp3512 mPolicy->notifyInputChannelBroken(connection->inputWindowHandle);

Completed in 173 milliseconds