• Home
  • Raw
  • Download

Lines Matching refs:serial

400                       p->msg.arg1, s->peer->id, p->msg.arg1, t->serial.c_str());  in handle_packet()
427 t->serial.c_str(), s->peer->transport->serial.c_str()); in handle_packet()
1029 const char* serial, TransportId transport_id, int reply_fd, in handle_host_request() argument
1059 serial = serial_storage.c_str(); in handle_host_request()
1084 serial = serial_storage.c_str(); in handle_host_request()
1089 atransport* t = acquire_one_transport(type, serial, transport_id, nullptr, &error); in handle_host_request()
1134 atransport* t = acquire_one_transport(type, serial, transport_id, nullptr, &error); in handle_host_request()
1163 std::string serial; in handle_host_request() local
1168 serial = address; in handle_host_request()
1169 } else if (!android::base::ParseNetAddress(address, &host, &port, &serial, &error)) { in handle_host_request()
1174 atransport* t = find_transport(serial.c_str()); in handle_host_request()
1176 SendFail(reply_fd, android::base::StringPrintf("no such device '%s'", serial.c_str())); in handle_host_request()
1193 atransport* t = acquire_one_transport(type, serial, transport_id, nullptr, &error); in handle_host_request()
1195 SendOkay(reply_fd, !t->serial.empty() ? t->serial : "unknown"); in handle_host_request()
1203 atransport* t = acquire_one_transport(type, serial, transport_id, nullptr, &error); in handle_host_request()
1213 atransport* t = acquire_one_transport(type, serial, transport_id, nullptr, &error); in handle_host_request()
1237 atransport* t = acquire_one_transport(type, serial, transport_id, nullptr, &response, true); in handle_host_request()
1252 return acquire_one_transport(type, serial, transport_id, nullptr, error); in handle_host_request()