Searched refs:audio_allowed (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/media/
H A Dmedia_stream_devices_controller.cc242 bool audio_allowed = IsDeviceAudioCaptureRequestedAndAllowed(); local
244 if (audio_allowed || video_allowed) {
252 if (audio_allowed &&
277 bool get_default_audio_device = audio_allowed;
281 if (audio_allowed && !request_.requested_audio_device_id.empty()) {
315 audio_allowed,
337 if (audio_allowed) {
H A Dmedia_capture_devices_dispatcher.cc713 bool audio_allowed = local
728 bool get_default_audio_device = audio_allowed;
742 (audio_allowed || video_allowed) ? content::MEDIA_DEVICE_NO_HARDWARE
748 if (audio_allowed && !request.requested_audio_device_id.empty()) {

Completed in 1013 milliseconds