Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dusb.cpp175 stopped_(false), in UsbFfsConnection()
239 if (stopped_.exchange(true)) { in Stop()
242 stopped_ = true; in Stop()
425 while (!stopped_) { in StartWorker()
666 if (!stopped_) { in HandleError()
677 std::atomic<bool> stopped_; member
/system/core/adb/
Dtransport.cpp299 return this->stopped_ || !this->write_queue_.empty(); in Start()
302 if (this->stopped_) { in Start()
328 if (stopped_) { in Reset()
348 if (stopped_) { in Stop()
354 stopped_ = true; in Stop()
Dtransport.h148 bool stopped_ GUARDED_BY(mutex_) = false;