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), 468 .get_buffer_out = sdl_get_buffer_out,
|
| H A D | audio_int.h | 171 * 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 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 | 265 * unlike the get_buffer_out() method, get_buffer_in() in sndio_get_buffer_in() 537 .get_buffer_out = sndio_get_buffer_out,
|
| H A D | dsoundaudio.c | 674 .get_buffer_out = dsound_get_buffer_out, in dsound_audio_init()
|
| H A D | audio.c | 1110 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 D | ossaudio.c | 753 .get_buffer_out = oss_get_buffer_out, in oss_audio_init()
|
| H A D | dbusaudio.c | 683 .get_buffer_out = dbus_get_buffer_out,
|
| H A D | paaudio.c | 911 .get_buffer_out = qpa_get_buffer_out,
|