Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_decoder.cpp9049 x->dropTerminal = (PS_TerminalLabel) OSCL_DEFAULT_MALLOC(sizeof(S_TerminalLabel)); in Decode_ConferenceRequest()
9053 x->requestTerminalID = (PS_TerminalLabel) OSCL_DEFAULT_MALLOC(sizeof(S_TerminalLabel)); in Decode_ConferenceRequest()
9091 … x->makeTerminalBroadcaster = (PS_TerminalLabel) OSCL_DEFAULT_MALLOC(sizeof(S_TerminalLabel)); in Decode_ConferenceRequest()
9097 x->sendThisSource = (PS_TerminalLabel) OSCL_DEFAULT_MALLOC(sizeof(S_TerminalLabel)); in Decode_ConferenceRequest()
9197 void Decode_TerminalLabel(PS_TerminalLabel x, PS_InStream stream) in Decode_TerminalLabel()
9245 x->terminalListResponse = (PS_TerminalLabel) in Decode_ConferenceResponse()
10645 … x->makeTerminalBroadcaster = (PS_TerminalLabel) OSCL_DEFAULT_MALLOC(sizeof(S_TerminalLabel)); in Decode_ConferenceCommand()
10652 x->sendThisSource = (PS_TerminalLabel) OSCL_DEFAULT_MALLOC(sizeof(S_TerminalLabel)); in Decode_ConferenceCommand()
11371 … x->terminalNumberAssign = (PS_TerminalLabel) OSCL_DEFAULT_MALLOC(sizeof(S_TerminalLabel)); in Decode_ConferenceIndication()
11375 … x->terminalJoinedConference = (PS_TerminalLabel) OSCL_DEFAULT_MALLOC(sizeof(S_TerminalLabel)); in Decode_ConferenceIndication()
[all …]
Dh245_deleter.cpp6092 void Delete_TerminalLabel(PS_TerminalLabel x) in Delete_TerminalLabel()
Dh245_encoder.cpp6906 void Encode_TerminalLabel(PS_TerminalLabel x, PS_OutStream stream) in Encode_TerminalLabel()
Dh245_analysis.cpp7439 void Analyze_TerminalLabel(PS_TerminalLabel x, const char* label, uint16 tag, uint16 indent) in Analyze_TerminalLabel()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
Dh245_deleter.h302 void Delete_TerminalLabel(PS_TerminalLabel x);
Dh245_decoder.h300 void Decode_TerminalLabel(PS_TerminalLabel x, PS_InStream stream);
Dh245_encoder.h300 void Encode_TerminalLabel(PS_TerminalLabel x, PS_OutStream stream);
Dh245_analysis.h299 void Analyze_TerminalLabel(PS_TerminalLabel x, const char* label, uint16 tag, uint16 indent);
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h4254 typedef S_TerminalLabel *PS_TerminalLabel; typedef