Searched refs:list_free (Results 1 - 10 of 10) sorted by relevance

/external/bluetooth/bluedroid/osi/test/
H A Dlist_test.cpp14 // In this test we just verify that list_free is callable with a valid list.
16 list_free(list);
20 // In this test we just verify that list_free is callable with NULL.
21 list_free(NULL);
27 list_free(list);
33 list_free(list);
41 list_free(list);
49 list_free(list);
58 list_free(list);
68 list_free(lis
[all...]
/external/bluetooth/bluedroid/osi/include/
H A Dlist.h17 void list_free(list_t *list);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_profile_queue.c155 list_free(connect_queue);
H A Dbtif_sock_rfc.c156 list_free(rfc_slots[i].incoming_queue);
/external/bluetooth/bluedroid/osi/src/
H A Dfixed_queue.c60 list_free(ret->list);
77 list_free(queue->list);
H A Dreactor.c60 list_free(ret->objects);
70 list_free(reactor->objects);
H A Dconfig.c65 list_free(config->sections);
234 list_free(section->entries);
H A Dlist.c21 // for the list structure. The returned list must be freed with |list_free|. The
35 void list_free(list_t *list) { function
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c92 // Used by list_free() to deallocate values referenced by list nodes.
132 static ListNode* list_free(
301 list_free(&global_function_result_map_head, free_symbol_map_value,
304 list_free(&global_function_parameter_map_head, free_symbol_map_value,
373 static ListNode* list_free( function
433 list_free(&map_value->symbol_values_list_head,
/external/sepolicy/tools/
H A Dcheck_seapp.c797 static void list_free() { function
1036 list_free();

Completed in 185 milliseconds