Searched refs:get_buffer_out (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/audio/ |
H A D | sdlaudio.c | 314 SDL_WRAPPER_FUNC(get_buffer_out, void *, (HWVoiceOut *hw, size_t *size), 476 .get_buffer_out = sdl_get_buffer_out,
|
H A D | audio_int.h | 170 void *(*get_buffer_out)(HWVoiceOut *hw, size_t *size); member
|
H A D | spiceaudio.c | 299 .get_buffer_out = line_out_get_buffer,
|
H A D | coreaudio.m | 287 COREAUDIO_WRAPPER_FUNC(get_buffer_out, void *, (HWVoiceOut *hw, size_t *size), 659 .get_buffer_out = coreaudio_get_buffer_out,
|
H A D | sndioaudio.c | 537 .get_buffer_out = sndio_get_buffer_out,
|
H A D | audio.c | 1107 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 D | dsoundaudio.c | 706 .get_buffer_out = dsound_get_buffer_out,
|
H A D | dbusaudio.c | 659 .get_buffer_out = dbus_get_buffer_out,
|
H A D | ossaudio.c | 769 .get_buffer_out = oss_get_buffer_out,
|
H A D | paaudio.c | 916 .get_buffer_out = qpa_get_buffer_out,
|