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