Home
last modified time | relevance | path

Searched refs:PS_CloseLogicalChannel (Results 1 – 16 of 16) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
Dblc.h87 void _0308_0001(LCEntry*, PS_CloseLogicalChannel) ;
88 void _0308_0011(LCEntry*, PS_CloseLogicalChannel) ;
89 void _0308_0021(LCEntry*, PS_CloseLogicalChannel) ;
Dlc.h84 void _0208_0001(LCEntry* , PS_CloseLogicalChannel) ;
85 void _0208_0011(LCEntry* , PS_CloseLogicalChannel) ;
Dlcblc.h196 void Handler(PS_CloseLogicalChannel clc) in Handler()
408 void IncomingReleased(PS_CloseLogicalChannel clc) in IncomingReleased()
414 void IncomingAwaitingEstablishment(PS_CloseLogicalChannel clc) in IncomingAwaitingEstablishment()
424 void IncomingEstablished(PS_CloseLogicalChannel clc) in IncomingEstablished()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/
Dblc.cpp781 void BLC::_0308_0001(LCEntry *p_LcbEntry , PS_CloseLogicalChannel p_CloseLogicalChannel) in _0308_0001()
805 void BLC::_0308_0011(LCEntry *p_LcbEntry , PS_CloseLogicalChannel p_CloseLogicalChannel) in _0308_0011()
837 void BLC::_0308_0021(LCEntry *p_LcbEntry , PS_CloseLogicalChannel p_CloseLogicalChannel) in _0308_0021()
Dlc.cpp667 void LC::_0208_0001(LCEntry *p_LcbEntry , PS_CloseLogicalChannel p_CloseLogicalChannel) in _0208_0001()
691 void LC::_0208_0011(LCEntry *p_LcbEntry , PS_CloseLogicalChannel p_CloseLogicalChannel) in _0208_0011()
Dse.cpp1295 …pLCEntry = LCBLCIncoming.GetLCEntry(((PS_CloseLogicalChannel)((uint8*)pParameter))->forwardLogical… in Dispatch()
1320 … MyLC._0208_0001(pLCEntry , (PS_CloseLogicalChannel)((uint8*)pParameter)) ; in Dispatch()
1323 … MyLC._0208_0011(pLCEntry , (PS_CloseLogicalChannel)((uint8*)pParameter)) ; in Dispatch()
1330 … MyLC._0208_0011(pLCEntry , (PS_CloseLogicalChannel)((uint8*)pParameter)) ; in Dispatch()
1347 … MyBLC._0308_0001(pLCEntry , (PS_CloseLogicalChannel)((uint8*)pParameter)) ; in Dispatch()
1350 … MyBLC._0308_0011(pLCEntry , (PS_CloseLogicalChannel)((uint8*)pParameter)) ; in Dispatch()
1353 … MyBLC._0308_0021(pLCEntry , (PS_CloseLogicalChannel)((uint8*)pParameter)) ; in Dispatch()
1356 … MyBLC._0308_0011(pLCEntry , (PS_CloseLogicalChannel)((uint8*)pParameter)) ; in Dispatch()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dper.cpp355 Encode_CloseLogicalChannel((PS_CloseLogicalChannel)pDataIn, stream); in RequestMessage_encode()
830 Decode_CloseLogicalChannel((PS_CloseLogicalChannel) *ppDataOut, stream); in RequestMessage_decode()
1265 Analyze_CloseLogicalChannel((PS_CloseLogicalChannel)message, origin, tag, 0); in RequestMessage_analyze()
Dh245_deleter.cpp4264 void Delete_CloseLogicalChannel(PS_CloseLogicalChannel x) in Delete_CloseLogicalChannel()
Dh245_decoder.cpp91 …x->closeLogicalChannel = (PS_CloseLogicalChannel) OSCL_DEFAULT_MALLOC(sizeof(S_CloseLogicalChannel… in Decode_RequestMessage()
6542 void Decode_CloseLogicalChannel(PS_CloseLogicalChannel x, PS_InStream stream) in Decode_CloseLogicalChannel()
Dh245_encoder.cpp4907 void Encode_CloseLogicalChannel(PS_CloseLogicalChannel x, PS_OutStream stream) in Encode_CloseLogicalChannel()
Dh245_analysis.cpp5228 void Analyze_CloseLogicalChannel(PS_CloseLogicalChannel x, const char* label, uint16 tag, uint16 in… in Analyze_CloseLogicalChannel()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
Dh245_deleter.h214 void Delete_CloseLogicalChannel(PS_CloseLogicalChannel x);
Dh245_decoder.h212 void Decode_CloseLogicalChannel(PS_CloseLogicalChannel x, PS_InStream stream);
Dh245_encoder.h212 void Encode_CloseLogicalChannel(PS_CloseLogicalChannel x, PS_OutStream stream);
Dh245_analysis.h211 void Analyze_CloseLogicalChannel(PS_CloseLogicalChannel x, const char* label, uint16 tag, uint16 in…
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h3163 typedef S_CloseLogicalChannel *PS_CloseLogicalChannel; typedef