Home
last modified time | relevance | path

Searched refs:A_WRTE (Results 1 – 6 of 6) sorted by relevance

/packages/modules/adb/
Dtransport_benchmark.cpp84 packet->msg.command = A_WRTE; in BM_Connection_Unidirectional()
158 packet->msg.command = A_WRTE; in BM_Connection_Echo()
DREADME.md62 …in a amessage header featuring a command (`A_SYNC`, `A_OPEN`, `A_CLSE`, `A_WRTE`, `A_OKAY`, ...) f…
64 …c is oubound, the buffer store apackets until they are sent down the wire (with `A_WRTE` commands).
Dadb.h43 #define A_WRTE 0x45545257 macro
Dprotocol.txt157 Command constant: A_WRTE
218 #define A_WRTE 0x45545257
Dadb.cpp176 case A_WRTE: tag = "WRTE"; break; in print_packet()
504 case A_WRTE: /* WRITE(local-id, remote-id, <data>) */ in handle_packet()
Dsockets.cpp434 p->msg.command = A_WRTE; in remote_socket_enqueue()