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

  /frameworks/native/services/inputflinger/tests/
InputDispatcher_test.cpp 61 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>&) {
  /frameworks/base/services/core/java/com/android/server/wm/
InputMonitor.java 208 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) {
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 82 jmethodID notifyInputChannelBroken;
247 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle);
703 void NativeInputManager::notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) {
705 ALOGD("notifyInputChannelBroken");
714 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputChannelBroken,
716 checkAndClearExceptionFromCallback(env, "notifyInputChannelBroken");
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 80 milliseconds