Home
last modified time | relevance | path

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

/device/google/coral/usb/
DUsbGadget.cpp62 if (monitorFfs.isMonitorRunning()) { in tearDownGadget()
63 monitorFfs.reset(); in tearDownGadget()
225 if (addGenericAndroidFunctions(&monitorFfs, functions, &ffsEnabled, &i) != Status::SUCCESS) in setupFunctions()
254 if (addAdb(&monitorFfs, &i) != Status::SUCCESS) in setupFunctions()
268 monitorFfs.registerFunctionsAppliedCallback(&currentFunctionsAppliedCallback, this); in setupFunctions()
272 monitorFfs.startMonitor(); in setupFunctions()
278 bool pullup = monitorFfs.waitForPullUp(timeout); in setupFunctions()
DUsbGadget.h67 static MonitorFfs monitorFfs(kGadgetName);
/device/google/wahoo/usb/
DUsbGadget.cpp92 static void *monitorFfs(void *param) { in monitorFfs() function
547 mMonitor = unique_ptr<thread>(new thread(monitorFfs, this)); in setupFunctions()
/device/google/bonito/usb/
DUsbGadget.cpp93 static void *monitorFfs(void *param) { in monitorFfs() function
572 mMonitor = unique_ptr<thread>(new thread(monitorFfs, this)); in setupFunctions()
/device/google/crosshatch/usb/
DUsbGadget.cpp93 static void *monitorFfs(void *param) { in monitorFfs() function
572 mMonitor = unique_ptr<thread>(new thread(monitorFfs, this)); in setupFunctions()