Searched refs:fRun (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstFileLock.cpp44 static bool fRun = false; variable
71 fRun = true;
75 rc = RTFileSetSize(File, fRun ? 2048 : 20480);
139 rc = RTFileSetSize(File, fRun ? 2048 : 20480);
/vbox/src/VBox/Main/src-server/win/
H A Dsvcmain.cpp212 bool fRun = true; local
236 fRun = false;
241 fRun = false;
247 fRun = false;
254 fRun = false;
281 fRun = false;
293 fRun = false;
310 if (fRun)
346 if (!fRun)
/vbox/src/VBox/Devices/Audio/
H A DDevIchHda.cpp1503 bool fRun = RT_BOOL(u32Value & HDA_REG_FIELD_FLAG_MASK(SDCTL, RUN));
1526 Assert((!fInRun && !fRun));
1560 if ( (fInRun && !fRun)
1561 || (fRun && !fInRun))
1574 pDrv->LineIn.pStrmIn, fRun);
1576 AUD_set_active_in(pThis->pCodec->SwVoiceIn, fRun);
1584 pDrv->MicIn.pStrmIn, fRun);
1592 pDrv->Out.pStrmOut, fRun);
1594 AUD_set_active_out(pThis->pCodec->SwVoiceOut, fRun);
H A Dcoreaudio.c552 bool fRun = false; local
1207 bool fRun = false; local

Completed in 1234 milliseconds