Home
last modified time | relevance | path

Searched refs:communicationModeTable (Results 1 – 5 of 5) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp5852 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()
Dh245_decoder.cpp8841 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()
Dh245_encoder.cpp6642 Encode_CommunicationModeTableEntry(x->communicationModeTable + i, stream); in Encode_CommunicationModeCommand()
6674 Encode_CommunicationModeTableEntry(x->communicationModeTable + i, stream); in Encode_CommunicationModeResponse()
Dh245_analysis.cpp7155 … 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/
Dh245def.h4156 struct _CommunicationModeTableEntry *communicationModeTable; member
4177 struct _CommunicationModeTableEntry *communicationModeTable; member