Home | History | Annotate | Download | only in client

Lines Matching defs:serial

92     usb_handle(const std::string& device_address, const std::string& serial,
96 serial(serial),
135 std::string serial;
172 path += "/serial";
318 LOG(WARNING) << "received empty serial from device at " << device_address;
321 LOG(WARNING) << "failed to get serial from device at " << device_address
359 // write access to, but Linux at least lets us get the serial number anyway.
361 // We don't actually want to treat an unknown serial as an error because
362 // devices aren't able to communicate a serial number in early bringup.
626 LOG(FATAL) << "attempted to close unregistered usb_handle for '" << h->serial << "'";