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

/vbox/src/VBox/Devices/Audio/
H A DDrvHostNullAudio.cpp151 uint32_t *pcSamplesPlayed)
157 if (pcSamplesPlayed)
158 *pcSamplesPlayed = cSamplesPlayed;
150 drvHostNullAudioPlayOut(PPDMIHOSTAUDIO pInterface, PPDMAUDIOHSTSTRMOUT pHstStrmOut, uint32_t *pcSamplesPlayed) argument
H A DDrvHostOSSAudio.cpp775 uint32_t *pcSamplesPlayed)
897 if (pcSamplesPlayed)
898 *pcSamplesPlayed = cReadTotal;
774 drvHostOSSAudioPlayOut(PPDMIHOSTAUDIO pInterface, PPDMAUDIOHSTSTRMOUT pHstStrmOut, uint32_t *pcSamplesPlayed) argument
H A DDrvAudio.cpp1135 static DECLCALLBACK(int) drvAudioPlayOut(PPDMIAUDIOCONNECTOR pInterface, uint32_t *pcSamplesPlayed) argument
1138 /* pcSamplesPlayed is optional. */
1216 if (pcSamplesPlayed)
1217 *pcSamplesPlayed = cSamplesPlayedMax;
H A DDrvHostALSAAudio.cpp917 uint32_t *pcSamplesPlayed)
1015 if (pcSamplesPlayed)
1016 *pcSamplesPlayed = cReadTotal;
916 drvHostALSAAudioPlayOut(PPDMIHOSTAUDIO pInterface, PPDMAUDIOHSTSTRMOUT pHstStrmOut, uint32_t *pcSamplesPlayed) argument
H A DDrvHostCoreAudio.cpp1453 uint32_t *pcSamplesPlayed)
1469 if (pcSamplesPlayed)
1470 *pcSamplesPlayed = 0;
1528 if (pcSamplesPlayed)
1529 *pcSamplesPlayed = cReadTotal;
1452 drvHostCoreAudioPlayOut(PPDMIHOSTAUDIO pInterface, PPDMAUDIOHSTSTRMOUT pHstStrmOut, uint32_t *pcSamplesPlayed) argument
H A DDrvHostPulseAudio.cpp698 /* pcSamplesPlayed is optional. */
813 uint32_t *pcSamplesPlayed)
817 /* pcSamplesPlayed is optional. */
829 if (pcSamplesPlayed)
830 *pcSamplesPlayed = 0;
888 if (pcSamplesPlayed)
889 *pcSamplesPlayed = cReadTotal;
812 drvHostPulseAudioPlayOut(PPDMIHOSTAUDIO pInterface, PPDMAUDIOHSTSTRMOUT pHstStrmOut, uint32_t *pcSamplesPlayed) argument
H A DDrvHostDSound.cpp1062 uint32_t *pcSamplesPlayed)
1072 if (pcSamplesPlayed) /** @todo single point of return */
1073 *pcSamplesPlayed = 0;
1087 if (pcSamplesPlayed)
1088 *pcSamplesPlayed = 0;
1096 if (pcSamplesPlayed)
1097 *pcSamplesPlayed = 0;
1104 if (pcSamplesPlayed)
1105 *pcSamplesPlayed = 0;
1125 if (pcSamplesPlayed)
1061 drvHostDSoundPlayOut(PPDMIHOSTAUDIO pInterface, PPDMAUDIOHSTSTRMOUT pHstStrmOut, uint32_t *pcSamplesPlayed) argument
[all...]
/vbox/src/VBox/Main/src-client/
H A DDrvAudioVRDE.cpp203 * @param pcSamplesPlayed
206 uint32_t *pcSamplesPlayed)
210 /* pcSamplesPlayed is optional. */
241 if (pcSamplesPlayed)
242 pcSamplesPlayed = 0;
281 if (pcSamplesPlayed)
282 *pcSamplesPlayed = cReadTotal;
205 drvAudioVRDEPlayOut(PPDMIHOSTAUDIO pInterface, PPDMAUDIOHSTSTRMOUT pHstStrmOut, uint32_t *pcSamplesPlayed) argument
H A DDrvAudioVideoRec.cpp478 uint32_t *pcSamplesPlayed)
531 *pcSamplesPlayed = cSamplesToSend;
477 drvAudioVideoRecPlayOut(PPDMIHOSTAUDIO pInterface, PPDMAUDIOHSTSTRMOUT pHostVoiceOut, uint32_t *pcSamplesPlayed) argument

Completed in 110 milliseconds