OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StopPlayout
(Results
1 - 17
of
17
) sorted by null
/external/webrtc/webrtc/modules/audio_device/android/
audio_track_jni.cc
38
stop_playout_(native_reg->GetMethodId("
stopPlayout
", "()Z")),
54
bool AudioTrackJni::JavaAudioTrack::
StopPlayout
() {
117
StopPlayout
();
145
int32_t AudioTrackJni::
StopPlayout
() {
146
ALOGD("
StopPlayout
%s", GetThreadInfo().c_str());
151
if (!j_audio_track_->
StopPlayout
()) {
152
ALOGE("
StopPlayout
failed!");
opensles_player.cc
87
StopPlayout
();
128
int OpenSLESPlayer::
StopPlayout
() {
129
ALOGD("
StopPlayout
%s", GetThreadInfo().c_str());
audio_device_unittest.cc
653
void
StopPlayout
() {
654
EXPECT_EQ(0, audio_device()->
StopPlayout
());
794
StopPlayout
();
831
StopPlayout
();
833
StopPlayout
();
845
// Verify that calling
StopPlayout
() will leave us in an uninitialized state
852
EXPECT_EQ(0, audio_device()->
StopPlayout
());
871
StopPlayout
();
[
all
...]
/external/webrtc/webrtc/voice_engine/
voe_base_impl.cc
457
if (
StopPlayout
() != 0) {
519
int VoEBaseImpl::
StopPlayout
(int channel) {
529
"
StopPlayout
() failed to locate channel");
532
if (channelPtr->
StopPlayout
() != 0) {
533
LOG_F(LS_WARNING) << "
StopPlayout
() failed to stop playout for channel "
536
return
StopPlayout
();
613
int32_t VoEBaseImpl::
StopPlayout
() {
616
if (shared_->audio_device()->
StopPlayout
() != 0) {
618
"
StopPlayout
() failed to stop playout");
666
if (shared_->audio_device()->
StopPlayout
() != 0)
[
all
...]
channel.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc
70
int32_t AudioDeviceDummy::
StopPlayout
() { return -1; }
file_audio_device.cc
221
int32_t FileAudioDevice::
StopPlayout
() {
/external/webrtc/webrtc/modules/audio_device/include/
fake_audio_device.h
32
virtual int32_t
StopPlayout
() { return 0; }
/external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc
576
void
StopPlayout
() {
577
EXPECT_EQ(0, audio_device()->
StopPlayout
());
618
StopPlayout
();
620
StopPlayout
();
632
// Verify that calling
StopPlayout
() will leave us in an uninitialized state
639
EXPECT_EQ(0, audio_device()->
StopPlayout
());
692
EXPECT_EQ(0, second_audio_device->
StopPlayout
());
711
StopPlayout
();
752
StopPlayout
();
772
StopPlayout
();
[
all
...]
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc
243
int32_t FakeAudioCaptureModule::
StopPlayout
() {
/external/webrtc/webrtc/modules/audio_device/
audio_device_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc
659
StopPlayout
();
670
StopPlayout
();
962
StopPlayout
();
[
all
...]
audio_device_pulse_linux.cc
1075
StopPlayout
();
[
all
...]
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc
[
all
...]
audio_device_core_win.cc
[
all
...]
/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
AndroidTest.java
527
if (0 !=
StopPlayout
(_channel)) {
[
all
...]
/external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc
1013
// deleted by calling
StopPlayout
().
1019
if (
StopPlayout
() == -1) {
[
all
...]
Completed in 1165 milliseconds