Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp388 Delete_VendorIdentification(x->vendorIdentification); in Delete_IndicationMessage()
389 OSCL_DEFAULT_FREE(x->vendorIdentification); in Delete_IndicationMessage()
Dh245_decoder.cpp430 …x->vendorIdentification = (PS_VendorIdentification) OSCL_DEFAULT_MALLOC(sizeof(S_VendorIdentificat… in Decode_IndicationMessage()
431 Decode_VendorIdentification(x->vendorIdentification, stream); in Decode_IndicationMessage()
Dh245_encoder.cpp320 … PutExtensionItem(EPASS Encode_VendorIdentification, (uint8*)x->vendorIdentification, stream); in Encode_IndicationMessage()
Dh245_analysis.cpp336 … Analyze_VendorIdentification(x->vendorIdentification, "vendorIdentification", tag, indent); in Analyze_IndicationMessage()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h157 struct _VendorIdentification *vendorIdentification; member