Searched refs:remoteMCResponse (Results 1 – 5 of 5) sorted by relevance
6173 Delete_RemoteMCResponse(x->remoteMCResponse); in Delete_ConferenceResponse()6174 OSCL_DEFAULT_FREE(x->remoteMCResponse); in Delete_ConferenceResponse()
9309 … x->remoteMCResponse = (PS_RemoteMCResponse) OSCL_DEFAULT_MALLOC(sizeof(S_RemoteMCResponse)); in Decode_ConferenceResponse()9310 Decode_RemoteMCResponse(x->remoteMCResponse, stream); in Decode_ConferenceResponse()
6978 PutExtensionItem(EPASS Encode_RemoteMCResponse, (uint8*)x->remoteMCResponse, stream); in Encode_ConferenceResponse()
7517 Analyze_RemoteMCResponse(x->remoteMCResponse, "remoteMCResponse", tag, indent); in Analyze_ConferenceResponse()
4396 struct _RemoteMCResponse *remoteMCResponse; member