Home
last modified time | relevance | path

Searched refs:group_list (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluez/serial/
Dproxy.c1196 char **group_list; in serial_proxy_init() local
1208 group_list = g_key_file_get_groups(config, NULL); in serial_proxy_init()
1210 for (i = 0; group_list[i] != NULL; i++) { in serial_proxy_init()
1211 char *group_str = group_list[i], *uuid_str, *address; in serial_proxy_init()
1225 g_strfreev(group_list); in serial_proxy_init()
1236 g_strfreev(group_list); in serial_proxy_init()
1258 g_strfreev(group_list); in serial_proxy_init()
/external/bluetooth/bluez/src/
Dsdpd-service.c347 sdp_list_t *class_list, *group_list, *profile_list; in register_device_id() local
372 group_list = sdp_list_append(NULL, &group_uuid); in register_device_id()
373 sdp_set_browse_groups(record, group_list); in register_device_id()
374 sdp_list_free(group_list, NULL); in register_device_id()
/external/bluetooth/glib/glib/
Dgoption.c551 GList *group_list, in group_list_has_visible_entires() argument
554 while (group_list) in group_list_has_visible_entires()
556 if (group_has_visible_entries (context, group_list->data, main_entries)) in group_list_has_visible_entires()
559 group_list = group_list->next; in group_list_has_visible_entires()
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py798 group_list = extendee_proto.Extensions[extension]
801 self.assertTrue(group_list is not extendee_proto.Extensions[extension])