Searched defs:AttachAudioBuffer (Results 1 - 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/android/
H A Daudio_record_jni.cc181 void AudioRecordJni::AttachAudioBuffer(AudioDeviceBuffer* audioBuffer) { function in class:webrtc::AudioRecordJni
182 ALOGD("AttachAudioBuffer");
246 ALOGE("AttachAudioBuffer has not been called!");
H A Daudio_track_jni.cc198 void AudioTrackJni::AttachAudioBuffer(AudioDeviceBuffer* audioBuffer) { function in class:webrtc::AudioTrackJni
199 ALOGD("AttachAudioBuffer%s", GetThreadInfo().c_str());
244 ALOGE("AttachAudioBuffer has not been called!");
H A Dopensles_player.cc175 void OpenSLESPlayer::AttachAudioBuffer(AudioDeviceBuffer* audioBuffer) { function in class:webrtc::OpenSLESPlayer
176 ALOGD("AttachAudioBuffer");
/external/webrtc/webrtc/modules/audio_device/dummy/
H A Daudio_device_dummy.cc214 void AudioDeviceDummy::AttachAudioBuffer(AudioDeviceBuffer* audioBuffer) {} function in class:webrtc::AudioDeviceDummy
H A Dfile_audio_device.cc453 void FileAudioDevice::AttachAudioBuffer(AudioDeviceBuffer* audioBuffer) { function in class:webrtc::FileAudioDevice
/external/webrtc/webrtc/modules/audio_device/
H A Daudio_device_impl.cc107 if (audioDevice->AttachAudioBuffer() == -1)
370 // AttachAudioBuffer
377 int32_t AudioDeviceModuleImpl::AttachAudioBuffer() function in class:webrtc::AudioDeviceModuleImpl
382 _ptrAudioDevice->AttachAudioBuffer(&_audioDeviceBuffer);
/external/webrtc/webrtc/modules/audio_device/linux/
H A Daudio_device_alsa_linux.cc135 void AudioDeviceLinuxALSA::AttachAudioBuffer(AudioDeviceBuffer* audioBuffer) function in class:webrtc::AudioDeviceLinuxALSA
H A Daudio_device_pulse_linux.cc140 void AudioDeviceLinuxPulse::AttachAudioBuffer(AudioDeviceBuffer* audioBuffer) function in class:webrtc::AudioDeviceLinuxPulse
/external/webrtc/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.cc206 void AudioDeviceMac::AttachAudioBuffer(AudioDeviceBuffer* audioBuffer) { function in class:webrtc::AudioDeviceMac
/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.cc168 // AttachAudioBuffer
171 void AudioDeviceWindowsWave::AttachAudioBuffer(AudioDeviceBuffer* audioBuffer) function in class:webrtc::AudioDeviceWindowsWave
H A Daudio_device_core_win.cc647 // AttachAudioBuffer
650 void AudioDeviceWindowsCore::AttachAudioBuffer(AudioDeviceBuffer* audioBuffer) function in class:webrtc::AudioDeviceWindowsCore

Completed in 262 milliseconds