Searched refs:mInputTargetWaitApplicationHandle (Results 1 – 2 of 2) sorted by relevance
445 && 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()
1027 sp<InputApplicationHandle> mInputTargetWaitApplicationHandle; variable