Home
last modified time | relevance | path

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

/device/google/wahoo/usb/
DUsbGadget.cpp63 volatile bool gadgetPullup; variable
110 gadgetPullup = true; in monitorFfs()
153 gadgetPullup = true; in monitorFfs()
542 gadgetPullup = false; in setupFunctions()
552 if (mCv.wait_for(lk, timeout * 1ms, [] { return gadgetPullup; })) { in setupFunctions()
560 functions, gadgetPullup ? Status::SUCCESS : Status::ERROR); in setupFunctions()
/device/google/bonito/usb/
DUsbGadget.cpp64 volatile bool gadgetPullup; variable
114 gadgetPullup = true; in monitorFfs()
168 gadgetPullup = true; in monitorFfs()
567 gadgetPullup = false; in setupFunctions()
577 if (mCv.wait_for(lk, timeout * 1ms, [] { return gadgetPullup; })) { in setupFunctions()
585 functions, gadgetPullup ? Status::SUCCESS : Status::ERROR); in setupFunctions()
/device/google/crosshatch/usb/
DUsbGadget.cpp64 volatile bool gadgetPullup; variable
114 gadgetPullup = true; in monitorFfs()
168 gadgetPullup = true; in monitorFfs()
567 gadgetPullup = false; in setupFunctions()
577 if (mCv.wait_for(lk, timeout * 1ms, [] { return gadgetPullup; })) { in setupFunctions()
585 functions, gadgetPullup ? Status::SUCCESS : Status::ERROR); in setupFunctions()