Home | History | Annotate | Download | only in adb

Lines Matching refs:serial

140     char* serial = nullptr;
155 const std::string serial_name() const { return serial ? serial : "<unknown>"; }
176 // * <serial>
182 // If this is a local transport, serial will also match [tcp:|udp:]<hostname>[:port] targets.
183 // For example, serial "100.100.100.100:5555" would match any of:
212 * If serial is non-null then only the device with that serial will be chosen.
218 atransport* acquire_one_transport(TransportType type, const char* serial, TransportId transport_id,
231 atransport* find_transport(const char* serial);
235 void register_usb_transport(usb_handle* h, const char* serial,
242 int register_socket_transport(int s, const char* serial, int port, int local);