Home
last modified time | relevance | path

Searched refs:pa_xnew0 (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/pulseaudio/src/pulsecore/
Dremap_neon.c466 uint8x8_t *t = m->state = pa_xnew0(uint8x8_t, 1); in init_remap_neon()
484 uint8x8_t *t = m->state = pa_xnew0(uint8x8_t, 2); in init_remap_neon()
518 int32x4_t *f = m->state = pa_xnew0(int32x4_t, 4); in init_remap_neon()
527 float32x4_t *f = m->state = pa_xnew0(float32x4_t, 4); in init_remap_neon()
Dthread-posix.c92 t = pa_xnew0(pa_thread, 1); in pa_thread_new()
155 t = pa_xnew0(pa_thread, 1); in pa_thread_self()
Dfdsem.c90 f = pa_xnew0(pa_fdsem, 1); in pa_fdsem_open_shm()
108 f = pa_xnew0(pa_fdsem, 1); in pa_fdsem_new_shm()
Ddatabase-simple.c94 e = pa_xnew0(entry, 1); in new_entry()
203 entry *e = pa_xnew0(entry, 1); in fill_data()
240 db = pa_xnew0(simple_data, 1); in pa_database_open_internal()
Dbitset.c48 a = pa_xnew0(pa_bitset_t, PA_BITSET_ELEMENTS(n)); in pa_bitset_equals()
Dmodinfo.c48 i = pa_xnew0(pa_modinfo, 1); in pa_modinfo_get_by_handle()
Dmessage-handler.c48 handler = pa_xnew0(struct pa_message_handler, 1); in pa_message_handler_register()
Ddynarray.c41 array = pa_xnew0(pa_dynarray, 1); in pa_dynarray_new()
Dcli.c83 c = pa_xnew0(pa_cli, 1); in pa_cli_new()
/third_party/pulseaudio/src/modules/raop/
Draop-packet-buffer.c50 pa_raop_packet_buffer *pb = pa_xnew0(pa_raop_packet_buffer, 1); in pa_raop_packet_buffer_new()
58 pb->packets = pa_xnew0(pa_memchunk, size); in pa_raop_packet_buffer_new()
/third_party/pulseaudio/src/modules/
Dreserve-wrap.c128 r = pa_xnew0(pa_reserve_wrapper, 1); in pa_reserve_wrapper_get()
271 w = pa_xnew0(pa_reserve_monitor_wrapper, 1); in pa_reserve_monitor_wrapper_get()
Dmodule-card-restore.c116 struct entry *r = pa_xnew0(struct entry, 1); in entry_new()
125 p_info = pa_xnew0(struct port_info, 1); in port_info_new()
131 p_info = pa_xnew0(struct port_info, 1); in port_info_new()
637 m->userdata = u = pa_xnew0(struct userdata, 1); in pa__init()
Dmodule-equalizer-sink.c920 profile = pa_xnew0(float, profile_size); in save_profile()
1148 u = pa_xnew0(struct userdata, 1); in pa__init()
1163 u->a_H = pa_xnew0(pa_aupdate *, u->channels); in pa__init()
1164 u->Xs = pa_xnew0(float *, u->channels); in pa__init()
1165 u->Hs = pa_xnew0(float **, u->channels); in pa__init()
1168 u->Xs[c] = pa_xnew0(float, 2); in pa__init()
1169 u->Hs[c] = pa_xnew0(float *, 2); in pa__init()
1176 u->input = pa_xnew0(float *, u->channels); in pa__init()
1177 u->overlap_accum = pa_xnew0(float *, u->channels); in pa__init()
1190 u->base_profiles = pa_xnew0(char *, u->channels); in pa__init()
[all …]
Dmodule-combine.c45 pa_assert_se(m->userdata = u = pa_xnew0(struct userdata, 1)); in pa__init()
/third_party/pulseaudio/src/pulse/
Dthread-mainloop.c111 m = pa_xnew0(pa_threaded_mainloop, 1); in pa_threaded_mainloop_new()
294 data = pa_xnew0(once_unlocked_data, 1); in pa_threaded_mainloop_once_unlocked()
Dmainloop.c166 e = pa_xnew0(pa_io_event, 1); in mainloop_io_new()
236 e = pa_xnew0(pa_defer_event, 1); in mainloop_defer_new()
328 e = pa_xnew0(pa_time_event, 1); in mainloop_time_new()
455 m = pa_xnew0(pa_mainloop, 1); in pa_mainloop_new()
Dxmalloc.h79 #define pa_xnew0(type, n) ((type*) _pa_xnew0_internal((n), sizeof(type))) macro
/third_party/pulseaudio/src/modules/macosx/
Dmodule-coreaudio-detect.c107 dev = pa_xnew0(ca_device, 1); in ca_device_added()
214 struct userdata *u = pa_xnew0(struct userdata, 1); in pa__init()
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluetooth-discover.c47 m->userdata = u = pa_xnew0(struct userdata, 1); in pa__init()
Dmodule-bluez5-discover.c132 m->userdata = u = pa_xnew0(struct userdata, 1); in pa__init()
/third_party/pulseaudio/src/modules/rtp/
Drtp-native.c68 c = pa_xnew0(pa_rtp_context, 1); in pa_rtp_context_new_send()
179 c = pa_xnew0(pa_rtp_context, 1); in pa_rtp_context_new_recv()
/third_party/pulseaudio/src/pulsecore/resampler/
Dtrivial.c92 trivial_data = pa_xnew0(struct trivial_data, 1); in pa_resampler_trivial_init()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-ucm.c322 vol = pa_xnew0(pa_alsa_ucm_volume, 1); in ucm_get_mixer_volume()
594 pa_alsa_ucm_device *d = pa_xnew0(pa_alsa_ucm_device, 1); in ucm_get_devices()
632 m = pa_xnew0(pa_alsa_ucm_modifier, 1); in ucm_get_modifiers()
853 verb = pa_xnew0(pa_alsa_ucm_verb, 1); in pa_alsa_ucm_get_verb()
1444 ps = pa_xnew0(pa_alsa_path_set, 1); in ucm_add_mapping()
1575 m->device_strings = pa_xnew0(char*, 2); in ucm_create_mapping_direction()
1628 m->device_strings = pa_xnew0(char*, 2); in ucm_create_mapping_for_modifier()
1752 p = pa_xnew0(pa_alsa_profile, 1); in ucm_create_profile()
2036 ps = pa_xnew0(pa_alsa_profile_set, 1); in pa_alsa_ucm_add_profile_set()
Dalsa-mixer.c161 jack = pa_xnew0(pa_alsa_jack, 1); in pa_alsa_jack_new()
418 fdl->fds = pa_xnew0(struct pollfd, num_fds); in defer_cb()
469 fdl = pa_xnew0(struct pa_alsa_fdlist, 1); in pa_alsa_fdlist_new()
523 pd = pa_xnew0(struct pa_alsa_mixer_pdata, 1); in pa_alsa_mixer_pdata_new()
2029 e = pa_xnew0(pa_alsa_element, 1); in pa_alsa_element_get()
2113 o = pa_xnew0(pa_alsa_option, 1); in option_get()
2904 p = pa_xnew0(pa_alsa_path, 1); in pa_alsa_path_new()
2951 p = pa_xnew0(pa_alsa_path, 1); in pa_alsa_path_synthesize()
2956 e = pa_xnew0(pa_alsa_element, 1); in pa_alsa_path_synthesize()
3074 s = pa_xnew0(pa_alsa_setting, 1); in element_create_settings()
[all …]
/third_party/pulseaudio/src/modules/x11/
Dmodule-x11-cork-request.c129 m->userdata = u = pa_xnew0(struct userdata, 1); in pa__init()

12345