Home
last modified time | relevance | path

Searched refs:name_data (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluez/gdbus/
Dwatch.c53 struct name_data { struct
61 static struct name_data *name_data_find(DBusConnection *connection, in name_data_find() argument
68 struct name_data *data = current->data; in name_data_find()
93 static void name_data_call_and_free(struct name_data *data) in name_data_call_and_free()
109 static void name_data_free(struct name_data *data) in name_data_free()
127 struct name_data *data = NULL; in name_data_add()
143 data = g_new0(struct name_data, 1); in name_data_add()
162 struct name_data *data; in name_data_remove()
238 struct name_data *data; in name_exit_filter()
362 struct name_data *data; in g_dbus_remove_watch()
[all …]
/external/qemu/
Dtap-win32.c316 char name_data[256]; in get_device_guid() local
350 len = sizeof (name_data); in get_device_guid()
356 (LPBYTE)name_data, in get_device_guid()
367 if (strcmp(name_data, actual_name) != 0) { in get_device_guid()
374 snprintf(actual_name, actual_name_size, "%s", name_data); in get_device_guid()