Home
last modified time | relevance | path

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

/device/google/bonito/usb/
DUsbGadget.cpp96 bool writeUdc = true, stopMonitor = false; in monitorFfs() local
115 writeUdc = false; in monitorFfs()
152 if (!descriptorPresent && !writeUdc) { in monitorFfs()
154 writeUdc = true; in monitorFfs()
156 } else if (descriptorPresent && writeUdc) { in monitorFfs()
167 writeUdc = false; in monitorFfs()
/device/google/crosshatch/usb/
DUsbGadget.cpp96 bool writeUdc = true, stopMonitor = false; in monitorFfs() local
115 writeUdc = false; in monitorFfs()
152 if (!descriptorPresent && !writeUdc) { in monitorFfs()
154 writeUdc = true; in monitorFfs()
156 } else if (descriptorPresent && writeUdc) { in monitorFfs()
167 writeUdc = false; in monitorFfs()
/device/google/wahoo/usb/
DUsbGadget.cpp95 bool writeUdc = true, stopMonitor = false; in monitorFfs() local
144 if (!descriptorPresent && !writeUdc) { in monitorFfs()
146 writeUdc = true; in monitorFfs()
147 } else if (descriptorPresent && writeUdc && in monitorFfs()
152 writeUdc = false; in monitorFfs()