Lines Matching defs:fEnable
1447 PPDMAUDIOGSTSTRMOUT pGstStrmOut, bool fEnable)
1459 LogFlowFunc(("%s: fEnable=%RTbool\n", pGstStrmOut->MixBuf.pszName, fEnable));
1461 if (pGstStrmOut->State.fActive != fEnable)
1463 if (fEnable)
1491 pGstStrmOut->State.fActive = fEnable;
1499 PPDMAUDIOGSTSTRMIN pGstStrmIn, bool fEnable)
1511 LogFlowFunc(("%s: fEnable=%RTbool\n", pGstStrmIn->MixBuf.pszName, fEnable));
1513 if (pGstStrmIn->State.fActive != fEnable)
1515 if (fEnable)
1540 pGstStrmIn->State.fActive = fEnable;