Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dusb.cpp696 std::call_once(error_flag_, [&]() { in HandleError()
711 std::once_flag error_flag_; member
/system/core/adb/
Dtransport.cpp317 … std::call_once(this->error_flag_, [this]() { this->error_callback_(this, "write failed"); }); in Start()
349 std::call_once(this->error_flag_, [this]() { this->error_callback_(this, "read failed"); }); in StartReadThread()
419 std::call_once(this->error_flag_, [this]() { this->error_callback_(this, "requested stop"); }); in Stop()
Dtransport.h193 std::once_flag error_flag_; member