Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/usb/gadget/1.1/default/lib/
H A DMonitorFfs.cpp97 bool writeUdc = true, stopMonitor = false; in startMonitorFd() local
117 writeUdc = false; in startMonitorFd()
152 if (!descriptorPresent && !writeUdc) { in startMonitorFd()
154 writeUdc = true; in startMonitorFd()
156 } else if (descriptorPresent && writeUdc) { in startMonitorFd()
169 writeUdc = false; in startMonitorFd()
/aosp12/hardware/interfaces/usb/gadget/1.2/default/lib/
H A DMonitorFfs.cpp97 bool writeUdc = true, stopMonitor = false; in startMonitorFd() local
117 writeUdc = false; in startMonitorFd()
152 if (!descriptorPresent && !writeUdc) { in startMonitorFd()
154 writeUdc = true; in startMonitorFd()
156 } else if (descriptorPresent && writeUdc) { in startMonitorFd()
169 writeUdc = false; in startMonitorFd()
/aosp12/hardware/google/pixel/usb/
H A DMonitorFfs.cpp118 bool writeUdc = true, stopMonitor = false; in startMonitorFd() local
138 writeUdc = false; in startMonitorFd()
175 if (!descriptorPresent && !writeUdc) { in startMonitorFd()
178 writeUdc = true; in startMonitorFd()
180 } else if (descriptorPresent && writeUdc) { in startMonitorFd()
193 writeUdc = false; in startMonitorFd()