struct BlockingConnectionAdapter

Defined at line 164 of file ../../src/developer/adb/third_party/adb/transport.h

Public Methods

void BlockingConnectionAdapter (std::unique_ptr<BlockingConnection> connection)

Defined at line 98 of file ../../src/developer/adb/third_party/adb/transport.cc

void ~BlockingConnectionAdapter ()

Defined at line 101 of file ../../src/developer/adb/third_party/adb/transport.cc

bool Write (std::unique_ptr<apacket> packet)

Defined at line 242 of file ../../src/developer/adb/third_party/adb/transport.cc

void Start ()

Defined at line 106 of file ../../src/developer/adb/third_party/adb/transport.cc

void Stop ()

Defined at line 200 of file ../../src/developer/adb/third_party/adb/transport.cc

bool DoTlsHandshake (char * key, std::string * auth_key)

Defined at line 171 of file ../../src/developer/adb/third_party/adb/transport.cc

void Reset ()

Defined at line 181 of file ../../src/developer/adb/third_party/adb/transport.cc

void * adb ()

Defined at line 252 of file ../../src/developer/adb/third_party/adb/transport.cc