Searched refs:irJBEventNotifier (Results 1 – 3 of 3) sorted by relevance
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/ |
D | pvmf_jitter_buffer_common_types.h | 142 , irJBEventNotifier(aJBEventNotifier) in PVMFJitterBufferConstructParams() 177 return irJBEventNotifier; in GetEventNotifier() 199 PVMFJBEventNotifier& irJBEventNotifier; variable
|
D | pvmf_jitter_buffer.h | 1279 PVMFJBEventNotifier& irJBEventNotifier; variable
|
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/ |
D | pvmf_jitter_buffer_impl.cpp | 204 , irJBEventNotifier(aJBConstructParams.GetEventNotifier()) in PVMFJitterBufferImpl() 875 … retval = irJBEventNotifier.RequestCallBack(eventRequestInfo, aDelay, iWaitForOOOPacketCallBkId); in RequestEventCallBack() 886 … retval = irJBEventNotifier.RequestCallBack(eventRequestInfo, aDelay, iMonitorReBufferingCallBkId); in RequestEventCallBack() 897 …retval = irJBEventNotifier.RequestCallBack(eventRequestInfo, iDurationInMilliSeconds, iJitterBuffe… in RequestEventCallBack() 921 irJBEventNotifier.CancelCallBack(eventRequestInfo, iWaitForOOOPacketCallBkId); in CancelEventCallBack() 928 irJBEventNotifier.CancelCallBack(eventRequestInfo, iMonitorReBufferingCallBkId); in CancelEventCallBack() 935 irJBEventNotifier.CancelCallBack(eventRequestInfo, iJitterBufferDurationCallBkId); in CancelEventCallBack()
|