Lines Matching defs:as

9  * This file is part of VirtualBox Open Source Edition (OSE), as
12 * General Public License (GPL) as published by the Free Software
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
541 static int coreaudio_init_out(HWVoiceOut *hw, audsettings_t *as);
630 /* Iterate as long as data is available */
786 /* Set the default audio output device as the device for the new AudioUnit. */
880 thread is as we like. */
929 LogRel(("CoreAudio: [Output] Warning! After recreation, the CoreAudio ring buffer doesn't has the same size as the device buffer (%RU32 vs. %RU32).\n", cSamples, (uint32_t)hw->samples));
991 /* Iterate as long as data is available */
1132 static int coreaudio_init_out(HWVoiceOut *hw, audsettings_t *as)
1146 audio_pcm_init_info(&hw->info, as);
1196 static int coreaudio_init_in(HWVoiceIn *hw, audsettings_t *as);
1345 /* Firstly render the data as usual */
1375 /* Iterate as long as data is available */
1393 /* Set our ring buffer as target. */
1452 /* Iterate as long as data is available */
1612 /* Switch the I/O mode for output to off. This is important, as this is a
1627 /* Set the default audio input device as the device for the new AudioUnit. */
1766 thread is as we like. */
1838 LogRel(("CoreAudio: [Input] Warning! After recreation, the CoreAudio ring buffer doesn't has the same size as the device buffer (%RU32 vs. %RU32).\n", cSamples, (uint32_t)hw->samples));
1918 /* Iterate as long as data is available */
2070 static int coreaudio_init_in(HWVoiceIn *hw, audsettings_t *as)
2087 audio_pcm_init_info(&hw->info, as);