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

/vbox/src/VBox/Devices/Audio/
H A DDrvHostALSAAudio.cpp168 static int drvHostALSAAudioClose(snd_pcm_t **pphPCM) argument
170 if (!pphPCM || !*pphPCM)
174 int rc2 = snd_pcm_close(*pphPCM);
183 *pphPCM = NULL;
378 snd_pcm_t **pphPCM)
659 *pphPCM = phPCM;
375 drvHostALSAAudioOpen(bool fIn, PALSAAUDIOSTREAMCFG pCfgReq, PALSAAUDIOSTREAMCFG pCfgObt, snd_pcm_t **pphPCM) argument

Completed in 61 milliseconds