Home
last modified time | relevance | path

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

/system/core/adb/
Dadb.h42 #define A_CLSE 0x45534c43 macro
Dadb.cpp150 case A_CLSE: tag = "CLSE"; break; in print_packet()
195 p->msg.command = A_CLSE; in send_close()
455 case A_CLSE: /* CLOSE(local-id, remote-id, "") or CLOSE(0, remote-id, "") */ in handle_packet()
Dprotocol.txt174 Command constant: A_CLSE
216 #define A_CLSE 0x45534c43
Dsockets.cpp463 p->msg.command = A_CLSE; in remote_socket_shutdown()