Lines Matching refs:serial

556                       p->msg.arg1, s->peer->id, p->msg.arg1, t->serial.c_str());  in handle_packet()
583 t->serial.c_str(), s->peer->transport->serial.c_str()); in handle_packet()
1249 const char* serial, TransportId transport_id, int reply_fd, in handle_host_request() argument
1280 serial = serial_storage.c_str(); in handle_host_request()
1305 serial = serial_storage.c_str(); in handle_host_request()
1310 atransport* t = acquire_one_transport(type, serial, transport_id, nullptr, &error); in handle_host_request()
1362 : acquire_one_transport(type, serial, transport_id, nullptr, &error); in handle_host_request()
1399 std::string serial; in handle_host_request() local
1404 serial = address; in handle_host_request()
1405 } else if (!android::base::ParseNetAddress(address, &host, &port, &serial, &error)) { in handle_host_request()
1410 t = find_transport(serial.c_str()); in handle_host_request()
1412 SendFail(reply_fd, android::base::StringPrintf("no such device '%s'", serial.c_str())); in handle_host_request()
1431 : acquire_one_transport(type, serial, transport_id, nullptr, &error); in handle_host_request()
1433 SendOkay(reply_fd, !t->serial.empty() ? t->serial : "unknown"); in handle_host_request()
1443 : acquire_one_transport(type, serial, transport_id, nullptr, &error); in handle_host_request()
1455 : acquire_one_transport(type, serial, transport_id, nullptr, &error); in handle_host_request()
1480 : acquire_one_transport(type, serial, transport_id, nullptr, in handle_host_request()
1494 : acquire_one_transport(type, serial, transport_id, nullptr, in handle_host_request()
1513 : acquire_one_transport(type, serial, transport_id, nullptr, in handle_host_request()
1544 return acquire_one_transport(type, serial, transport_id, nullptr, &error); in handle_host_request()