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

/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Ddevicemanager.h75 virtual bool GetAudioOutputDevices(std::vector<Device>* devices);
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.h154 bool GetAudioOutputDevices(std::vector<std::string>* names);
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);
H A Dchannelmanager.cc749 bool ChannelManager::GetAudioOutputDevices(std::vector<std::string>* names) { function in class:cricket::ChannelManager
752 bool ret = device_manager_->GetAudioOutputDevices(&devs);
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc901 media_client_->GetAudioOutputDevices(&names);

Completed in 125 milliseconds