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

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

Completed in 45 milliseconds