Home
last modified time | relevance | path

Searched refs:get_buffer_out (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/audio/
H A Dsdlaudio.c314 SDL_WRAPPER_FUNC(get_buffer_out, void *, (HWVoiceOut *hw, size_t *size),
468 .get_buffer_out = sdl_get_buffer_out,
H A Daudio_int.h171 * returned by function get_buffer_out may be smaller.
178 void *(*get_buffer_out)(HWVoiceOut *hw, size_t *size);
180 * put back the buffer returned by get_buffer_out; optional
181 * buf must be equal the pointer returned by get_buffer_out,
170 void *(*get_buffer_out)(HWVoiceOut *hw, size_t *size); global() member
H A Dspiceaudio.c299 .get_buffer_out = line_out_get_buffer,
H A Dcoreaudio.m287 COREAUDIO_WRAPPER_FUNC(get_buffer_out, void *, (HWVoiceOut *hw, size_t *size),
659 .get_buffer_out = coreaudio_get_buffer_out,
H A Dsndioaudio.c265 * unlike the get_buffer_out() method, get_buffer_in() in sndio_get_buffer_in()
537 .get_buffer_out = sndio_get_buffer_out,
H A Ddsoundaudio.c674 .get_buffer_out = dsound_get_buffer_out, in dsound_audio_init()
H A Daudio.c1110 void *buf = hw->pcm_ops->get_buffer_out(hw, &size); in audio_pcm_hw_run_out()
1517 void *dst = hw->pcm_ops->get_buffer_out(hw, &dst_size); in audio_generic_write()
1574 if (!drv->pcm_ops->get_buffer_out) { in audio_driver_init()
1575 drv->pcm_ops->get_buffer_out = audio_generic_get_buffer_out; in audio_driver_init()
H A Dossaudio.c753 .get_buffer_out = oss_get_buffer_out, in oss_audio_init()
H A Ddbusaudio.c683 .get_buffer_out = dbus_get_buffer_out,
H A Dpaaudio.c911 .get_buffer_out = qpa_get_buffer_out,