OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitPlayout
(Results
26 - 37
of
37
) sorted by null
1
2
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.h
75
virtual int32_t
InitPlayout
();
audio_device_wave_win.cc
1037
// NOTE - the setting will only have an effect after
InitPlayout
has
[
all
...]
audio_device_core_win.cc
657
//
InitPlayout
and InitRecording later.
[
all
...]
/external/webrtc/webrtc/modules/audio_device/
audio_device_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc
570
EXPECT_EQ(0, audio_device()->
InitPlayout
());
633
// which will require a new call to
InitPlayout
(). This test does not call
637
EXPECT_EQ(0, audio_device()->
InitPlayout
());
674
EXPECT_EQ(0, second_audio_device->
InitPlayout
());
[
all
...]
audio_device_ios.mm
357
int32_t AudioDeviceIOS::
InitPlayout
() {
358
LOGI() << "
InitPlayout
";
365
LOG_F(LS_ERROR) << "InitPlayOrRecord failed for
InitPlayout
!";
[
all
...]
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc
206
int32_t FakeAudioCaptureModule::
InitPlayout
() {
/external/webrtc/webrtc/voice_engine/
voe_hardware_impl.cc
414
if (_shared->audio_device()->
InitPlayout
() != 0) {
voe_base_impl.cc
601
if (shared_->audio_device()->
InitPlayout
() != 0) {
/external/webrtc/webrtc/modules/audio_device/android/
audio_device_unittest.cc
647
EXPECT_EQ(0, audio_device()->
InitPlayout
());
846
// which will require a new call to
InitPlayout
(). This test does not call
850
EXPECT_EQ(0, audio_device()->
InitPlayout
());
[
all
...]
/external/webrtc/webrtc/modules/audio_device/linux/
audio_device_pulse_linux.cc
148
//
InitPlayout
and InitRecording later.
1072
int32_t res =
InitPlayout
();
1104
int32_t AudioDeviceLinuxPulse::
InitPlayout
()
[
all
...]
/external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc
1007
if (
InitPlayout
() == -1) {
1011
// We destroy the IOProc created by
InitPlayout
() in implDeviceIOProc().
1049
int32_t AudioDeviceMac::
InitPlayout
() {
[
all
...]
Completed in 753 milliseconds
1
2