Home
last modified time | relevance | path

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

/system/core/adb/tools/
Dadb_usbreset.cpp28 struct AllDevices {}; struct
34 using DeviceSelection = std::variant<std::monostate, AllDevices, SingleDevice, Serial>;
69 std::variant<std::monostate, AllDevices, SingleDevice, Serial> selection; in main()
81 SetOption(&selection, AllDevices{}); in main()