HomeSort by relevance Sort by last modified time
    Searched refs:__snd_alloca (Results 1 - 17 of 17) sorted by null

  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h 92 #define __snd_alloca(ptr,type) do { *ptr = (type *) alloca(sizeof(type)); memset(*ptr, 0, sizeof(type)); } while (0) macro
93 #define snd_ctl_elem_id_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_id)
94 #define snd_ctl_card_info_alloca(ptr) __snd_alloca(ptr, snd_ctl_card_info)
95 #define snd_ctl_event_alloca(ptr) __snd_alloca(ptr, snd_ctl_event)
96 #define snd_ctl_elem_list_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_list)
97 #define snd_ctl_elem_info_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_info)
98 #define snd_ctl_elem_value_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_value)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
hwdep.h 111 #define snd_hwdep_info_alloca(ptr) __snd_alloca(ptr, snd_hwdep_info)
125 #define snd_hwdep_dsp_status_alloca(ptr) __snd_alloca(ptr, snd_hwdep_dsp_status)
138 #define snd_hwdep_dsp_image_alloca(ptr) __snd_alloca(ptr, snd_hwdep_dsp_image)
timer.h 169 #define snd_timer_id_alloca(ptr) __snd_alloca(ptr, snd_timer_id)
187 #define snd_timer_ginfo_alloca(ptr) __snd_alloca(ptr, snd_timer_ginfo)
205 #define snd_timer_info_alloca(ptr) __snd_alloca(ptr, snd_timer_info)
218 #define snd_timer_params_alloca(ptr) __snd_alloca(ptr, snd_timer_params)
238 #define snd_timer_status_alloca(ptr) __snd_alloca(ptr, snd_timer_status)
rawmidi.h 96 #define snd_rawmidi_info_alloca(ptr) __snd_alloca(ptr, snd_rawmidi_info)
119 #define snd_rawmidi_params_alloca(ptr) __snd_alloca(ptr, snd_rawmidi_params)
136 #define snd_rawmidi_status_alloca(ptr) __snd_alloca(ptr, snd_rawmidi_status)
seq.h 100 __snd_alloca(ptr, snd_seq_system_info)
136 __snd_alloca(ptr, snd_seq_client_info)
175 __snd_alloca(ptr, snd_seq_client_pool)
264 __snd_alloca(ptr, snd_seq_port_info)
322 __snd_alloca(ptr, snd_seq_port_subscribe)
360 __snd_alloca(ptr, snd_seq_query_subscribe)
410 __snd_alloca(ptr, snd_seq_queue_info)
442 __snd_alloca(ptr, snd_seq_queue_status)
460 __snd_alloca(ptr, snd_seq_queue_tempo)
491 __snd_alloca(ptr, snd_seq_queue_timer
    [all...]
global.h 106 #define __snd_alloca(ptr,type) do { *ptr = (type##_t *) alloca(type##_sizeof()); memset(*ptr, 0, type##_sizeof()); } while (0) macro
control.h 292 #define snd_ctl_elem_id_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_id)
315 #define snd_ctl_card_info_alloca(ptr) __snd_alloca(ptr, snd_ctl_card_info)
333 #define snd_ctl_event_alloca(ptr) __snd_alloca(ptr, snd_ctl_event)
345 #define snd_ctl_elem_list_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_list)
366 #define snd_ctl_elem_info_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_info)
421 #define snd_ctl_elem_value_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_value)
mixer.h 147 #define snd_mixer_class_alloca(ptr) __snd_alloca(ptr, snd_mixer_class)
299 #define snd_mixer_selem_id_alloca(ptr) __snd_alloca(ptr, snd_mixer_selem_id)
pcm.h 492 #define snd_pcm_info_alloca(ptr) __snd_alloca(ptr, snd_pcm_info)
571 #define snd_pcm_hw_params_alloca(ptr) __snd_alloca(ptr, snd_pcm_hw_params)
710 #define snd_pcm_sw_params_alloca(ptr) __snd_alloca(ptr, snd_pcm_sw_params)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
hwdep.h 111 #define snd_hwdep_info_alloca(ptr) __snd_alloca(ptr, snd_hwdep_info)
125 #define snd_hwdep_dsp_status_alloca(ptr) __snd_alloca(ptr, snd_hwdep_dsp_status)
138 #define snd_hwdep_dsp_image_alloca(ptr) __snd_alloca(ptr, snd_hwdep_dsp_image)
timer.h 169 #define snd_timer_id_alloca(ptr) __snd_alloca(ptr, snd_timer_id)
187 #define snd_timer_ginfo_alloca(ptr) __snd_alloca(ptr, snd_timer_ginfo)
205 #define snd_timer_info_alloca(ptr) __snd_alloca(ptr, snd_timer_info)
218 #define snd_timer_params_alloca(ptr) __snd_alloca(ptr, snd_timer_params)
238 #define snd_timer_status_alloca(ptr) __snd_alloca(ptr, snd_timer_status)
rawmidi.h 96 #define snd_rawmidi_info_alloca(ptr) __snd_alloca(ptr, snd_rawmidi_info)
119 #define snd_rawmidi_params_alloca(ptr) __snd_alloca(ptr, snd_rawmidi_params)
136 #define snd_rawmidi_status_alloca(ptr) __snd_alloca(ptr, snd_rawmidi_status)
seq.h 100 __snd_alloca(ptr, snd_seq_system_info)
136 __snd_alloca(ptr, snd_seq_client_info)
175 __snd_alloca(ptr, snd_seq_client_pool)
264 __snd_alloca(ptr, snd_seq_port_info)
322 __snd_alloca(ptr, snd_seq_port_subscribe)
360 __snd_alloca(ptr, snd_seq_query_subscribe)
410 __snd_alloca(ptr, snd_seq_queue_info)
442 __snd_alloca(ptr, snd_seq_queue_status)
460 __snd_alloca(ptr, snd_seq_queue_tempo)
491 __snd_alloca(ptr, snd_seq_queue_timer
    [all...]
global.h 106 #define __snd_alloca(ptr,type) do { *ptr = (type##_t *) alloca(type##_sizeof()); memset(*ptr, 0, type##_sizeof()); } while (0) macro
control.h 300 #define snd_ctl_elem_id_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_id)
323 #define snd_ctl_card_info_alloca(ptr) __snd_alloca(ptr, snd_ctl_card_info)
341 #define snd_ctl_event_alloca(ptr) __snd_alloca(ptr, snd_ctl_event)
353 #define snd_ctl_elem_list_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_list)
374 #define snd_ctl_elem_info_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_info)
430 #define snd_ctl_elem_value_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_value)
mixer.h 147 #define snd_mixer_class_alloca(ptr) __snd_alloca(ptr, snd_mixer_class)
299 #define snd_mixer_selem_id_alloca(ptr) __snd_alloca(ptr, snd_mixer_selem_id)
pcm.h 510 #define snd_pcm_info_alloca(ptr) __snd_alloca(ptr, snd_pcm_info)
590 #define snd_pcm_hw_params_alloca(ptr) __snd_alloca(ptr, snd_pcm_hw_params)
    [all...]

Completed in 729 milliseconds