/external/webrtc/talk/app/webrtc/ |
D | rtpsender.cc | 91 RTC_DCHECK(!stopped_); in OnChanged() 101 if (stopped_) { in SetTrack() 145 if (stopped_ || ssrc == ssrc_) { in SetSsrc() 167 if (stopped_) { in Stop() 181 stopped_ = true; in Stop() 185 RTC_DCHECK(!stopped_ && can_send_track()); in SetAudioSend() 224 RTC_DCHECK(!stopped_); in OnChanged() 234 if (stopped_) { in SetTrack() 278 if (stopped_ || ssrc == ssrc_) { in SetSsrc() 297 if (stopped_) { in Stop() [all …]
|
D | rtpsender.h | 125 bool stopped_ = false; variable 182 bool stopped_ = false; variable
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | xmpptask.cc | 26 : XmppTaskBase(parent), stopped_(false) { in XmppTask() 42 if (!stopped_) { in StopImpl() 45 stopped_ = true; in StopImpl() 50 if (stopped_) in SendStanza() 58 if (stopped_) in SendStanzaError()
|
D | xmpptask.h | 160 bool stopped_; 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::__anon7bc84bb50111::MockQueueRunner
|
D | queue_runner.cc | 136 stopped_ = true; in Stop()
|
/external/webrtc/webrtc/p2p/stunprober/ |
D | stunprober_unittest.cc | 102 WAIT(stopped_, 1000); in RunProber() 118 stopped_ = true; in StopCallback() 127 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/v8/src/ |
D | futex-emulation.h | 43 inline bool has_stopped() const { return stopped_; } in has_stopped() 47 bool stopped_ = false; variable
|
D | futex-emulation.cc | 84 stopped_ = true; in Wake()
|
/external/tensorflow/tensorflow/contrib/gdr/ |
D | gdr_memory_manager.cc | 150 std::atomic<bool> stopped_; member in tensorflow::__anon0ef87b4d0111::GdrMemoryManager 185 stopped_(true), in GdrMemoryManager() 273 stopped_ = false; in Run() 274 while (!stopped_) { in Run() 363 void GdrMemoryManager::Stop() { stopped_ = true; } in Stop()
|
/external/autotest/client/site_tests/camera_V4L2/src/ |
D | media_v4l2_device.cc | 30 stopped_(false), in V4L2Device() 286 stopped_ = false; in Run() 292 while (!stopped_) { in Run() 316 stopped_ = true; in Stop()
|
D | media_v4l2_device.h | 124 bool stopped_; variable
|
/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
|