Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DInputApplicationHandle.java25 public final class InputApplicationHandle { class
42 public InputApplicationHandle(Object appWindowToken) { in InputApplicationHandle() method in InputApplicationHandle
/frameworks/native/services/inputflinger/
DInputApplication.cpp27 InputApplicationHandle::InputApplicationHandle() : in InputApplicationHandle() function in android::InputApplicationHandle
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp55 virtual nsecs_t notifyANR(const sp<InputApplicationHandle>&, in notifyANR()