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

  /external/chromium_org/third_party/webrtc/modules/audio_device/include/
audio_device.h 37 kDefaultDevice = -2
  /external/chromium_org/media/audio/alsa/
alsa_output.cc 70 // kDefaultDevice is probably the best bet.
125 const char AlsaPcmOutputStream::kDefaultDevice[] = "default";
636 // 3) Fallback to kDefaultDevice.
637 // 4) If that fails too, try the "plug:" version of kDefaultDevice.
661 // For the kDefaultDevice device, we can only reliably depend on 2-channel
675 device_name_ = kDefaultDevice;
alsa_output.h 51 static const char kDefaultDevice[];

Completed in 274 milliseconds