Searched refs:aLatency (Results 1 – 9 of 9) sorted by relevance
/external/opencore/protocols/systems/common/include/ |
D | tsc.h | 111 … virtual void SetDatapathLatency(TPVDirection aDir, PVMFPortInterface* aPort, uint32 aLatency) = 0;
|
/external/opencore/pvmi/pvmf/src/ |
D | pvmf_media_clock.cpp | 76 uint32 aLatency) in ConstructMediaClockNotificationsInterface() argument 86 …ifaceImpl = OSCL_NEW(PVMFMediaClockNotificationsInterfaceImpl, (this, aLatency, aNotificationInter… in ConstructMediaClockNotificationsInterface() 1931 uint32 aLatency, in PVMFMediaClockNotificationsInterfaceImpl() argument 1935 iLatency = aLatency; in PVMFMediaClockNotificationsInterfaceImpl()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/ |
D | tscmain.h | 314 void SetDatapathLatency(TPVDirection aDir, PVMFPortInterface* aPort, uint32 aLatency); 417 void SetMioLatency(int32 aLatency, bool aAudio);
|
/external/opencore/pvmi/pvmf/include/ |
D | pvmf_media_clock.h | 918 OSCL_IMPORT_REF PVMFMediaClockNotificationsInterfaceImpl(PVMFMediaClock *, uint32 aLatency, 1098 … PVMFMediaClockNotificationsObsBase &aNotificationInterfaceDestroyedCallback, uint32 aLatency = 0);
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
D | tscmain.cpp | 2274 uint32 aLatency) in SetDatapathLatency() argument 2277 … (0, "TSC_324m::SetDatapathLatency aDir=%d, aPort=%x, aLatency=%d", aDir, aPort, aLatency)); in SetDatapathLatency() 2287 lcn->SetDatapathLatency(aLatency); in SetDatapathLatency() 2562 void TSC_324m::SetMioLatency(int32 aLatency, bool aAudio) in SetMioLatency() argument 2564 iH223->SetMioLatency(aLatency, aAudio); in SetMioLatency()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/ |
D | cpvh223multiplex.h | 168 void SetMioLatency(int32 aLatency, bool aAudio);
|
D | logicalchannel.h | 205 void SetDatapathLatency(uint32 aLatency);
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/ |
D | cpvh223multiplex.cpp | 1413 void CPVH223Multiplex::SetMioLatency(int32 aLatency, bool aAudio) in SetMioLatency() argument 1423 channel->SetAudioLatency(aLatency); in SetMioLatency() 1427 channel->SetVideoLatency(aLatency); in SetMioLatency()
|
D | logicalchannel.cpp | 1301 void H223LogicalChannel::SetDatapathLatency(uint32 aLatency) in SetDatapathLatency() argument 1303 …MSG_STACK_TRACE, (0, "H223LogicalChannel::SetDatapathLatency lcn=%d, aLatency=%d", lcn, aLatency)); in SetDatapathLatency() 1304 iDatapathLatency = aLatency; in SetDatapathLatency()
|