Lines Matching refs:content_name
253 const std::string& content_name, in CreateVoiceChannel() argument
258 transport_controller, content_name, rtcp, options)); in CreateVoiceChannel()
264 const std::string& content_name, in CreateVoiceChannel_w() argument
277 transport_controller, content_name, rtcp); in CreateVoiceChannel_w()
311 const std::string& content_name, in CreateVideoChannel() argument
316 transport_controller, content_name, rtcp, options)); in CreateVideoChannel()
322 const std::string& content_name, in CreateVideoChannel_w() argument
335 worker_thread_, media_channel, transport_controller, content_name, rtcp); in CreateVideoChannel_w()
369 const std::string& content_name, in CreateDataChannel() argument
374 content_name, rtcp, channel_type)); in CreateDataChannel()
379 const std::string& content_name, in CreateDataChannel_w() argument
393 worker_thread_, media_channel, transport_controller, content_name, rtcp); in CreateDataChannel_w()