Home
last modified time | relevance | path

Searched refs:pa_xnew0 (Results 1 - 25 of 123) sorted by relevance

12345

/third_party/pulseaudio/src/pulsecore/
H A Dthread-posix.c92 t = pa_xnew0(pa_thread, 1); in pa_thread_new()
155 t = pa_xnew0(pa_thread, 1); in pa_thread_self()
H A 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()
H A 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()
H A Dbitset.c48 a = pa_xnew0(pa_bitset_t, PA_BITSET_ELEMENTS(n)); in pa_bitset_equals()
H A 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()
H A Dmodinfo.c48 i = pa_xnew0(pa_modinfo, 1); in pa_modinfo_get_by_handle()
H A Dmessage-handler.c81 handler = pa_xnew0(struct pa_message_handler, 1); in pa_message_handler_register()
H A Ddynarray.c41 array = pa_xnew0(pa_dynarray, 1); in pa_dynarray_new()
/third_party/pulseaudio/src/modules/raop/
H A 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/
H A 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()
H A Dmodule-combine.c45 pa_assert_se(m->userdata = u = pa_xnew0(struct userdata, 1)); in pa__init()
H A Dmodule-card-restore.c117 struct entry *r = pa_xnew0(struct entry, 1); in entry_new()
126 p_info = pa_xnew0(struct port_info, 1); in port_info_new()
132 p_info = pa_xnew0(struct port_info, 1); in port_info_new()
664 m->userdata = u = pa_xnew0(struct userdata, 1); in pa__init()
H A Dmodule-equalizer-sink.c923 profile = pa_xnew0(float, profile_size); in save_profile()
1151 u = pa_xnew0(struct userdata, 1); in pa__init()
1166 u->a_H = pa_xnew0(pa_aupdate *, u->channels); in pa__init()
1167 u->Xs = pa_xnew0(float *, u->channels); in pa__init()
1168 u->Hs = pa_xnew0(float **, u->channels); in pa__init()
1171 u->Xs[c] = pa_xnew0(float, 2); in pa__init()
1172 u->Hs[c] = pa_xnew0(float *, 2); in pa__init()
1179 u->input = pa_xnew0(float *, u->channels); in pa__init()
1180 u->overlap_accum = pa_xnew0(float *, u->channels); in pa__init()
1193 u->base_profiles = pa_xnew0(cha in pa__init()
[all...]
H A Dmodule-tunnel-sink-new.c662 u = pa_xnew0(struct userdata, 1); in do_init()
689 u->thread_mq = pa_xnew0(pa_thread_mq, 1); in do_init()
819 m->userdata = pa_xnew0(struct module_restart_data, 1); in pa__init()
H A Dmodule-tunnel-source-new.c634 u = pa_xnew0(struct userdata, 1); in do_init()
661 u->thread_mq = pa_xnew0(pa_thread_mq, 1); in do_init()
788 m->userdata = pa_xnew0(struct module_restart_data, 1); in pa__init()
H A Drestart-module.c100 rd = pa_xnew0(pa_restart_data, 1); in pa_restart_module_reinit()
H A Dmodule-devd-detect.c93 m->userdata = u = pa_xnew0(struct userdata, 1); in pa__init()
/third_party/pulseaudio/src/pulse/
H A Dthread-mainloop.c103 m = pa_xnew0(pa_threaded_mainloop, 1); in pa_threaded_mainloop_new()
288 data = pa_xnew0(once_unlocked_data, 1); in pa_threaded_mainloop_once_unlocked()
H A Dmainloop.c170 e = pa_xnew0(pa_io_event, 1); in mainloop_io_new()
240 e = pa_xnew0(pa_defer_event, 1); in mainloop_defer_new()
332 e = pa_xnew0(pa_time_event, 1); in mainloop_time_new()
470 m = pa_xnew0(pa_mainloop, 1); in pa_mainloop_new()
H A Dxmalloc.h70 /** Internal helper for pa_xnew0() */
79 #define pa_xnew0(type, n) ((type*) _pa_xnew0_internal((n), sizeof(type))) macro
81 /** Internal helper for pa_xnew0() */
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluetooth-discover.c47 m->userdata = u = pa_xnew0(struct userdata, 1); in pa__init()
H A Dbt-codec-cvsd.c31 info = pa_xnew0(codec_info_t, 1); in init()
/third_party/pulseaudio/src/pulsecore/resampler/
H A Dtrivial.c92 trivial_data = pa_xnew0(struct trivial_data, 1); in pa_resampler_trivial_init()
/third_party/pulseaudio/src/modules/macosx/
H A 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/alsa/
H A 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()
2037 e = pa_xnew0(pa_alsa_element, 1); in pa_alsa_element_get()
2121 o = pa_xnew0(pa_alsa_option, 1); in option_get()
2968 p = pa_xnew0(pa_alsa_path, 1); in pa_alsa_path_new()
3014 p = pa_xnew0(pa_alsa_path, 1); in pa_alsa_path_synthesize()
3019 e = pa_xnew0(pa_alsa_element, 1); in pa_alsa_path_synthesize()
3137 s = pa_xnew0(pa_alsa_settin in element_create_settings()
[all...]

Completed in 23 milliseconds

12345