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),
476 .get_buffer_out = sdl_get_buffer_out,
H A Daudio_int.h170 void *(*get_buffer_out)(HWVoiceOut *hw, size_t *size); 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.c537 .get_buffer_out = sndio_get_buffer_out,
H A Daudio.c1107 void *buf = hw->pcm_ops->get_buffer_out(hw, &size); in audio_pcm_hw_run_out()
1514 void *dst = hw->pcm_ops->get_buffer_out(hw, &dst_size); in audio_generic_write()
1571 if (!drv->pcm_ops->get_buffer_out) { in audio_driver_init()
1572 drv->pcm_ops->get_buffer_out = audio_generic_get_buffer_out; in audio_driver_init()
H A Ddsoundaudio.c706 .get_buffer_out = dsound_get_buffer_out,
H A Ddbusaudio.c659 .get_buffer_out = dbus_get_buffer_out,
H A Dossaudio.c769 .get_buffer_out = oss_get_buffer_out,
H A Dpaaudio.c916 .get_buffer_out = qpa_get_buffer_out,