HomeSort by relevance Sort by last modified time
    Searched refs:g_try_new0 (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/bluez/attrib/
gatt.c 186 primary = g_try_new0(struct att_primary, 1);
230 dp = g_try_new0(struct discover_primary, 1);
283 chars = g_try_new0(struct att_char, 1);
341 dc = g_try_new0(struct discover_char, 1);
488 long_read = g_try_new0(struct read_long_data, 1);
gattrib.c 398 attrib = g_try_new0(struct _GAttrib, 1);
429 c = g_try_new0(struct command, 1);
559 event = g_try_new0(struct event, 1);
  /external/bluetooth/bluez/src/
plugin.c 72 plugin = g_try_new0(struct bluetooth_plugin, 1);
adapter.c     [all...]
  /external/bluetooth/glib/glib/
gmem.h 73 #define g_try_new0(struct_type, n_structs) \ macro
  /external/bluetooth/bluez/sap/
server.c 1211 conn = g_try_new0(struct sap_connection, 1);
1352 server = g_try_new0(struct sap_server, 1);
    [all...]
  /external/bluetooth/bluez/audio/
device.c 802 auth = g_try_new0(struct service_auth, 1);
  /external/bluetooth/bluez/plugins/
service.c 733 serv_adapter = g_try_new0(struct service_adapter, 1);

Completed in 360 milliseconds