HomeSort by relevance Sort by last modified time
    Searched defs:GetAudioOutputDevices (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.h 110 bool GetAudioOutputDevices(std::vector<std::string>* names) {
111 return channel_manager_->GetAudioOutputDevices(names);
channelmanager.cc 749 bool ChannelManager::GetAudioOutputDevices(std::vector<std::string>* names) {
752 bool ret = device_manager_->GetAudioOutputDevices(&devs);
devicemanager.cc 208 if (GetAudioOutputDevices(&devices) && !devices.empty()) {
221 bool DeviceManager::GetAudioOutputDevices(std::vector<Device>* devices) {
315 GetAudioOutputDevices(&devices);

Completed in 97 milliseconds