Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/usb/gadget/1.1/default/lib/
H A DMonitorFfs.cpp26 static volatile bool gadgetPullup; variable
65 gadgetPullup = false; in MonitorFfs()
116 gadgetPullup = true; in startMonitorFd()
170 gadgetPullup = true; in startMonitorFd()
209 gadgetPullup = false; in reset()
227 if (gadgetPullup) return true; in waitForPullUp()
229 if (mCv.wait_for(lk, timeout_ms * 1ms, [] { return gadgetPullup; })) { in waitForPullUp()
/aosp12/hardware/interfaces/usb/gadget/1.2/default/lib/
H A DMonitorFfs.cpp26 static volatile bool gadgetPullup; variable
65 gadgetPullup = false; in MonitorFfs()
116 gadgetPullup = true; in startMonitorFd()
170 gadgetPullup = true; in startMonitorFd()
209 gadgetPullup = false; in reset()
227 if (gadgetPullup) return true; in waitForPullUp()
229 if (mCv.wait_for(lk, timeout_ms * 1ms, [] { return gadgetPullup; })) { in waitForPullUp()
/aosp12/hardware/google/pixel/usb/
H A DMonitorFfs.cpp27 static volatile bool gadgetPullup; variable
68 gadgetPullup = false; in MonitorFfs()
137 gadgetPullup = true; in startMonitorFd()
194 gadgetPullup = true; in startMonitorFd()
234 gadgetPullup = false; in reset()
252 if (gadgetPullup) in waitForPullUp()
255 if (mCv.wait_for(lk, timeout_ms * 1ms, [] { return gadgetPullup; })) { in waitForPullUp()