Lines Matching defs:pStrmOut
112 R3PTRTYPE(PPDMAUDIOGSTSTRMOUT) pStrmOut;
415 pDrv->Out.pStrmOut, true /* fEnable */);
426 pDrv->Out.pStrmOut, false /* fEnable */);
1704 int rc2 = pDrv->pConnector->pfnWrite(pDrv->pConnector, pDrv->Out.pStrmOut,
2035 if (pDrv->Out.pStrmOut)
2037 pDrv->pConnector->pfnCloseOut(pThis->pDrv, pDrv->Out.pStrmOut);
2038 pDrv->Out.pStrmOut = NULL;
2237 int rc2 = pDrv->pConnector->pfnOpenOut(pDrv->pConnector, pszDesc, pCfg, &pDrv->Out.pStrmOut);
2243 pDrv->pConnector, pDrv->Out.pStrmOut,
2448 bool fIsOK = pCon->pfnIsOutputOK(pCon, pDrv->Out.pStrmOut);
2451 rc = pCon->pfnEnableOut(pCon, pDrv->Out.pStrmOut, true /* fEnable */);
2466 pCon->pfnCloseOut(pCon, pDrv->Out.pStrmOut);
2467 pDrv->Out.pStrmOut = NULL;