Searched refs:serial (Results 1 - 2 of 2) sorted by relevance

/bootable/recovery/minadbd/
H A Dtransport.c88 D("%s: run_transport_disconnects\n", t->serial);
204 if(read_packet(fd, t->serial, &p)){
205 D("%s: failed to read packet from transport socket on fd %d\n", t->serial, fd);
237 if(write_packet(t->transport_socket, t->serial, &p)){
261 t->serial, t->fd, t->sync_token + 1);
267 if(write_packet(t->fd, t->serial, &p)) {
269 D("%s: failed to write SYNC packet\n", t->serial);
273 D("%s: data pump started\n", t->serial);
279 t->serial);
280 if(write_packet(t->fd, t->serial,
597 acquire_one_transport(int state, transport_type ttype, const char* serial, char** error_out) argument
681 register_socket_transport(int s, const char *serial, int port, int local) argument
702 register_usb_transport(usb_handle *usb, const char *serial, unsigned writeable) argument
[all...]
H A Dadb.h186 char *serial; member in struct:atransport
234 ** If serial is non-NULL then only the device with that serial will be chosen.
237 atransport *acquire_one_transport(int state, transport_type ttype, const char* serial, char **error_out);
254 void register_socket_transport(int s, const char *serial, int port, int local);
260 void register_usb_transport(usb_handle *h, const char *serial, unsigned writeable);
265 atransport *find_transport(const char *serial);
272 asocket *host_service_to_socket(const char* name, const char *serial);
414 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s);

Completed in 4 milliseconds