Searched refs:aDelay (Results 1 – 11 of 11) sorted by relevance
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/ |
D | pvmf_jb_event_notifier.cpp | 106 …nst PVMFJBEventNotificationRequestInfo& aNotificationRequestInfo, uint32 aDelay, uint32& aCallBkId) in RequestCallBack() argument 108 …tInfo.GetMediaClockNotificationsInterfaceType(), aNotificationRequestInfo.GetObserver() , aDelay)); in RequestCallBack() 160 if (eventNotificationInterface && callbackObserver && aDelay > 0) in RequestCallBack() 163 …PVMFStatus status = eventNotificationInterface->SetCallbackDeltaTime(aDelay, //delta time in clock… in RequestCallBack() 193 …diaClockNotificationsInterfaceType(), aNotificationRequestInfo.GetObserver() , aDelay, aCallBkId)); in RequestCallBack()
|
D | pvmf_jitter_buffer_impl.cpp | 866 …erBufferImpl::RequestEventCallBack(JB_NOTIFY_CALLBACK aEventType, uint32 aDelay, OsclAny* aContext) in RequestEventCallBack() argument 875 … retval = irJBEventNotifier.RequestCallBack(eventRequestInfo, aDelay, iWaitForOOOPacketCallBkId); in RequestEventCallBack() 886 … retval = irJBEventNotifier.RequestCallBack(eventRequestInfo, aDelay, iMonitorReBufferingCallBkId); in RequestEventCallBack()
|
/external/opencore/oscl/oscl/osclproc/src/ |
D | oscl_scheduler.h | 259 PVActiveBase* UpdateTimers(uint32 &aDelay); 260 PVActiveBase* UpdateTimersMsec(uint32 &aDelay);
|
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/ |
D | pvmf_jb_event_notifier.h | 147 …nst PVMFJBEventNotificationRequestInfo& aNotificationRequestInfo, uint32 aDelay, uint32& aCallBkId…
|
D | pvmf_jitter_buffer.h | 1178 …OSCL_IMPORT_REF bool RequestEventCallBack(JB_NOTIFY_CALLBACK aEventType, uint32 aDelay = 0, OsclAn…
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/ |
D | cpvh223multiplex.h | 160 void SetMultiplexingDelayMs(uint16 aDelay);
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/ |
D | cpvh223multiplex.cpp | 1343 void CPVH223Multiplex::SetMultiplexingDelayMs(uint16 aDelay) in SetMultiplexingDelayMs() argument 1345 … iLogger, PVLOGMSG_STACK_TRACE, (0, "CPVH223Multiplex::SetMultiplexingDelayMs,aDelay=%d", aDelay)); in SetMultiplexingDelayMs() 1346 iMultiplexingDelayMs = aDelay; in SetMultiplexingDelayMs()
|
/external/opencore/nodes/streaming/jitterbuffernode/include/ |
D | pvmf_jitter_buffer_node.h | 455 …bool RequestEventCallBack(JB_NOTIFY_CALLBACK aEventType, uint32 aDelay = 0, OsclAny* aContext = NU…
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
D | tscmain.cpp | 2306 OSCL_EXPORT_REF void TSC_324m::SetMultiplexingDelayMs(uint16 aDelay) in SetMultiplexingDelayMs() argument 2309 (0, "TSC_324m::SetMultiplexingDelayMs,aDelay=%d", aDelay)); in SetMultiplexingDelayMs() 2310 iMultiplexingDelayMs = aDelay; in SetMultiplexingDelayMs()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/ |
D | tscmain.h | 316 OSCL_IMPORT_REF void SetMultiplexingDelayMs(uint16 aDelay);
|
/external/opencore/nodes/streaming/jitterbuffernode/src/ |
D | pvmf_jitter_buffer_node.cpp | 3527 bool PVMFJitterBufferNode::RequestEventCallBack(JB_NOTIFY_CALLBACK aEventType, uint32 aDelay, OsclA… in RequestEventCallBack() argument 3529 OSCL_UNUSED_ARG(aDelay); in RequestEventCallBack()
|