Searched defs:fInactive (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Input/
H A DDrvKeyboardQueue.cpp65 bool fInactive; member in struct:DRVKBDQUEUE
220 if (pDrv->fInactive)
339 pThis->fInactive = false;
378 pThis->fInactive = false;
391 pThis->fInactive = true;
415 pDrv->fInactive = true;
H A DDrvMouseQueue.cpp56 bool fInactive; member in struct:DRVMOUSEQUEUE
128 if (pDrv->fInactive)
156 if (pDrv->fInactive)
267 pThis->fInactive = false;
293 pThis->fInactive = true;
306 pThis->fInactive = false;
318 pThis->fInactive = true;
342 pDrv->fInactive = true;
/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp318 bool fInactive; member in struct:OHCI::ohci_td_in_flight
3677 pThis->aInFlight[i].fInactive = true;
3716 pThis->aInFlight[j].fInactive = false;
3736 if (pThis->aInFlight[i].fInactive

Completed in 63 milliseconds