Home | History | Annotate | Download | only in webrtc

Lines Matching defs:out_name

969   std::string out_name = (out_id != kDefaultAudioDeviceId) ?
972 << ") and speaker to (id=" << out_id << ", name=" << out_name
1008 if (!FindWebRtcAudioDeviceId(false, out_name, out_id, &out_id)) {
1009 LOG(LS_WARNING) << "Failed to find VoiceEngine device id for " << out_name;
1014 LOG_RTCERR2(SetPlayoutDevice, out_name, out_id);
1041 << ") and speaker to (id="<< out_id << " name=" << out_name