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

  /frameworks/base/services/input/tests/
InputDispatcher_test.cpp 57 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) {
  /frameworks/base/services/java/com/android/server/wm/
InputMonitor.java 71 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) {
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 67 jmethodID notifyInputChannelBroken;
195 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle);
581 void NativeInputManager::notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) {
583 ALOGD("notifyInputChannelBroken");
591 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputChannelBroken,
593 checkAndClearExceptionFromCallback(env, "notifyInputChannelBroken");
    [all...]
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java     [all...]

Completed in 705 milliseconds