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

  /external/chromium_org/third_party/libjingle/source/talk/sound/
sounddevicelocator.h 41 class SoundDeviceLocator {
43 virtual ~SoundDeviceLocator() {}
52 virtual SoundDeviceLocator *Copy() const = 0;
55 SoundDeviceLocator(const std::string &name,
59 explicit SoundDeviceLocator(const SoundDeviceLocator &that)
66 DISALLOW_ASSIGN(SoundDeviceLocator);
nullsoundsystem.h 35 class SoundDeviceLocator;
56 const SoundDeviceLocator *device,
59 const SoundDeviceLocator *device,
62 virtual bool GetDefaultPlaybackDevice(SoundDeviceLocator **device);
63 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
soundsystemproxy.h 48 virtual bool GetDefaultPlaybackDevice(SoundDeviceLocator **device);
49 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
52 const SoundDeviceLocator *device,
55 const SoundDeviceLocator *device,
soundsysteminterface.h 37 class SoundDeviceLocator;
50 typedef std::vector<SoundDeviceLocator *> SoundDeviceLocatorList;
106 virtual bool GetDefaultPlaybackDevice(SoundDeviceLocator **device) = 0;
107 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device) = 0;
111 const SoundDeviceLocator *device,
114 const SoundDeviceLocator *device,
nullsoundsystem.cc 31 #include "talk/sound/sounddevicelocator.h"
46 class NullSoundDeviceLocator : public SoundDeviceLocator {
48 NullSoundDeviceLocator() : SoundDeviceLocator(kNullName, kNullName) {}
50 virtual SoundDeviceLocator *Copy() const {
131 SoundDeviceLocator *device;
140 SoundDeviceLocator *device;
147 SoundDeviceLocator **device) {
153 SoundDeviceLocator **device) {
159 const SoundDeviceLocator *device,
165 const SoundDeviceLocator *device
    [all...]
soundsystemproxy.cc 43 SoundDeviceLocator **device) {
48 SoundDeviceLocator **device) {
53 const SoundDeviceLocator *device,
59 const SoundDeviceLocator *device,
alsasoundsystem.h 62 virtual bool GetDefaultPlaybackDevice(SoundDeviceLocator **device);
63 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
66 const SoundDeviceLocator *device,
69 const SoundDeviceLocator *device,
80 bool GetDefaultDevice(SoundDeviceLocator **device);
86 const SoundDeviceLocator *device,
pulseaudiosoundsystem.h 67 virtual bool GetDefaultPlaybackDevice(SoundDeviceLocator **device);
68 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
71 const SoundDeviceLocator *device,
74 const SoundDeviceLocator *device,
135 SoundDeviceLocator **device);
138 bool GetDefaultDevice(SoundDeviceLocator **device);
147 const SoundDeviceLocator *device,
alsasoundsystem.cc 36 #include "talk/sound/sounddevicelocator.h"
67 class AlsaDeviceLocator : public SoundDeviceLocator {
71 : SoundDeviceLocator(name, device_name) {
81 virtual SoundDeviceLocator *Copy() const {
501 bool AlsaSoundSystem::GetDefaultPlaybackDevice(SoundDeviceLocator **device) {
505 bool AlsaSoundSystem::GetDefaultCaptureDevice(SoundDeviceLocator **device) {
510 const SoundDeviceLocator *device,
520 const SoundDeviceLocator *device,
618 bool AlsaSoundSystem::GetDefaultDevice(SoundDeviceLocator **device) {
634 const SoundDeviceLocator *device
    [all...]
pulseaudiosoundsystem.cc 37 #include "talk/sound/sounddevicelocator.h"
127 class PulseAudioDeviceLocator : public SoundDeviceLocator {
131 : SoundDeviceLocator(name, device_name) {
134 virtual SoundDeviceLocator *Copy() const {
    [all...]

Completed in 437 milliseconds