Searched refs:AudioDeviceWindowsCore (Results 1 – 3 of 3) sorted by relevance
175 bool AudioDeviceWindowsCore::CoreAudioIsSupported() { in CoreAudioIsSupported()308 AudioDeviceWindowsCore* p = new (std::nothrow) AudioDeviceWindowsCore(); in CoreAudioIsSupported()345 AudioDeviceWindowsCore::AudioDeviceWindowsCore() in AudioDeviceWindowsCore() function in webrtc::AudioDeviceWindowsCore493 AudioDeviceWindowsCore::~AudioDeviceWindowsCore() { in ~AudioDeviceWindowsCore()555 void AudioDeviceWindowsCore::AttachAudioBuffer(AudioDeviceBuffer* audioBuffer) { in AttachAudioBuffer()571 int32_t AudioDeviceWindowsCore::ActiveAudioLayer( in ActiveAudioLayer()581 AudioDeviceGeneric::InitStatus AudioDeviceWindowsCore::Init() { in Init()603 int32_t AudioDeviceWindowsCore::Terminate() { in Terminate()634 bool AudioDeviceWindowsCore::Initialized() const { in Initialized()642 int32_t AudioDeviceWindowsCore::InitSpeaker() { in InitSpeaker()[all …]
79 class AudioDeviceWindowsCore : public AudioDeviceGeneric {81 AudioDeviceWindowsCore();82 ~AudioDeviceWindowsCore();
179 if (AudioDeviceWindowsCore::CoreAudioIsSupported()) { in CreatePlatformSpecificObjects()180 audio_device_.reset(new AudioDeviceWindowsCore()); in CreatePlatformSpecificObjects()