Home | History | Annotate | Download | only in webrtc

Lines Matching refs:out_name

1017   std::string out_name = (out_id != kDefaultAudioDeviceId) ?
1020 << ") and speaker to (id=" << out_id << ", name=" << out_name
1059 if (!FindWebRtcAudioDeviceId(false, out_name, out_id, &out_id)) {
1060 LOG(LS_WARNING) << "Failed to find VoiceEngine device id for " << out_name;
1065 LOG_RTCERR2(SetPlayoutDevice, out_name, out_id);
1092 << ") and speaker to (id="<< out_id << " name=" << out_name