Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp445 && mInputTargetWaitApplicationHandle != NULL) { in enqueueInboundEventLocked()
454 != mInputTargetWaitApplicationHandle) { in enqueueInboundEventLocked()
964 mInputTargetWaitApplicationHandle.clear(); in handleTargetsNotReadyLocked()
987 mInputTargetWaitApplicationHandle.clear(); in handleTargetsNotReadyLocked()
990 mInputTargetWaitApplicationHandle = windowHandle->inputApplicationHandle; in handleTargetsNotReadyLocked()
992 if (mInputTargetWaitApplicationHandle == NULL && applicationHandle != NULL) { in handleTargetsNotReadyLocked()
993 mInputTargetWaitApplicationHandle = applicationHandle; in handleTargetsNotReadyLocked()
1071 mInputTargetWaitApplicationHandle.clear(); in resetANRTimeoutsLocked()
DInputDispatcher.h1027 sp<InputApplicationHandle> mInputTargetWaitApplicationHandle; variable