OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAutoSelectDevice
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/media/audio/alsa/
alsa_input.h
32
static const char
kAutoSelectDevice
[];
36
// |
kAutoSelectDevice
|.
alsa_input.cc
25
const char AlsaPcmInputStream::
kAutoSelectDevice
[] = "";
68
if (device_name_ ==
kAutoSelectDevice
) {
audio_manager_alsa.cc
341
std::string device_name = AlsaPcmOutputStream::
kAutoSelectDevice
;
353
AlsaPcmInputStream::
kAutoSelectDevice
: device_id;
alsa_output.h
55
static const char
kAutoSelectDevice
[];
69
// If unsure of what to use for |device_name|, use |
kAutoSelectDevice
|.
alsa_output.cc
127
const char AlsaPcmOutputStream::
kAutoSelectDevice
[] = "";
203
if (requested_device_name_ ==
kAutoSelectDevice
) {
Completed in 100 milliseconds