OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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 48 milliseconds