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

/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediasessionclient.h110 bool GetAudioOutputDevices(std::vector<std::string>* names) { function in class:cricket::MediaSessionClient
111 return channel_manager_->GetAudioOutputDevices(names);
H A Dchannelmanager.cc749 bool ChannelManager::GetAudioOutputDevices(std::vector<std::string>* names) { function in class:cricket::ChannelManager
752 bool ret = device_manager_->GetAudioOutputDevices(&devs);
H A Ddevicemanager.cc208 if (GetAudioOutputDevices(&devices) && !devices.empty()) {
221 bool DeviceManager::GetAudioOutputDevices(std::vector<Device>* devices) { function in class:cricket::DeviceManager
315 GetAudioOutputDevices(&devices);

Completed in 76 milliseconds