Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dlowerlayer.h187 unsigned GetPduSize() in GetPduSize() function
Dadaptationlayer.h68 unsigned GetPduSize() in GetPduSize() function
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dcpvh223multiplex.cpp380 (uint16)OSCL_MIN(max_pdus_size, (int)iLowerLayer->GetPduSize())); in GetOutgoingMuxPdus()
390 … cur_pdus_size = MuxLcnData(iControlSduDataList, packets, (uint16)iLowerLayer->GetPduSize()); in GetOutgoingMuxPdus()
406 … (uint16)OSCL_MIN(max_pdus_size, (int)iLowerLayer->GetPduSize())); in GetOutgoingMuxPdus()
Dlogicalchannel.cpp1354 iPduSize(al->GetPduSize()), in H223IncomingChannel()