Lines Matching defs:StopPlayout
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) {