Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_h324m_config.cpp398 class PVH324MessageSendSkewIndication : public CPVH324InterfaceCmdMessage class
401 PVH324MessageSendSkewIndication(TPVChannelId aLogicalChannel1, in PVH324MessageSendSkewIndication() function in PVH324MessageSendSkewIndication
545 OSCL_DELETE((PVH324MessageSendSkewIndication*)aCmd); in DestroyMessage()
1300 PVH324MessageSendSkewIndication *cmd = NULL; in SendSkewIndication()
1301 …cmd = OSCL_NEW(PVH324MessageSendSkewIndication, (aLogicalChannel1, aLogicalChannel2, aSkew, aConte… in SendSkewIndication()
1707PVH324MessageSendSkewIndication* msg = OSCL_STATIC_CAST(PVH324MessageSendSkewIndication*, aMsg); in HandleCommand()