Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport_benchmark.cpp72 client->SetErrorCallback( in BM_Connection_Unidirectional()
74 server->SetErrorCallback( in BM_Connection_Unidirectional()
146 client->SetErrorCallback( in BM_Connection_Echo()
148 server->SetErrorCallback( in BM_Connection_Echo()
Dtransport.h92 void SetErrorCallback(ErrorCallback callback) { in SetErrorCallback() function
Dtransport.cpp697 t->connection()->SetErrorCallback([t](Connection*, const std::string& error) { in transport_registration_func()