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

  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
fakedevicemanager.h 64 virtual bool GetAudioInputDevices(std::vector<Device>* devs) {
devicemanager.cc 122 if (GetAudioInputDevices(&devices) && !devices.empty()) {
134 bool DeviceManager::GetAudioInputDevices(std::vector<Device>* devices) {
302 bool ret = is_input ? GetAudioInputDevices(&devices) :
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient.h 104 bool GetAudioInputDevices(std::vector<std::string>* names) {
105 return channel_manager_->GetAudioInputDevices(names);
channelmanager.cc 901 bool ChannelManager::GetAudioInputDevices(std::vector<std::string>* names) {
904 bool ret = device_manager_->GetAudioInputDevices(&devs);
  /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 275 milliseconds