Home | History | Annotate | Download | only in adb

Lines Matching refs:transport_id

718 atransport* acquire_one_transport(TransportType type, const char* serial, TransportId transport_id,
723 if (transport_id != 0) {
725 android::base::StringPrintf("no device with transport id '%" PRIu64 "'", transport_id);
745 if (transport_id) {
746 if (t->id == transport_id) {
1007 // backwards from newlines, even with hypothetical devices named 'transport_id:1'.
1008 *result += " transport_id:";