Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/daemon/
H A Dusb.cpp146 : worker_started_(false), in UsbFfsConnection()
401 CHECK(!worker_started_); in StartWorker()
402 worker_started_ = true; in StartWorker()
432 if (!worker_started_) { in StopWorker()
690 bool worker_started_; member