Searched defs:GetAudioInputDevices (Results 1 - 3 of 3) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediasessionclient.h107 bool GetAudioInputDevices(std::vector<std::string>* names) { function in class:cricket::MediaSessionClient
108 return channel_manager_->GetAudioInputDevices(names);
H A Dchannelmanager.cc739 bool ChannelManager::GetAudioInputDevices(std::vector<std::string>* names) { function in class:cricket::ChannelManager
742 bool ret = device_manager_->GetAudioInputDevices(&devs);
H A Ddevicemanager.cc205 if (GetAudioInputDevices(&devices) && !devices.empty()) {
217 bool DeviceManager::GetAudioInputDevices(std::vector<Device>* devices) { function in class:cricket::DeviceManager
314 bool ret = is_input ? GetAudioInputDevices(&devices) :

Completed in 168 milliseconds