Home
last modified time | relevance | path

Searched refs:terminalType (Results 1 – 5 of 5) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
Dmsd.h456 …int(" My Terminal Type == %d, Incoming Terminal Type == %d\n", TerminalType, msd->terminalType); in DetermineStatus()
459 if (TerminalType != msd->terminalType) in DetermineStatus()
461 SetStatus((TerminalType < msd->terminalType) ? MSD_SLAVE : MSD_MASTER); in DetermineStatus()
476 masterSlaveDetermination.terminalType = TerminalType; in SendMSD()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h211 uint8 terminalType; member
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_encoder.cpp422 PutInteger(0, 255, (uint32)x->terminalType, stream); in Encode_MasterSlaveDetermination()
Dh245_analysis.cpp424 ShowPERInteger(tag, indent, "terminalType", (int32)x->terminalType); in Analyze_MasterSlaveDetermination()
Dh245_decoder.cpp576 x->terminalType = (uint8) GetInteger(0, 255, stream); in Decode_MasterSlaveDetermination()