HomeSort by relevance Sort by last modified time
    Searched full:audio_allowed (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/media/
media_stream_devices_controller.cc 255 bool audio_allowed = IsDeviceAudioCaptureRequestedAndAllowed(); local
257 if (audio_allowed || video_allowed) {
265 if (audio_allowed &&
290 bool get_default_audio_device = audio_allowed;
294 if (audio_allowed && !request_.requested_audio_device_id.empty()) {
328 audio_allowed,
media_capture_devices_dispatcher.cc 591 bool audio_allowed = local
600 bool get_default_audio_device = audio_allowed;
606 if (audio_allowed && !request.requested_audio_device_id.empty()) {
    [all...]

Completed in 65 milliseconds