Home
last modified time | relevance | path

Searched refs:PS_MasterSlaveDeterminationReject (Results 1 – 12 of 12) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
Dmsd.h173 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/
Dper.cpp440 … 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()
Dh245_deleter.cpp525 void Delete_MasterSlaveDeterminationReject(PS_MasterSlaveDeterminationReject x) in Delete_MasterSlaveDeterminationReject()
Dh245_decoder.cpp168 …x->masterSlaveDeterminationReject = (PS_MasterSlaveDeterminationReject) OSCL_DEFAULT_MALLOC(sizeof… in Decode_ResponseMessage()
636 void Decode_MasterSlaveDeterminationReject(PS_MasterSlaveDeterminationReject x, PS_InStream stream) in Decode_MasterSlaveDeterminationReject()
Dh245_encoder.cpp463 void Encode_MasterSlaveDeterminationReject(PS_MasterSlaveDeterminationReject x, PS_OutStream stream) in Encode_MasterSlaveDeterminationReject()
Dh245_analysis.cpp471 void Analyze_MasterSlaveDeterminationReject(PS_MasterSlaveDeterminationReject x, const char* label,… in Analyze_MasterSlaveDeterminationReject()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
Dh245_deleter.h45 void Delete_MasterSlaveDeterminationReject(PS_MasterSlaveDeterminationReject x);
Dh245_decoder.h43 void Decode_MasterSlaveDeterminationReject(PS_MasterSlaveDeterminationReject x, PS_InStream stream);
Dh245_encoder.h43 void Encode_MasterSlaveDeterminationReject(PS_MasterSlaveDeterminationReject x, PS_OutStream stream…
Dh245_analysis.h42 void Analyze_MasterSlaveDeterminationReject(PS_MasterSlaveDeterminationReject x, const char* label,…
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/
Dse.cpp656 MyMSD.Handler((PS_MasterSlaveDeterminationReject)((uint8*)pParameter)); in Dispatch()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h253 typedef S_MasterSlaveDeterminationReject *PS_MasterSlaveDeterminationReject; typedef