Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/
Dsebase.cpp25 SEBase::SEBase() : TimerDuration(TIMER_DURATION), MySE(0), MyPer(0), MyH245(0) in SEBase()
51 if (MyH245) in PrimitiveSend()
53 MyH245->ObserverMessage((unsigned char*)pPrimitive, sizeof(S_InfHeader)); in PrimitiveSend()
Dse.cpp272 OSCL_EXPORT_REF SE::SE() : MyPER(0), MyH245(0), MyTimer("SETimer") in SE()
365 MyH245 = h245; in SetH245()
2423 if (MyH245) in ItnErrNotificationSend()
2425 MyH245->ObserverMessage((unsigned char*)&infHeader, sizeof(S_InfHeader)); in ItnErrNotificationSend()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
Dsebase.h54 MyH245 = h245; in SetH245()
67 H245 *MyH245; variable
Dse.h383 H245 *MyH245; variable
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
Dper.h48 MyH245 = h245; in SetH245()
76 H245 *MyH245; variable
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dper.cpp72 MyH245(NULL) in PER()
120 if (MyH245) in Encode()
122 MyH245->LowerLayerTx((unsigned char*)pCodeData, (int)GetSize); in Encode()