Home
last modified time | relevance | path

Searched refs:PS_CustomPCFItem (Results 1 – 9 of 9) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
Dh245_deleter.h111 void Delete_CustomPCFItem(PS_CustomPCFItem x);
Dh245_decoder.h109 void Decode_CustomPCFItem(PS_CustomPCFItem x, PS_InStream stream);
Dh245_encoder.h109 void Encode_CustomPCFItem(PS_CustomPCFItem x, PS_OutStream stream);
Dh245_analysis.h108 void Analyze_CustomPCFItem(PS_CustomPCFItem x, const char* label, uint16 tag, uint16 indent);
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h1492 typedef S_CustomPCFItem *PS_CustomPCFItem; typedef
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp1947 void Delete_CustomPCFItem(PS_CustomPCFItem x) in Delete_CustomPCFItem()
Dh245_decoder.cpp3062 x->customPCF = (PS_CustomPCFItem) in Decode_MPI()
3085 void Decode_CustomPCFItem(PS_CustomPCFItem x, PS_InStream stream) in Decode_CustomPCFItem()
Dh245_encoder.cpp2266 void Encode_CustomPCFItem(PS_CustomPCFItem x, PS_OutStream stream) in Encode_CustomPCFItem()
Dh245_analysis.cpp2392 void Analyze_CustomPCFItem(PS_CustomPCFItem x, const char* label, uint16 tag, uint16 indent) in Analyze_CustomPCFItem()