Searched refs:PS_MasterSlaveDeterminationReject (Results 1 – 12 of 12) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/ |
D | msd.h | 173 void Handler(PS_MasterSlaveDeterminationReject msdr) in Handler() 342 void OutgoingAwaitingResponse(PS_MasterSlaveDeterminationReject msdr) in OutgoingAwaitingResponse() 420 void IncomingAwaitingResponse(PS_MasterSlaveDeterminationReject msdr) in IncomingAwaitingResponse()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/ |
D | per.cpp | 440 … Encode_MasterSlaveDeterminationReject((PS_MasterSlaveDeterminationReject)pDataIn, stream); in ResponseMessage_encode() 908 … Decode_MasterSlaveDeterminationReject((PS_MasterSlaveDeterminationReject) *ppDataOut, stream); in ResponseMessage_decode() 1320 …Analyze_MasterSlaveDeterminationReject((PS_MasterSlaveDeterminationReject)message, origin, tag, 0); in ResponseMessage_analyze()
|
D | h245_deleter.cpp | 525 void Delete_MasterSlaveDeterminationReject(PS_MasterSlaveDeterminationReject x) in Delete_MasterSlaveDeterminationReject()
|
D | h245_decoder.cpp | 168 …x->masterSlaveDeterminationReject = (PS_MasterSlaveDeterminationReject) OSCL_DEFAULT_MALLOC(sizeof… in Decode_ResponseMessage() 636 void Decode_MasterSlaveDeterminationReject(PS_MasterSlaveDeterminationReject x, PS_InStream stream) in Decode_MasterSlaveDeterminationReject()
|
D | h245_encoder.cpp | 463 void Encode_MasterSlaveDeterminationReject(PS_MasterSlaveDeterminationReject x, PS_OutStream stream) in Encode_MasterSlaveDeterminationReject()
|
D | h245_analysis.cpp | 471 void Analyze_MasterSlaveDeterminationReject(PS_MasterSlaveDeterminationReject x, const char* label,… in Analyze_MasterSlaveDeterminationReject()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/ |
D | h245_deleter.h | 45 void Delete_MasterSlaveDeterminationReject(PS_MasterSlaveDeterminationReject x);
|
D | h245_decoder.h | 43 void Decode_MasterSlaveDeterminationReject(PS_MasterSlaveDeterminationReject x, PS_InStream stream);
|
D | h245_encoder.h | 43 void Encode_MasterSlaveDeterminationReject(PS_MasterSlaveDeterminationReject x, PS_OutStream stream…
|
D | h245_analysis.h | 42 void Analyze_MasterSlaveDeterminationReject(PS_MasterSlaveDeterminationReject x, const char* label,…
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/ |
D | se.cpp | 656 MyMSD.Handler((PS_MasterSlaveDeterminationReject)((uint8*)pParameter)); in Dispatch()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/ |
D | h245def.h | 253 typedef S_MasterSlaveDeterminationReject *PS_MasterSlaveDeterminationReject; typedef
|