Home
last modified time | relevance | path

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

/packages/modules/adb/
Dtransport.cpp296 : underlying_(std::move(connection)) {} in BlockingConnectionAdapter()
328 if (!this->underlying_->Write(packet.get())) { in Start()
343 if (!underlying_->Read(packet.get())) { in StartReadThread()
372 bool success = this->underlying_->DoTlsHandshake(key, auth_key); in DoTlsHandshake()
392 this->underlying_->Reset(); in Reset()
414 this->underlying_->Close(); in Stop()
Dtransport.h189 std::unique_ptr<BlockingConnection> underlying_; member