Searched refs:PS_CloseLogicalChannel (Results 1 – 16 of 16) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/ |
D | blc.h | 87 void _0308_0001(LCEntry*, PS_CloseLogicalChannel) ; 88 void _0308_0011(LCEntry*, PS_CloseLogicalChannel) ; 89 void _0308_0021(LCEntry*, PS_CloseLogicalChannel) ;
|
D | lc.h | 84 void _0208_0001(LCEntry* , PS_CloseLogicalChannel) ; 85 void _0208_0011(LCEntry* , PS_CloseLogicalChannel) ;
|
D | lcblc.h | 196 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/ |
D | blc.cpp | 781 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()
|
D | lc.cpp | 667 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()
|
D | se.cpp | 1295 …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/ |
D | per.cpp | 355 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()
|
D | h245_deleter.cpp | 4264 void Delete_CloseLogicalChannel(PS_CloseLogicalChannel x) in Delete_CloseLogicalChannel()
|
D | h245_decoder.cpp | 91 …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()
|
D | h245_encoder.cpp | 4907 void Encode_CloseLogicalChannel(PS_CloseLogicalChannel x, PS_OutStream stream) in Encode_CloseLogicalChannel()
|
D | h245_analysis.cpp | 5228 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/ |
D | h245_deleter.h | 214 void Delete_CloseLogicalChannel(PS_CloseLogicalChannel x);
|
D | h245_decoder.h | 212 void Decode_CloseLogicalChannel(PS_CloseLogicalChannel x, PS_InStream stream);
|
D | h245_encoder.h | 212 void Encode_CloseLogicalChannel(PS_CloseLogicalChannel x, PS_OutStream stream);
|
D | h245_analysis.h | 211 void Analyze_CloseLogicalChannel(PS_CloseLogicalChannel x, const char* label, uint16 tag, uint16 in…
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/ |
D | h245def.h | 3163 typedef S_CloseLogicalChannel *PS_CloseLogicalChannel; typedef
|