Home
last modified time | relevance | path

Searched refs:audio_allowed (Results 1 – 7 of 7) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/
H A Dmedia_access_handler.cc25 bool audio_allowed, in CheckDevicesAndRunCallback() argument
30 bool get_default_audio_device = audio_allowed; in CheckDevicesAndRunCallback()
44 (audio_allowed || video_allowed) in CheckDevicesAndRunCallback()
51 if (audio_allowed && !request.requested_audio_device_id.empty()) { in CheckDevicesAndRunCallback()
H A Dchromeos_login_media_access_handler.cc83 bool audio_allowed = false; in HandleRequest() local
94 audio_allowed, video_allowed); in HandleRequest()
H A Dextension_media_access_handler.cc75 bool audio_allowed = in HandleRequest() local
91 audio_allowed, video_allowed); in HandleRequest()
H A Dmedia_access_handler.h77 bool audio_allowed,
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/webrtc/
H A Dmedia_stream_devices_controller.cc276 bool audio_allowed = audio_setting == CONTENT_SETTING_ALLOW; in GetDevices() local
279 if (!audio_allowed && !video_allowed) in GetDevices()
290 if (audio_allowed && in GetDevices()
325 bool get_default_audio_device = audio_allowed; in GetDevices()
329 if (audio_allowed && !request_.requested_audio_device_id.empty()) { in GetDevices()
360 web_contents_->GetBrowserContext(), audio_allowed, video_allowed, in GetDevices()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/media/webrtc/
H A Dmedia_stream_devices_controller.cc343 bool audio_allowed = audio_setting == CONTENT_SETTING_ALLOW; in GetDevices() local
346 if (!audio_allowed && !video_allowed) in GetDevices()
357 if (audio_allowed && in GetDevices()
390 bool get_default_audio_device = audio_allowed; in GetDevices()
394 if (audio_allowed && !request_.requested_audio_device_id.empty()) { in GetDevices()
425 profile_, audio_allowed, video_allowed, &devices); in GetDevices()
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/src/
H A Dmedia-factory.c579 static const gchar * const audio_allowed[] = { variable
1153 streamed_media_allowed = audio_allowed; in gabble_media_factory_get_contact_caps()