Home
last modified time | relevance | path

Searched refs:pa_object_new_internal (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dobject.h39 pa_object *pa_object_new_internal(size_t size, const char *type_id, bool (*check_type)(const char *…
40 #define pa_object_new(type) ((type*) pa_object_new_internal(sizeof(type), type##_type_id, type##_ch…
Dmsgobject.c42 o = PA_MSGOBJECT(pa_object_new_internal(size, type_id, check_type)); in pa_msgobject_new_internal()
Dobject.c29 pa_object *pa_object_new_internal(size_t size, const char *type_id, bool (*check_type)(const char *… in pa_object_new_internal() function
Ddevice-port.c185 …p = PA_DEVICE_PORT(pa_object_new_internal(PA_ALIGN(sizeof(pa_device_port)) + extra, pa_device_port… in pa_device_port_new()