Searched refs:mInputTargetWaitApplicationHandle (Results 1 – 2 of 2) sorted by relevance
445 && mInputTargetWaitApplicationHandle != NULL) { in enqueueInboundEventLocked()454 != mInputTargetWaitApplicationHandle) { in enqueueInboundEventLocked()962 mInputTargetWaitApplicationHandle.clear(); in handleTargetsNotReadyLocked()985 mInputTargetWaitApplicationHandle.clear(); in handleTargetsNotReadyLocked()988 mInputTargetWaitApplicationHandle = windowHandle->inputApplicationHandle; in handleTargetsNotReadyLocked()990 if (mInputTargetWaitApplicationHandle == NULL && applicationHandle != NULL) { in handleTargetsNotReadyLocked()991 mInputTargetWaitApplicationHandle = applicationHandle; in handleTargetsNotReadyLocked()1069 mInputTargetWaitApplicationHandle.clear(); in resetANRTimeoutsLocked()
1027 sp<InputApplicationHandle> mInputTargetWaitApplicationHandle; variable