Searched refs:get_buffer_in (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/audio/ |
| H A D | sdlaudio.c | 322 SDL_WRAPPER_FUNC(get_buffer_in, void *, (HWVoiceIn *hw, size_t *size), 477 .get_buffer_in = sdl_get_buffer_in,
|
| H A D | audio_int.h | 192 void *(*get_buffer_in)(HWVoiceIn *hw, size_t *size); 184 void *(*get_buffer_in)(HWVoiceIn *hw, size_t *size); global() member
|
| H A D | sndioaudio.c | 265 * unlike the get_buffer_out() method, get_buffer_in() in sndio_get_buffer_in() 543 .get_buffer_in = sndio_get_buffer_in,
|
| H A D | dsoundaudio.c | 681 .get_buffer_in = dsound_get_buffer_in, in dsound_audio_init()
|
| H A D | audio.c | 1277 void *buf = hw->pcm_ops->get_buffer_in(hw, &size); in audio_pcm_hw_run_in() 1548 void *src = hw->pcm_ops->get_buffer_in(hw, &src_size); in audio_generic_read() 1570 if (!drv->pcm_ops->get_buffer_in) { in audio_driver_init() 1571 drv->pcm_ops->get_buffer_in = audio_generic_get_buffer_in; in audio_driver_init()
|
| H A D | paaudio.c | 918 .get_buffer_in = qpa_get_buffer_in,
|