Searched refs:pa_xnewdup (Results 1 – 5 of 5) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
D | xmalloc.h | 90 #define pa_xnewdup(type, p, n) ((type*) _pa_xnewdup_internal((p), (n), sizeof(type))) macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | remap.c | 571 m->state = pa_xnewdup(int8_t, arrange, PA_CHANNELS_MAX); in init_remap_c() 580 m->state = pa_xnewdup(int8_t, arrange, PA_CHANNELS_MAX); in init_remap_c() 589 m->state = pa_xnewdup(int8_t, arrange, PA_CHANNELS_MAX); in init_remap_c()
|
/third_party/pulseaudio/src/daemon/ |
D | daemon-conf.c | 154 c = pa_xnewdup(pa_daemon_conf, &default_conf, 1); in pa_daemon_conf_new()
|
D | ohos_daemon-conf.c | 154 c = pa_xnewdup(pa_daemon_conf, &default_conf, 1); in pa_daemon_conf_new()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-mixer.c | 3125 s = pa_xnewdup(pa_alsa_setting, template, 1); in element_create_settings() 3572 e->db_fix = pa_xnewdup(pa_alsa_decibel_fix, db_fix, 1); in pa_alsa_path_set_new()
|