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

  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
fakedevicemanager.h 68 virtual bool GetAudioOutputDevices(std::vector<Device>* devs) {
devicemanager.cc 125 if (GetAudioOutputDevices(&devices) && !devices.empty()) {
138 bool DeviceManager::GetAudioOutputDevices(std::vector<Device>* devices) {
307 GetAudioOutputDevices(&devices);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient.h 107 bool GetAudioOutputDevices(std::vector<std::string>* names) {
108 return channel_manager_->GetAudioOutputDevices(names);
channelmanager.cc 897 bool ChannelManager::GetAudioOutputDevices(std::vector<std::string>* names) {
900 bool ret = device_manager_->GetAudioOutputDevices(&devs);
  /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 364 milliseconds