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

/vbox/src/VBox/Devices/Audio/
H A DDrvAudioCommon.cpp70 const char *drvAudioRecSourceToString(PDMAUDIORECSOURCE enmRecSource) argument
72 switch (enmRecSource)
84 AssertMsgFailed(("Bogus recording source %ld\n", enmRecSource));
H A DDrvHostNullAudio.cpp109 PDMAUDIORECSOURCE enmRecSource,
113 NOREF(enmRecSource);
107 drvHostNullAudioInitIn(PPDMIHOSTAUDIO pInterface, PPDMAUDIOHSTSTRMIN pHstStrmIn, PPDMAUDIOSTREAMCFG pCfg, PDMAUDIORECSOURCE enmRecSource, uint32_t *pcSamples) argument
H A DDrvHostOSSAudio.cpp561 PDMAUDIORECSOURCE enmRecSource,
559 drvHostOSSAudioInitIn(PPDMIHOSTAUDIO pInterface, PPDMAUDIOHSTSTRMIN pHstStrmIn, PPDMAUDIOSTREAMCFG pCfg, PDMAUDIORECSOURCE enmRecSource, uint32_t *pcSamples) argument
H A DDrvAudio.cpp75 static int drvAudioAllocHstIn(PDRVAUDIO pThis, const char *pszName, PPDMAUDIOSTREAMCFG pCfg, PDMAUDIORECSOURCE enmRecSource, PPDMAUDIOHSTSTRMIN *ppHstStrmIn);
462 static int drvAudioHstInAdd(PDRVAUDIO pThis, const char *pszName, PPDMAUDIOSTREAMCFG pCfg, PDMAUDIORECSOURCE enmRecSource, argument
470 int rc = drvAudioAllocHstIn(pThis, pszName, pCfg, enmRecSource, &pHstStrmIn);
661 static int drvAudioCreateStreamPairIn(PDRVAUDIO pThis, const char *pszName, PDMAUDIORECSOURCE enmRecSource, argument
692 int rc = drvAudioHstInAdd(pThis, pszName, pBackendCfg, enmRecSource, &pHstStrmIn);
772 PDMAUDIORECSOURCE enmRecSource, PPDMAUDIOHSTSTRMIN *ppHstStrmIn)
803 pCfg, enmRecSource, &cSamples);
1560 PDMAUDIORECSOURCE enmRecSource, PPDMAUDIOSTREAMCFG pCfg,
1616 rc = drvAudioCreateStreamPairIn(pThis, pszName, enmRecSource, pCfg, &pGstStrmIn);
771 drvAudioAllocHstIn(PDRVAUDIO pThis, const char *pszName, PPDMAUDIOSTREAMCFG pCfg, PDMAUDIORECSOURCE enmRecSource, PPDMAUDIOHSTSTRMIN *ppHstStrmIn) argument
1559 drvAudioOpenIn(PPDMIAUDIOCONNECTOR pInterface, const char *pszName, PDMAUDIORECSOURCE enmRecSource, PPDMAUDIOSTREAMCFG pCfg, PPDMAUDIOGSTSTRMIN *ppGstStrmIn) argument
H A DDrvHostALSAAudio.cpp1134 PDMAUDIORECSOURCE enmRecSource,
1132 drvHostALSAAudioInitIn(PPDMIHOSTAUDIO pInterface, PPDMAUDIOHSTSTRMIN pHstStrmIn, PPDMAUDIOSTREAMCFG pCfg, PDMAUDIORECSOURCE enmRecSource, uint32_t *pcSamples) argument
H A DDrvHostCoreAudio.cpp1856 PDMAUDIORECSOURCE enmRecSource,
1861 LogFlowFunc(("enmRecSource=%ld\n"));
1854 drvHostCoreAudioInitIn(PPDMIHOSTAUDIO pInterface, PPDMAUDIOHSTSTRMIN pHstStrmIn, PPDMAUDIOSTREAMCFG pCfg, PDMAUDIORECSOURCE enmRecSource, uint32_t *pcSamples) argument
H A DDrvHostPulseAudio.cpp637 PDMAUDIORECSOURCE enmRecSource,
647 LogFunc(("enmRecSrc=%ld\n", enmRecSource));
635 drvHostPulseAudioInitIn(PPDMIHOSTAUDIO pInterface, PPDMAUDIOHSTSTRMIN pHstStrmIn, PPDMAUDIOSTREAMCFG pCfg, PDMAUDIORECSOURCE enmRecSource, uint32_t *pcSamples) argument
H A DDrvHostDSound.cpp92 PDMAUDIORECSOURCE enmRecSource; member in struct:DSOUNDSTREAMIN
605 switch (pDSoundStrmIn->enmRecSource)
625 drvAudioRecSourceToString(pDSoundStrmIn->enmRecSource), pDev->pszName));
1221 PDMAUDIORECSOURCE enmRecSource,
1227 LogFlowFunc(("pHstStrmIn=%p, pAudioSettings=%p, enmRecSource=%ld\n",
1228 pHstStrmIn, pCfg, enmRecSource));
1242 pDSoundStrmIn->enmRecSource = enmRecSource;
1219 drvHostDSoundInitIn(PPDMIHOSTAUDIO pInterface, PPDMAUDIOHSTSTRMIN pHstStrmIn, PPDMAUDIOSTREAMCFG pCfg, PDMAUDIORECSOURCE enmRecSource, uint32_t *pcSamples) argument
/vbox/src/VBox/Main/src-client/
H A DDrvAudioVRDE.cpp97 PDMAUDIORECSOURCE enmRecSource,
95 drvAudioVRDEInitIn(PPDMIHOSTAUDIO pInterface, PPDMAUDIOHSTSTRMIN pHstStrmIn, PPDMAUDIOSTREAMCFG pCfg, PDMAUDIORECSOURCE enmRecSource, uint32_t *pcSamples) argument

Completed in 506 milliseconds