HomeSort by relevance Sort by last modified time
    Searched refs:GetAudioInputDevices (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.h 74 virtual bool GetAudioInputDevices(std::vector<Device>* devices);
mediasessionclient.h 107 bool GetAudioInputDevices(std::vector<std::string>* names) {
108 return channel_manager_->GetAudioInputDevices(names);
channelmanager.h 153 bool GetAudioInputDevices(std::vector<std::string>* names);
devicemanager.cc 205 if (GetAudioInputDevices(&devices) && !devices.empty()) {
217 bool DeviceManager::GetAudioInputDevices(std::vector<Device>* devices) {
314 bool ret = is_input ? GetAudioInputDevices(&devices) :
channelmanager.cc 739 bool ChannelManager::GetAudioInputDevices(std::vector<std::string>* names) {
742 bool ret = device_manager_->GetAudioInputDevices(&devs);
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.cc 898 media_client_->GetAudioInputDevices(&names);

Completed in 1545 milliseconds