Home
last modified time | relevance | path

Searched refs:iAlPduFragPos (Results 1 – 2 of 2) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlogicalchannel.cpp1361 iAlPduFragPos = NULL; in H223IncomingChannel()
1425 iAlPduFragPos = NULL; in ResetAlPdu()
1451 iAlPduFragPos = (uint8*)iAlPduFrag.getMemFragPtr(); in AppendAlPduFrag()
1474 else if (iAlPduFragPos == NULL) in CopyToCurrentFrag()
1478 if (iAlPduFragPos == NULL) in CopyToCurrentFrag()
1483 …_in_current_frag = ((uint8*)iAlPduFrag.getMemFragPtr() + iAlPduFrag.getCapacity() - iAlPduFragPos); in CopyToCurrentFrag()
1486 oscl_memcpy(iAlPduFragPos, buf, num_bytes_copied); in CopyToCurrentFrag()
1488 iAlPduFragPos += num_bytes_copied; in CopyToCurrentFrag()
1493 iAlPduFragPos = NULL; in CopyToCurrentFrag()
1558 if (iAlPduFragPos) in AlDispatch()
[all …]
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dlogicalchannel.h496 uint8* iAlPduFragPos; variable