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

  /frameworks/native/services/inputflinger/tests/
InputDispatcher_test.cpp 61 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) {
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 70 jmethodID notifyInputChannelBroken;
215 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle);
604 void NativeInputManager::notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) {
606 ALOGD("notifyInputChannelBroken");
614 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputChannelBroken,
616 checkAndClearExceptionFromCallback(env, "notifyInputChannelBroken");
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
InputMonitor.java 72 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) {
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java     [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.h 209 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) = 0;
    [all...]
InputDispatcher.cpp     [all...]

Completed in 180 milliseconds