Home
last modified time | relevance | path

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

/hardware/google/pixel/usb/include/pixelusb/
DCommonUtils.h76 bool resetGadgetCommon();
/hardware/google/pixel/usb/hidl/
DUsbGadgetUtils.cpp41 return resetGadgetCommon() ? Status::SUCCESS : Status::ERROR; in resetGadget()
/hardware/google/pixel/usb/aidl/
DUsbGadgetAidlUtils.cpp43 return resetGadgetCommon() ? Status::SUCCESS : Status::ERROR; in resetGadget()
/hardware/google/pixel/usb/
DCommonUtils.cpp158 bool resetGadgetCommon() { in resetGadgetCommon() function