Searched defs:group_list (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluez/src/
H A Dsdpd-service.c180 sdp_list_t *class_list, *group_list, *profile_list; local
203 group_list = sdp_list_append(NULL, &group_uuid);
204 sdp_set_browse_groups(record, group_list);
205 sdp_list_free(group_list, NULL);
/external/valgrind/main/exp-sgcheck/
H A Dh_main.c156 static SegGroup* group_list = NULL; variable
173 if (group_list == NULL) {
176 group_list = g;
178 tl_assert(group_list->nextfree <= N_SEGS_PER_GROUP);
179 if (group_list->nextfree == N_SEGS_PER_GROUP) {
181 g->admin = group_list;
182 group_list = g;
184 tl_assert(group_list->nextfree < N_SEGS_PER_GROUP);
185 teg = &group_list->segs[ group_list
[all...]
/external/bluetooth/bluez/serial/
H A Dproxy.c1163 char **group_list; local
1175 group_list = g_key_file_get_groups(config, NULL);
1177 for (i = 0; group_list[i] != NULL; i++) {
1178 char *group_str = group_list[i], *uuid_str, *address;
1192 g_strfreev(group_list);
1203 g_strfreev(group_list);
1225 g_strfreev(group_list);
/external/bluetooth/glib/glib/
H A Dgoption.c551 GList *group_list,
554 while (group_list)
556 if (group_has_visible_entries (context, group_list->data, main_entries))
559 group_list = group_list->next;
550 group_list_has_visible_entires(GOptionContext *context, GList *group_list, gboolean main_entries) argument

Completed in 158 milliseconds