OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetAudioDevices
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
macdevicemanager.cc
94
bool MacDeviceManager::
GetAudioDevices
(bool input,
devicemanager.cc
135
return
GetAudioDevices
(true, devices);
139
return
GetAudioDevices
(false, devices);
278
bool DeviceManager::
GetAudioDevices
(bool input,
linuxdevicemanager.cc
99
bool LinuxDeviceManager::
GetAudioDevices
(bool input,
win32devicemanager.cc
150
bool Win32DeviceManager::
GetAudioDevices
(bool input,
/external/chromium_org/chromeos/audio/
cras_audio_handler.cc
167
void CrasAudioHandler::
GetAudioDevices
(AudioDeviceList* device_list) const {
Completed in 36 milliseconds