Home
last modified time | relevance | path

Searched refs:infoEvent (Results 1 – 3 of 3) sorted by relevance

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_rtcp_proto_impl.cpp951 …PVMFAsyncEvent infoEvent(PVMFInfoEvent, PVMFJitterBufferNodeRTCPDataProcessed, NULL, (OsclAny*)(&i… in ProcessRTCPSRforAVSync() local
952 ipObserver->ProcessInfoEvent(infoEvent); in ProcessRTCPSRforAVSync()
/external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
Dpvmf_sm_fsp_rtsp_unicast.cpp6230 PVMFEventType infoEvent = aEvent.GetEventType(); in HandleNodeInformationalEvent() local
6231 if (infoEvent == PVMFInfoEndOfData) in HandleNodeInformationalEvent()
6246 else if (infoEvent == PVMFInfoPlayListClipTransition) in HandleNodeInformationalEvent()
6295 else if (infoEvent == PVMFInfoSourceOverflow) in HandleNodeInformationalEvent()
/external/opencore/engines/2way/src/
Dpv_2way_engine.cpp4270 PVAsyncInformationalEvent infoEvent(aEventType, NULL, in EstablishChannel() local
4275 iInfoEventObserver->HandleInformationalEvent(infoEvent); in EstablishChannel()