Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.h93 CHECK(!error_callback_); in SetErrorCallback()
94 error_callback_ = callback; in SetErrorCallback()
107 ErrorCallback error_callback_; member
Dtransport_fd.cpp148 this->error_callback_(this, error); in Start()
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()
/system/core/adb/daemon/
Dusb.cpp665 error_callback_(this, error); in HandleError()