Searched refs:aLatestEvent (Results 1 – 2 of 2) sorted by relevance
1994 bool PVMFProtocolEngineNode::DispatchInternalEvent(PVProtocolEngineNodeInternalEvent *aLatestEvent) in DispatchInternalEvent() argument1997 iInternalEventQueue.size(), (uint32)aLatestEvent)); in DispatchInternalEvent()1999 if (iInternalEventQueue.empty() && !aLatestEvent) return false; in DispatchInternalEvent()2001 …PVProtocolEngineNodeInternalEvent aEvent = ((aLatestEvent != NULL) ? (*aLatestEvent) : (PVProtocol… in DispatchInternalEvent()2002 if (!aLatestEvent) iInternalEventQueue.erase(&(iInternalEventQueue.front())); in DispatchInternalEvent()
382 bool DispatchInternalEvent(PVProtocolEngineNodeInternalEvent *aLatestEvent = NULL);