Searched refs:SRP (Results 1 – 6 of 6) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/src/ |
D | srp.cpp | 36 const SRP::SrpAction SRP::iSrpStateTable[MAX_STATUS][MAX_EVENT] = 39 …Status 0 */ { SRP::ACTION_NOP, SRP::ACTION_0_1, SRP::ACTION_0_2, SRP::ACTION_NOP, SRP::ACTION_NO… 40 …Status 1 */ { SRP::ACTION_NOP, SRP::ACTION_1_1, SRP::ACTION_0_2, SRP::ACTION_1_3, SRP::ACTION_1_… 44 OSCL_EXPORT_REF SRP::SRP() : iN400MaxCounter(N400_DEFAULT_MAX_COUNTER), //changed max # of allowab… in SRP() function in SRP 90 OSCL_EXPORT_REF SRP::~SRP() in ~SRP() 94 OSCL_EXPORT_REF void SRP::SrpInitL(void) in SrpInitL() 184 OSCL_EXPORT_REF void SRP::SrpReset(void) in SrpReset() 320 OSCL_EXPORT_REF void SRP::SrpStart(void) in SrpStart() 337 OSCL_EXPORT_REF void SRP::SrpStop(void) in SrpStop() 420 SRP::SrpEvent SRP::SrpGetEventNoFromAL1(PVMFSharedMediaDataPtr pPkt) in SrpGetEventNoFromAL1() [all …]
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/include/ |
D | srp_ports.h | 48 SRPLowerLayerPortIn(SRP *aSrp) : PvmfPortBaseImpl(SRP_INPUT_PORT_TAG, NULL), in SRPLowerLayerPortIn() 66 SRP *iSrp; 82 SRPUpperLayerPortIn(SRP *aSrp) : PvmfPortBaseImpl(SRP_INPUT_PORT_TAG, NULL), in SRPUpperLayerPortIn() 100 SRP *iSrp;
|
D | srp.h | 223 class SRP : public OsclTimerObserver 246 OSCL_IMPORT_REF SRP() ; 247 OSCL_IMPORT_REF virtual ~SRP() ; 517 static const SRP::SrpAction iSrpStateTable[MAX_STATUS][MAX_EVENT];
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
D | tschandling.cpp | 337 if (iSrp->WnsrpStatusGet() == SRP::WNSRP_TX_SUPPORT) in MuxTableTransferIndication()
|
D | tscmain.cpp | 308 iSrp = OSCL_NEW(SRP, ()); in InitTsc()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/ |
D | tscmain.h | 543 SRP* iSrp;
|