Home
last modified time | relevance | path

Searched defs:Serial (Results 1 – 2 of 2) sorted by relevance

/packages/modules/adb/tools/
Dadb_usbreset.cpp30 struct Serial { struct
34 using DeviceSelection = std::variant<std::monostate, AllDevices, SingleDevice, Serial>; argument
/packages/modules/adb/
Dtransport.cpp283 std::string Connection::Serial() const { in Serial() function in Connection