Searched refs:buffer_get_free (Results 1 – 14 of 14) sorted by relevance
| /openbmc/qemu/audio/ |
| H A D | noaudio.c | 119 .buffer_get_free = audio_generic_buffer_get_free,
|
| H A D | wavaudio.c | 201 .buffer_get_free = audio_generic_buffer_get_free,
|
| H A D | sdlaudio.c | 313 SDL_WRAPPER_FUNC(buffer_get_free, size_t, (HWVoiceOut *hw), (hw), Out) 466 .buffer_get_free = sdl_buffer_get_free, in sdl_audio_fini()
|
| H A D | audio_int.h | 173 size_t (*buffer_get_free)(HWVoiceOut *hw); 165 size_t (*buffer_get_free)(HWVoiceOut *hw); global() member
|
| H A D | spiceaudio.c | 298 .buffer_get_free = line_out_get_free,
|
| H A D | coreaudio.m | 286 COREAUDIO_WRAPPER_FUNC(buffer_get_free, size_t, (HWVoiceOut *hw), (hw)) 657 .buffer_get_free = coreaudio_buffer_get_free,
|
| H A D | sndioaudio.c | 536 .buffer_get_free = sndio_buffer_get_free,
|
| H A D | dsoundaudio.c | 673 .buffer_get_free = dsound_buffer_get_free, in dsound_audio_init()
|
| H A D | audio.c | 649 return (hw->pcm_ops->buffer_get_free ? hw->pcm_ops->buffer_get_free(hw) : in audio_pcm_hw_get_live_out() 1508 if (hw->pcm_ops->buffer_get_free) { 1509 size_t free = hw->pcm_ops->buffer_get_free(hw); in audio_generic_write()
|
| H A D | jackaudio.c | 662 .buffer_get_free = audio_generic_buffer_get_free,
|
| H A D | ossaudio.c | 751 .buffer_get_free = oss_buffer_get_free, in oss_audio_init()
|
| H A D | alsaaudio.c | 926 .buffer_get_free = alsa_buffer_get_free, in alsa_audio_init()
|
| H A D | paaudio.c | 910 .buffer_get_free = qpa_buffer_get_free,
|
| H A D | pwaudio.c | 826 .buffer_get_free = qpw_buffer_get_free,
|