Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dusb.cpp176 stopped_(false), in UsbFfsConnection()
248 if (stopped_.exchange(true)) { in Stop()
251 stopped_ = true; in Stop()
443 while (!stopped_) { in StartWorker()
698 if (!stopped_) { in HandleError()
709 std::atomic<bool> stopped_; member
/system/core/adb/
Dtransport.cpp302 return this->stopped_ || !this->write_queue_.empty(); in Start()
305 if (this->stopped_) { in Start()
371 if (stopped_) { in Reset()
391 if (stopped_) { in Stop()
397 stopped_ = true; in Stop()
Dtransport.h183 bool stopped_ GUARDED_BY(mutex_) = false;