Home
last modified time | relevance | path

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

/system/core/adb/
Dadb.h43 #define A_CLSE 0x45534c43 macro
Dadb.cpp167 case A_CLSE: tag = "CLSE"; break; in print_packet()
209 p->msg.command = A_CLSE; in send_close()
445 case A_CLSE: /* CLOSE(local-id, remote-id, "") or CLOSE(0, remote-id, "") */ in handle_packet()
Dprotocol.txt166 Command constant: A_CLSE
206 #define A_CLSE 0x45534c43
Dsockets.cpp471 p->msg.command = A_CLSE; in remote_socket_shutdown()