Home
last modified time | relevance | path

Searched refs:g_try_new0 (Results 1 – 12 of 12) sorted by relevance

/external/bluetooth/bluez/attrib/
Dgatt.c186 primary = g_try_new0(struct att_primary, 1); in primary_all_cb()
230 dp = g_try_new0(struct discover_primary, 1); in gatt_discover_primary()
283 chars = g_try_new0(struct att_char, 1); in char_discovered_cb()
341 dc = g_try_new0(struct discover_char, 1); in gatt_discover_char()
488 long_read = g_try_new0(struct read_long_data, 1); in gatt_read_char()
Dgattrib.c398 attrib = g_try_new0(struct _GAttrib, 1); in g_attrib_new()
429 c = g_try_new0(struct command, 1); in g_attrib_send()
559 event = g_try_new0(struct event, 1); in g_attrib_register()
/external/bluetooth/glib/glib/
Dgmem.h73 #define g_try_new0(struct_type, n_structs) \ macro
/external/bluetooth/bluez/src/
Dplugin.c72 plugin = g_try_new0(struct bluetooth_plugin, 1); in add_plugin()
Dadapter.c3117 adapter = g_try_new0(struct btd_adapter, 1); in adapter_create()
3799 auth = g_try_new0(struct service_auth, 1); in adapter_authorize()
/external/bluetooth/bluez/sap/
Dserver.c1211 conn = g_try_new0(struct sap_connection, 1); in connect_confirm_cb()
1352 server = g_try_new0(struct sap_server, 1); in sap_server_register()
/external/bluetooth/bluez/audio/
Ddevice.c802 auth = g_try_new0(struct service_auth, 1); in audio_device_request_authorization()
/external/bluetooth/bluez/plugins/
Dservice.c733 serv_adapter = g_try_new0(struct service_adapter, 1); in register_interface()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt815 g_try_new0
/external/bluetooth/glib/
DChangeLog.pre-2-8883 * glib/gmem.h: Add g_try_new, g_try_new0, g_try_renew and
DNEWS1120 505195 [patch] typo in g_try_new0 docs
2175 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
/external/bluetooth/glib/docs/reference/
DChangeLog795 Fix typo in g_try_new0 docs (#505195, Felix Riemann).
2122 * glib/tmpl/memory.sgml: Document g_try_new, g_try_new0