Searched refs:processingEvent (Results 1 – 2 of 2) sorted by relevance
80 if (!processingEvent) { in SetServiceOnKeyEventResult()86 if (!processingEvent->usedCount_) { in SetServiceOnKeyEventResult()92 RemoveProcessingEvent(processingEvent); in SetServiceOnKeyEventResult()129 if (!processingEvent) { in DispatchKeyEvent()132 processingEvent->event_ = copyEvent; in DispatchKeyEvent()135 processingEvent->usedCount_++; in DispatchKeyEvent()145 if (!processingEvent) { in DispatchKeyEvent()191 processingEvent = *val; in FindProcessingEvent()193 processingEvent->usedCount_--; in FindProcessingEvent()199 return processingEvent; in FindProcessingEvent()[all …]
88 auto processingEvent = event->GetSharedObject<KeyEventFilter::ProcessingEvent>(); in ProcessEvent() local89 keyEventFilter_.RemoveProcessingEvent(processingEvent); in ProcessEvent()