Home
last modified time | relevance | path

Searched refs:model (Results 1 – 4 of 4) sorted by relevance

/system/core/adb/
Dtransport.c609 if (t->model) in transport_registration_func()
610 free(t->model); in transport_registration_func()
817 qual_match(serial, "model:", t->model, 1) || in acquire_one_transport()
951 add_qual(&buf, &remaining, " model:", t->model, 1); in format_transport()
Dadb.h194 char *model; member
Dprotocol.txt9 to an extremely straightforward model optimized to accomplish the
Dadb.c461 qual_overwrite(&t->model, cp); in parse_banner()