/external/webrtc/pc/ |
D | rtp_sender.cc | 166 if (media_channel_ && ssrc_ && !stopped_) { in SetFrameEncryptor() 182 if (media_channel_ && ssrc_ && !stopped_) { in SetEncoderSelectorOnChannel() 197 if (stopped_) { in GetParametersInternal() 212 if (stopped_) { in GetParametersInternalWithAllLayers() 236 RTC_DCHECK(!stopped_); in SetParametersInternal() 291 RTC_DCHECK(!stopped_); in SetParametersInternalWithAllLayers() 319 if (stopped_) { in CheckSetParameters() 394 if (stopped_) { in SetTrack() 436 if (stopped_ || ssrc == ssrc_) { in SetSsrc() 492 if (stopped_) { in Stop() [all …]
|
D | rtp_transceiver.cc | 175 if (!stopped_) { in ~RtpTransceiver() 263 if (stopped_) { in SetChannel() 362 RTC_DCHECK(!stopped_); in AddSender() 396 RTC_DCHECK(!stopped_); in AddReceiver() 485 return stopped_; in stopped() 605 stopped_ = true; in StopTransceiverProcedure()
|
D | rtp_transceiver.h | 324 bool stopped_ RTC_GUARDED_BY(thread_) = false;
|
D | rtp_sender.h | 256 bool stopped_ RTC_GUARDED_BY(signaling_thread_) = false;
|
/external/webrtc/video/ |
D | task_queue_frame_decode_scheduler.cc | 31 RTC_DCHECK(stopped_); in ~TaskQueueFrameDecodeScheduler() 40 RTC_DCHECK(!stopped_) << "Can not schedule frames after stopped."; in ScheduleFrame() 73 stopped_ = true; in Stop()
|
D | decode_synchronizer.cc | 57 RTC_DCHECK(stopped_); in ~SynchronizedFrameDecodeScheduler() 96 stopped_ = true; in Stop()
|
D | task_queue_frame_decode_scheduler.h | 43 bool stopped_ = false; variable
|
D | decode_synchronizer.h | 116 bool stopped_ = false; variable
|
/external/tensorflow/tensorflow/cc/training/ |
D | queue_runner.h | 89 QueueRunner() : coord_(nullptr), stopped_(false), cg_mu_(nullptr) {} in QueueRunner() 106 bool IsRunning() const override { return !stopped_; } in IsRunning() 128 std::atomic<bool> stopped_; variable
|
D | coordinator_test.cc | 62 stopped_ = false; in MockQueueRunner() 94 bool IsRunning() const override { return !stopped_; }; in IsRunning() 96 void Stop() { stopped_ = true; } in Stop() 117 bool stopped_; member in tensorflow::__anon4a3667f10111::MockQueueRunner
|
D | queue_runner.cc | 136 stopped_ = true; in Stop()
|
/external/webrtc/p2p/stunprober/ |
D | stun_prober_unittest.cc | 101 WAIT(stopped_, 1000); in RunProber() 117 stopped_ = true; in StopCallback() 124 bool stopped_ = false; member in stunprober::StunProberTest
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_grpc_testlib.h | 34 TestEventListenerImpl() : stop_requested_(false), stopped_(false) {} in TestEventListenerImpl() 61 std::atomic_bool stopped_; variable
|
D | debug_grpc_testlib.cc | 151 stopped_.store(true); in RunServer() 156 while (!stopped_.load()) { in StopServer()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
D | task_io_service.ipp | 90 stopped_(false), 229 return stopped_; 235 stopped_ = false; 313 while (!stopped_) 372 if (stopped_) 425 stopped_ = true;
|
/external/tensorflow/tensorflow/core/data/service/ |
D | server_lib.cc | 49 if (stopped_) { in Start() 85 if (stopped_) { in Stop() 94 stopped_ = true; in Stop()
|
D | server_lib.h | 83 bool stopped_ = false; variable
|
/external/perfetto/src/shared_lib/test/ |
D | utils.cc | 102 if (!stopped_) { in ~TracingSession() 109 stopped_ = true; in StopBlocking()
|
D | utils.h | 66 bool stopped_ = false; variable
|
/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_idle_network_detector.cc | 92 stopped_ = true; in StopDetection() 118 if (stopped_) { in SetAlarm()
|
D | quic_idle_network_detector.h | 125 bool stopped_ = false; variable
|
/external/webrtc/modules/video_coding/ |
D | frame_buffer2.cc | 66 stopped_(false), in FrameBuffer() 93 if (stopped_) { in NextFrame() 324 if (stopped_) in Stop() 326 stopped_ = true; in Stop()
|
D | frame_buffer2.h | 175 bool stopped_ RTC_GUARDED_BY(mutex_);
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | task_io_service.hpp | 176 bool stopped_; member in asio::detail::task_io_service
|
/external/perfetto/src/tracing/internal/ |
D | tracing_muxer_impl.h | 333 bool stopped_ = false; variable
|