Home
last modified time | relevance | path

Searched refs:Sending (Results 1 – 25 of 63) sorted by relevance

123

/external/webrtc/webrtc/video/
Dvie_channel.cc358 bool is_sending = rtp_rtcp_modules_[0]->Sending(); in SetSendCodec()
718 RTC_DCHECK(!rtp_rtcp_modules_[0]->Sending()); in SetRtpStateForSsrc()
726 RTC_DCHECK(!rtp_rtcp_modules_[0]->Sending()); in GetRtpStateForSsrc()
738 RTC_DCHECK(!rtp_rtcp_modules_[0]->Sending()); in SetRTCPCName()
890 if (rtp_rtcp_modules_[0]->Sending()) in StartSend()
907 if (!rtp_rtcp_modules_[0]->Sending()) { in StopSend()
917 bool ViEChannel::Sending() { in Sending() function in webrtc::ViEChannel
918 return rtp_rtcp_modules_[0]->Sending(); in Sending()
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api.cc121 EXPECT_FALSE(module_->Sending()); in TEST_F()
123 EXPECT_TRUE(module_->Sending()); in TEST_F()
/external/curl/docs/cmdline-opts/
Dnegotiate.d12 the authentication code properly. Sending a '-u :' is enough as the user name
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.cc130 if (rtcp_sender_.Sending()) { in Process()
190 if (!rtcp_sender_.Sending() || state.packets_sent > 0) in Process()
361 if (rtcp_sender_.Sending() != sending) { in SetSendingStatus()
388 bool ModuleRtpRtcpImpl::Sending() const { in Sending() function in webrtc::ModuleRtpRtcpImpl
389 return rtcp_sender_.Sending(); in Sending()
/external/webrtc/webrtc/voice_engine/
Dtransmit_mixer.cc310 if (channel->Sending()) { in GetSendCodecInfo()
425 if (channelPtr->Sending()) in DemuxAndMix()
441 if (channel_ptr->Sending()) { in DemuxAndMix()
460 if (channelPtr->Sending()) in EncodeAndSend()
473 if (channel_ptr && channel_ptr->Sending()) in EncodeAndSend()
Dshared_data.cc81 if (it.GetChannel()->Sending()) in NumOfSendingChannels()
Dvoe_dtmf_impl.cc69 if (!channelPtr->Sending()) { in SendTelephoneEvent()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
DNOTES51 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
DNOTES51 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
DNOTES51 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
DNOTES51 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
DNOTES51 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
DNOTES51 do echo Sending SIGUSR1 to pid $PR...; \
/external/clang/test/CodeGenObjC/
Ddebug-info-block-line.m81 format:@"Sending \"%@\" (%@)", [map name], [map identifier]];
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
DNOTES51 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
DNOTES51 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
DNOTES48 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
DNOTES51 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
DNOTES51 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
DNOTES51 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
DNOTES51 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
DNOTES51 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
DNOTES51 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
DNOTES51 do echo Sending SIGUSR1 to pid $PR...; \
/external/clang/docs/analyzer/
Dnullability.rst53 - Sending a message to a nullable pointer
56 - Sending a message to a unspecified or nonnull pointer

123