HomeSort by relevance Sort by last modified time
    Searched refs:roleSwitch (Results 1 - 2 of 2) sorted by null

  /device/google/marlin/usb/
Usb.cpp 140 bool roleSwitch = false;
175 roleSwitch = true;
183 if (!roleSwitch)
186 return roleSwitch;
197 bool roleSwitch = false;
210 roleSwitch = switchMode(portName, newRole, this);
220 roleSwitch = true;
236 roleSwitch ? Status::SUCCESS : Status::ERROR);
  /device/google/wahoo/usb/
Usb.cpp 166 bool roleSwitch = false;
201 roleSwitch = true;
209 if (!roleSwitch)
212 return roleSwitch;
246 bool roleSwitch = false;
259 roleSwitch = switchMode(portName, newRole, this);
269 roleSwitch = true;
285 roleSwitch ? Status::SUCCESS : Status::ERROR);

Completed in 87 milliseconds