Home
last modified time | relevance | path

Searched refs:TSC_MSD_DECISION (Results 1 – 6 of 6) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_statemanager.cpp70 WriteState(TSC_MSD_DECISION, (type == MSD_MASTER) ? MASTER : SLAVE); in MSDDetermineIndication()
254 WriteState(TSC_MSD_DECISION, SLAVE); in SkipMsd()
Dtsc_msd.cpp64 iTSCstatemanager.WriteState(TSC_MSD_DECISION, (type == MSD_MASTER) ? in MSDDetermineConfirm()
Dtsc_component.cpp741 if (iTSCstatemanager.ReadState(TSC_MSD_DECISION) == MASTER) in LcEtbIdc()
771 if (iTSCstatemanager.ReadState(TSC_MSD_DECISION) == MASTER) in LcEtbIdc()
1007 if (iTSCstatemanager.ReadState(TSC_MSD_DECISION) == MASTER) in BlcEtbIdc()
1567 if (iTSCstatemanager.ReadState(TSC_MSD_DECISION) == SLAVE && in LcRlsIdc()
1633 else if (iTSCstatemanager.ReadState(TSC_MSD_DECISION) == SLAVE && in BlcRlsIdc()
Dtsc_capability.cpp1117 if (iTSCstatemanager.ReadState(TSC_MSD_DECISION) == MASTER) in SelectOutgoingCodec()
Dtscmain.cpp556 h324param->iMasterSlave = (TPVMasterSlave)iTSCstatemanager.ReadState(TSC_MSD_DECISION); in GetTerminalParam()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtsc_constants.h56 #define TSC_MSD_DECISION 9 // * either MASTER or SLAVE * / macro