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

  /external/bluetooth/bluez/src/
sdpd-service.c 180 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/bluetooth/bluez/serial/
proxy.c 1163 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/
goption.c 551 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;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
GroupMembershipView.java 202 mGroupList = (TextView) findViewById(R.id.group_list);
  /external/valgrind/main/exp-ptrcheck/
h_main.c 335 static SegGroup* group_list = NULL; variable
352 if (group_list == NULL) {
355 group_list = g;
357 tl_assert(group_list->nextfree <= N_SEGS_PER_GROUP);
358 if (group_list->nextfree == N_SEGS_PER_GROUP) {
360 g->admin = group_list;
361 group_list = g;
363 tl_assert(group_list->nextfree < N_SEGS_PER_GROUP);
364 teg = &group_list->segs[ group_list->nextfree ]
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]

Completed in 362 milliseconds