Home
last modified time | relevance | path

Searched refs:ipEventNotifier (Results 1 – 4 of 4) sorted by relevance

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_jb_jitterbuffermisc.cpp108ipEventNotifier = 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()
1108ipEventNotifier->RequestAbsoluteTimeCallBack(requestInfo, expectedEstServClockVal, iEstimatedServe… in PVMFJBSessionDurationTimerEvent()
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
Dpvmf_jb_jitterbuffermisc.h135 , ipEventNotifier(NULL) in PVMFJitterBufferMisc()
219 PVMFJBEventNotifier* ipEventNotifier; variable
/external/opencore/nodes/streaming/jitterbuffernode/src/
Dpvmf_jitter_buffer_node.cpp186 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()
3577ipEventNotifier->CancelCallBack(eventRequestInfo, iIncomingMediaInactivityDurationCallBkId); in CancelEventCallBack()
3587 ipEventNotifier->CancelCallBack(eventRequestInfo, iNotifyBufferingStatusCallBkId); in CancelEventCallBack()
/external/opencore/nodes/streaming/jitterbuffernode/include/
Dpvmf_jitter_buffer_node.h510 PVMFJBEventNotifier* ipEventNotifier; variable