Home
last modified time | relevance | path

Searched defs:InputWindowHandle (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp56 const sp<InputWindowHandle>&, in notifyANR()
61 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>&) { in notifyInputChannelBroken()
78 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>&, in interceptKeyBeforeDispatching()
83 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>&, in dispatchUnhandledKey()
/frameworks/base/services/core/java/com/android/server/input/
DInputWindowHandle.java27 public final class InputWindowHandle { class
95 public InputWindowHandle(InputApplicationHandle inputApplicationHandle, in InputWindowHandle() method in InputWindowHandle
/frameworks/native/services/inputflinger/
DInputWindow.cpp57 InputWindowHandle::InputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle) : in InputWindowHandle() function in android::InputWindowHandle