Searched refs:ShowPERInteger (Results 1 – 3 of 3) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/ |
D | h245_analysis.cpp | 40 ShowPERInteger(tag, indent, "index", x->index); in Analyze_MultimediaSystemControlMessage() 71 ShowPERInteger(tag, indent, "index", x->index); in Analyze_RequestMessage() 135 ShowPERInteger(tag, indent, "index", x->index); in Analyze_ResponseMessage() 226 ShowPERInteger(tag, indent, "index", x->index); in Analyze_CommandMessage() 278 ShowPERInteger(tag, indent, "index", x->index); in Analyze_IndicationMessage() 389 ShowPERInteger(tag, indent, "index", x->index); in Analyze_NonStandardIdentifier() 411 ShowPERInteger(tag, indent, "t35CountryCode", (int32)x->t35CountryCode); in Analyze_H221NonStandard() 412 ShowPERInteger(tag, indent, "t35Extension", (int32)x->t35Extension); in Analyze_H221NonStandard() 413 ShowPERInteger(tag, indent, "manufacturerCode", (int32)x->manufacturerCode); in Analyze_H221NonStandard() 424 ShowPERInteger(tag, indent, "terminalType", (int32)x->terminalType); in Analyze_MasterSlaveDetermination() [all …]
|
D | analyzeper.cpp | 177 void ShowPERInteger(uint16 tag, uint16 indent, const char* label, uint32 value) in ShowPERInteger() function 462 ShowPERInteger(tag, indent, outString, value); in ShowPERIntegers()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/ |
D | analyzeper.h | 79 void ShowPERInteger(uint16 tag, uint16 indent, const char *label, uint32 value);
|