Home
last modified time | relevance | path

Searched refs:A_STLS (Results 1 – 4 of 4) sorted by relevance

/packages/modules/adb/
Dadb.h50 #define A_STLS 0x534C5453 macro
Dadb.cpp213 case A_STLS: in print_packet()
293 p->msg.command = A_STLS; in send_tls_request()
420 case A_STLS: // TLS(version, "") in handle_packet()
Dprotocol.txt84 Command constant: A_STLS
219 #define A_STLS 0x534C5453
Dtransport.cpp349 if (packet->msg.command == A_STLS) { in StartReadThread()