Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/
Dml.cpp335 S_MaintenanceLoopRequest maintenanceLoopRequest ; in MsgLoopReqSend() local
338 …oscl_memcpy((int8*)&maintenanceLoopRequest.mlRequestType, (int8*)pLoop_Type, sizeof(S_MlRequestTyp… in MsgLoopReqSend()
342 h245Msg.pData = (uint8*) & maintenanceLoopRequest ; in MsgLoopReqSend()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp112 Delete_MaintenanceLoopRequest(x->maintenanceLoopRequest); in Delete_RequestMessage()
113 OSCL_DEFAULT_FREE(x->maintenanceLoopRequest); in Delete_RequestMessage()
Dh245_decoder.cpp115 …x->maintenanceLoopRequest = (PS_MaintenanceLoopRequest) OSCL_DEFAULT_MALLOC(sizeof(S_MaintenanceLo… in Decode_RequestMessage()
116 Decode_MaintenanceLoopRequest(x->maintenanceLoopRequest, stream); in Decode_RequestMessage()
Dh245_encoder.cpp98 Encode_MaintenanceLoopRequest(x->maintenanceLoopRequest, stream); in Encode_RequestMessage()
Dh245_analysis.cpp105 … Analyze_MaintenanceLoopRequest(x->maintenanceLoopRequest, "maintenanceLoopRequest", tag, indent); in Analyze_RequestMessage()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h63 struct _MaintenanceLoopRequest *maintenanceLoopRequest; member