OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAudioDevices
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/talk/media/devices/
linuxdevicemanager.h
49
virtual bool
GetAudioDevices
(bool input, std::vector<Device>* devs);
macdevicemanager.h
50
virtual bool
GetAudioDevices
(bool input, std::vector<Device>* devs);
win32devicemanager.h
52
virtual bool
GetAudioDevices
(bool input, std::vector<Device>* devs);
devicemanager.cc
109
return
GetAudioDevices
(true, devices);
113
return
GetAudioDevices
(false, devices);
264
bool DeviceManager::
GetAudioDevices
(bool input,
devicemanager.h
179
virtual bool
GetAudioDevices
(bool input, std::vector<Device>* devs);
macdevicemanager.cc
93
bool MacDeviceManager::
GetAudioDevices
(bool input,
linuxdevicemanager.cc
99
bool LinuxDeviceManager::
GetAudioDevices
(bool input,
win32devicemanager.cc
161
bool Win32DeviceManager::
GetAudioDevices
(bool input,
Completed in 8704 milliseconds