Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/tools/
H A Dadb_usbreset.cpp34 using DeviceSelection = std::variant<std::monostate, AllDevices, SingleDevice, Serial>; typedef
44 static void SetOption(DeviceSelection* out, DeviceSelection in) { in SetOption()