Home
last modified time | relevance | path

Searched refs:GetAudioOutputDevices (Results 1 – 6 of 6) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediasessionclient.h110 bool GetAudioOutputDevices(std::vector<std::string>* names) { in GetAudioOutputDevices() function
111 return channel_manager_->GetAudioOutputDevices(names); in GetAudioOutputDevices()
Ddevicemanager.h75 virtual bool GetAudioOutputDevices(std::vector<Device>* devices);
Dchannelmanager.h154 bool GetAudioOutputDevices(std::vector<std::string>* names);
Ddevicemanager.cc208 if (GetAudioOutputDevices(&devices) && !devices.empty()) { in GetCapabilities()
221 bool DeviceManager::GetAudioOutputDevices(std::vector<Device>* devices) { in GetAudioOutputDevices() function in cricket::DeviceManager
315 GetAudioOutputDevices(&devices); in GetAudioDevice()
Dchannelmanager.cc749 bool ChannelManager::GetAudioOutputDevices(std::vector<std::string>* names) { in GetAudioOutputDevices() function in cricket::ChannelManager
752 bool ret = device_manager_->GetAudioOutputDevices(&devs); in GetAudioOutputDevices()
/external/chromium/third_party/libjingle/source/talk/examples/call/
Dcallclient.cc901 media_client_->GetAudioOutputDevices(&names); in GetDevices()