Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dusb.cpp664 std::call_once(error_flag_, [&]() { in HandleError()
679 std::once_flag error_flag_; member
/system/core/adb/
Dtransport.cpp290 std::call_once(this->error_flag_, [this]() { this->error_callback_(this, "read failed"); }); in Start()
314 … std::call_once(this->error_flag_, [this]() { this->error_callback_(this, "write failed"); }); in Start()
376 std::call_once(this->error_flag_, [this]() { this->error_callback_(this, "requested stop"); }); in Stop()
Dtransport.h158 std::once_flag error_flag_; member