Home
last modified time | relevance | path

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

/packages/modules/adb/
Dtransport.cpp282 : underlying_(std::move(connection)) {} in BlockingConnectionAdapter()
315 if (!this->underlying_->Write(packet.get())) { in Start()
330 if (!underlying_->Read(packet.get())) { in StartReadThread()
360 bool success = this->underlying_->DoTlsHandshake(key, auth_key); in DoTlsHandshake()
381 this->underlying_->Reset(); in Reset()
404 this->underlying_->Close(); in Stop()
Dtransport.h186 std::unique_ptr<BlockingConnection> underlying_; member