Searched refs:g_try_new0 (Results 1 – 12 of 12) sorted by relevance
/external/bluetooth/bluez/attrib/ |
D | gatt.c | 186 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()
|
D | gattrib.c | 398 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/ |
D | gmem.h | 73 #define g_try_new0(struct_type, n_structs) \ macro
|
/external/bluetooth/bluez/src/ |
D | plugin.c | 72 plugin = g_try_new0(struct bluetooth_plugin, 1); in add_plugin()
|
D | adapter.c | 3117 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/ |
D | server.c | 1211 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/ |
D | device.c | 802 auth = g_try_new0(struct service_auth, 1); in audio_device_request_authorization()
|
/external/bluetooth/bluez/plugins/ |
D | service.c | 733 serv_adapter = g_try_new0(struct service_adapter, 1); in register_interface()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 815 g_try_new0
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-8 | 883 * glib/gmem.h: Add g_try_new, g_try_new0, g_try_renew and
|
D | NEWS | 1120 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/ |
D | ChangeLog | 795 Fix typo in g_try_new0 docs (#505195, Felix Riemann). 2122 * glib/tmpl/memory.sgml: Document g_try_new, g_try_new0
|