Searched refs:pendingKeyEvent (Results 1 – 1 of 1) sorted by relevance
128 PendingKeyEvent pendingKeyEvent = null; in notifyKeyEventLocked() local133 if (pendingKeyEvent == null) { in notifyKeyEventLocked()134 pendingKeyEvent = obtainPendingEventLocked(localClone, policyFlags); in notifyKeyEventLocked()141 pendingEventList.add(pendingKeyEvent); in notifyKeyEventLocked()142 pendingKeyEvent.referenceCount++; in notifyKeyEventLocked()146 if (pendingKeyEvent == null) { in notifyKeyEventLocked()152 MSG_ON_KEY_EVENT_TIMEOUT, pendingKeyEvent); in notifyKeyEventLocked()208 PendingKeyEvent pendingKeyEvent = (PendingKeyEvent) message.obj; in handleMessage() local211 if (listForService.remove(pendingKeyEvent)) { in handleMessage()212 if(removeReferenceToPendingEventLocked(pendingKeyEvent)) { in handleMessage()[all …]