Home
last modified time | relevance | path

Searched refs:mInputTargetWaitApplicationHandle (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp484 && mInputTargetWaitApplicationHandle != NULL) { in enqueueInboundEventLocked()
493 != mInputTargetWaitApplicationHandle) { in enqueueInboundEventLocked()
999 mInputTargetWaitApplicationHandle.clear(); in handleTargetsNotReadyLocked()
1022 mInputTargetWaitApplicationHandle.clear(); in handleTargetsNotReadyLocked()
1025 mInputTargetWaitApplicationHandle = windowHandle->inputApplicationHandle; in handleTargetsNotReadyLocked()
1027 if (mInputTargetWaitApplicationHandle == NULL && applicationHandle != NULL) { in handleTargetsNotReadyLocked()
1028 mInputTargetWaitApplicationHandle = applicationHandle; in handleTargetsNotReadyLocked()
1106 mInputTargetWaitApplicationHandle.clear(); in resetANRTimeoutsLocked()
DInputDispatcher.h1026 sp<InputApplicationHandle> mInputTargetWaitApplicationHandle; variable