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 58 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) {
  /frameworks/base/services/java/com/android/server/wm/
InputMonitor.java 70 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) {
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 68 jmethodID notifyInputChannelBroken;
197 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle);
586 void NativeInputManager::notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) {
588 ALOGD("notifyInputChannelBroken");
596 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputChannelBroken,
598 checkAndClearExceptionFromCallback(env, "notifyInputChannelBroken");
    [all...]
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java     [all...]

Completed in 66 milliseconds