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

/vbox/src/VBox/Devices/Audio/
H A DDrvHostALSAAudio.cpp75 snd_pcm_t *phPCM; member in struct:ALSAAUDIOSTREAMIN
83 snd_pcm_t *phPCM; member in struct:ALSAAUDIOSTREAMOUT
110 static int drvHostALSAAudioRecover(snd_pcm_t *phPCM);
329 static int drvHostALSAAudioSetThreshold(snd_pcm_t *phPCM, argument
340 int err = snd_pcm_sw_params_current(phPCM, pSWParms);
349 err = snd_pcm_sw_params_set_start_threshold(phPCM, pSWParms, threshold);
358 err = snd_pcm_sw_params(phPCM, pSWParms);
380 snd_pcm_t *phPCM = NULL; local
398 int err = snd_pcm_open(&phPCM, pszDev,
411 err = snd_pcm_hw_params_any(phPCM, pHWParm
676 drvHostALSAAudioGetAvail(snd_pcm_t *phPCM, snd_pcm_sframes_t *pFramesAvail) argument
705 drvHostALSAAudioRecover(snd_pcm_t *phPCM) argument
720 drvHostALSAAudioResume(snd_pcm_t *phPCM) argument
735 drvHostALSAAudioStreamCtl(snd_pcm_t *phPCM, bool fPause) argument
1071 snd_pcm_t *phPCM = NULL; local
1144 snd_pcm_t *phPCM = NULL; local
[all...]

Completed in 129 milliseconds