Searched refs:ipEventNotifier (Results 1 – 4 of 4) sorted by relevance
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/ |
D | pvmf_jb_jitterbuffermisc.cpp | 108 …ipEventNotifier = PVMFJBEventNotifier::New(*ipNonDecreasingClock, irClientPlaybackClock, *ipEstima… in CreateProtocolObjects() 148 if (ipEventNotifier) in ~PVMFJitterBufferMisc() 150 OSCL_DELETE(ipEventNotifier); in ~PVMFJitterBufferMisc() 454 if (ipEventNotifier) in Reset() 456 ipEventNotifier->CancelAllPendingCallbacks(); in Reset() 688 return ipEventNotifier; in GetEventNotifier() 823 …PacketExchangerImpl = PVFirewallPacketExchangeImpl::New(aServerInfo, *ipEventNotifier, ipObserver); in SetServerInfo() 1104 ipEventNotifier->CancelCallBack(requestInfo, iEstimatedServerClockUpdateCallbackId); in PVMFJBSessionDurationTimerEvent() 1108 …ipEventNotifier->RequestAbsoluteTimeCallBack(requestInfo, expectedEstServClockVal, iEstimatedServe… in PVMFJBSessionDurationTimerEvent()
|
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/ |
D | pvmf_jb_jitterbuffermisc.h | 135 , ipEventNotifier(NULL) in PVMFJitterBufferMisc() 219 PVMFJBEventNotifier* ipEventNotifier; variable
|
/external/opencore/nodes/streaming/jitterbuffernode/src/ |
D | pvmf_jitter_buffer_node.cpp | 186 ipEventNotifier = NULL; in ResetNodeParams() 2671 ipEventNotifier = ipJitterBufferMisc->GetEventNotifier(); in DoInit() 3537 …retval = ipEventNotifier->RequestCallBack(eventRequestInfo, iMaxInactivityDurationForMediaInMs, iI… in RequestEventCallBack() 3551 …retval = ipEventNotifier->RequestCallBack(eventRequestInfo, iBufferingStatusIntervalInMs, iNotifyB… in RequestEventCallBack() 3577 … ipEventNotifier->CancelCallBack(eventRequestInfo, iIncomingMediaInactivityDurationCallBkId); in CancelEventCallBack() 3587 ipEventNotifier->CancelCallBack(eventRequestInfo, iNotifyBufferingStatusCallBkId); in CancelEventCallBack()
|
/external/opencore/nodes/streaming/jitterbuffernode/include/ |
D | pvmf_jitter_buffer_node.h | 510 PVMFJBEventNotifier* ipEventNotifier; variable
|