struct FdConnection

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

Public Methods

void Reset ()

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

void * adb ()

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

void FdConnection (void * adb)

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

void ~FdConnection ()

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

bool Read (apacket * packet)

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

bool Write (apacket * packet)

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

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

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

void Close ()

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