Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp301 Delete_NewATMVCCommand(x->newATMVCCommand); in Delete_CommandMessage()
302 OSCL_DEFAULT_FREE(x->newATMVCCommand); in Delete_CommandMessage()
Dh245_decoder.cpp333 … x->newATMVCCommand = (PS_NewATMVCCommand) OSCL_DEFAULT_MALLOC(sizeof(S_NewATMVCCommand)); in Decode_CommandMessage()
334 Decode_NewATMVCCommand(x->newATMVCCommand, stream); in Decode_CommandMessage()
Dh245_encoder.cpp250 PutExtensionItem(EPASS Encode_NewATMVCCommand, (uint8*)x->newATMVCCommand, stream); in Encode_CommandMessage()
Dh245_analysis.cpp263 Analyze_NewATMVCCommand(x->newATMVCCommand, "newATMVCCommand", tag, indent); in Analyze_CommandMessage()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h127 struct _NewATMVCCommand *newATMVCCommand; member