Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.h270 connection_waitable_ = std::make_shared<ConnectionWaitable>(); in atransport()
379 std::shared_ptr<ConnectionWaitable> connection_waitable() { return connection_waitable_; } in connection_waitable()
405 std::shared_ptr<ConnectionWaitable> connection_waitable_; variable
Dtransport.cpp1286 connection_waitable_->SetConnectionEstablished(success); in SetConnectionEstablished()