Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/usb/gadget/1.1/default/lib/
H A DMonitorFfs.cpp143 bool descriptorPresent = true; in startMonitorFd() local
147 descriptorPresent = false; in startMonitorFd()
152 if (!descriptorPresent && !writeUdc) { in startMonitorFd()
156 } else if (descriptorPresent && writeUdc) { in startMonitorFd()
/aosp12/hardware/interfaces/usb/gadget/1.2/default/lib/
H A DMonitorFfs.cpp143 bool descriptorPresent = true; in startMonitorFd() local
147 descriptorPresent = false; in startMonitorFd()
152 if (!descriptorPresent && !writeUdc) { in startMonitorFd()
156 } else if (descriptorPresent && writeUdc) { in startMonitorFd()
/aosp12/hardware/google/pixel/usb/
H A DMonitorFfs.cpp165 bool descriptorPresent = true; in startMonitorFd() local
170 descriptorPresent = false; in startMonitorFd()
175 if (!descriptorPresent && !writeUdc) { in startMonitorFd()
180 } else if (descriptorPresent && writeUdc) { in startMonitorFd()