Home
last modified time | relevance | path

Searched refs:aLatestEvent (Results 1 – 2 of 2) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.cpp1994 bool PVMFProtocolEngineNode::DispatchInternalEvent(PVProtocolEngineNodeInternalEvent *aLatestEvent) in DispatchInternalEvent() argument
1997 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()
Dpvmf_protocol_engine_node.h382 bool DispatchInternalEvent(PVProtocolEngineNodeInternalEvent *aLatestEvent = NULL);