Searched refs:communicationModeTable (Results 1 – 5 of 5) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/ |
D | h245_deleter.cpp | 5852 Delete_CommunicationModeTableEntry(x->communicationModeTable + i); in Delete_CommunicationModeCommand() 5854 OSCL_DEFAULT_FREE(x->communicationModeTable); in Delete_CommunicationModeCommand() 5882 Delete_CommunicationModeTableEntry(x->communicationModeTable + i); in Delete_CommunicationModeResponse() 5884 OSCL_DEFAULT_FREE(x->communicationModeTable); in Delete_CommunicationModeResponse()
|
D | h245_decoder.cpp | 8841 x->communicationModeTable = (PS_CommunicationModeTableEntry) in Decode_CommunicationModeCommand() 8845 Decode_CommunicationModeTableEntry(x->communicationModeTable + i, stream); in Decode_CommunicationModeCommand() 8895 x->communicationModeTable = (PS_CommunicationModeTableEntry) in Decode_CommunicationModeResponse() 8899 Decode_CommunicationModeTableEntry(x->communicationModeTable + i, stream); in Decode_CommunicationModeResponse()
|
D | h245_encoder.cpp | 6642 Encode_CommunicationModeTableEntry(x->communicationModeTable + i, stream); in Encode_CommunicationModeCommand() 6674 Encode_CommunicationModeTableEntry(x->communicationModeTable + i, stream); in Encode_CommunicationModeResponse()
|
D | h245_analysis.cpp | 7155 … Analyze_CommunicationModeTableEntry(x->communicationModeTable + i, tempLabelString, tag, indent); in Analyze_CommunicationModeCommand() 7195 … Analyze_CommunicationModeTableEntry(x->communicationModeTable + i, tempLabelString, tag, indent); in Analyze_CommunicationModeResponse()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/ |
D | h245def.h | 4156 struct _CommunicationModeTableEntry *communicationModeTable; member 4177 struct _CommunicationModeTableEntry *communicationModeTable; member
|