Home
last modified time | relevance | path

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

12345

/external/webrtc/audio/voip/
Daudio_channel.cc89 if (!rtp_rtcp_->Sending() && rtp_rtcp_->SetSendingStatus(true) != 0) { in StartSend()
100 if (!IsPlaying() && rtp_rtcp_->Sending() && in StopSend()
111 if (!rtp_rtcp_->Sending() && rtp_rtcp_->SetSendingStatus(true) != 0) { in StartPlay()
120 if (!IsSendingMedia() && rtp_rtcp_->Sending() && in StopPlay()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl2.cc127 if (remote_bitrate_ && rtcp_sender_.Sending() && rtcp_sender_.TMMBR()) { in Process()
275 if (rtcp_sender_.Sending() != sending) { in SetSendingStatus()
284 bool ModuleRtpRtcpImpl2::Sending() const { in Sending() function in webrtc::ModuleRtpRtcpImpl2
285 return rtcp_sender_.Sending(); in Sending()
318 if (!Sending()) in OnSendingRtpFrame()
746 rtcp_receiver_.OnPeriodicRttUpdate(check_since, rtcp_sender_.Sending()); in PeriodicUpdate()
Drtp_rtcp_impl.cc120 if (rtcp_sender_.Sending()) { in Process()
327 if (rtcp_sender_.Sending() != sending) { in SetSendingStatus()
336 bool ModuleRtpRtcpImpl::Sending() const { in Sending() function in webrtc::ModuleRtpRtcpImpl
337 return rtcp_sender_.Sending(); in Sending()
370 if (!Sending()) in OnSendingRtpFrame()
/external/curl/docs/cmdline-opts/
Dnegotiate.d13 the authentication code properly. Sending a '-u :' is enough as the user name
/external/grpc-grpc/src/objective-c/tests/Connectivity/
DREADME.md13 2016-06-29 16:51:29.443 ConnectivityTestingApp[73129:3567949] Sending request.
/external/libwebsockets/READMEs/
DREADME.contributing.md5 Sending a patch with a bug report is very welcome.
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
DNOTES48 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
DNOTES48 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
DNOTES48 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
DNOTES48 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
DNOTES48 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
DNOTES48 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
DNOTES48 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
DNOTES48 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
DNOTES45 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
DNOTES48 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
DNOTES48 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
DNOTES48 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
DNOTES48 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
DNOTES48 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
DNOTES48 do echo Sending SIGUSR1 to pid $PR...; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
DNOTES48 do echo Sending SIGUSR1 to pid $PR...; \
/external/llvm-project/clang/test/CodeGenObjC/
Ddebug-info-block-line.m81 format:@"Sending \"%@\" (%@)", [map name], [map identifier]];
/external/clang/test/CodeGenObjC/
Ddebug-info-block-line.m81 format:@"Sending \"%@\" (%@)", [map name], [map identifier]];
/external/grpc-grpc/src/objective-c/tests/Connectivity/ConnectivityTestingApp/
DViewController.m58 NSLog(@"Sending request.");

12345