Home
last modified time | relevance | path

Searched refs:stopped_ (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/adb/daemon/
H A Dusb.cpp147 stopped_(false), in UsbFfsConnection()
219 if (stopped_.exchange(true)) { in Stop()
222 stopped_ = true; in Stop()
414 while (!stopped_) { in StartWorker()
682 if (!stopped_) { in HandleError()
693 std::atomic<bool> stopped_; member
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
H A Dbuffer_transport_benchmark.cpp241 stopped_.store(true); in ~BufferHubTransport()
262 stopped_.store(false); in Start()
265 while (!stopped_.load()) { in Start()
403 std::atomic<bool> stopped_; member in BufferHubTransport
/aosp12/packages/modules/adb/
H A Dtransport.cpp304 return this->stopped_ || !this->write_queue_.empty(); in Start()
307 if (this->stopped_) { in Start()
373 if (stopped_) { in Reset()
393 if (stopped_) { in Stop()
399 stopped_ = true; in Stop()
H A Dtransport.h184 bool stopped_ GUARDED_BY(mutex_) = false;