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

  /external/bluetooth/bluedroid/osi/test/
list_test.cpp 14 // 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(list)
    [all...]
  /external/bluetooth/bluedroid/osi/include/
list.h 17 void list_free(list_t *list);
  /external/bluetooth/bluedroid/btif/src/
btif_profile_queue.c 155 list_free(connect_queue);
btif_sock_rfc.c 156 list_free(rfc_slots[i].incoming_queue);
    [all...]
  /external/bluetooth/bluedroid/osi/src/
fixed_queue.c 60 list_free(ret->list);
77 list_free(queue->list);
reactor.c 60 list_free(ret->objects);
70 list_free(reactor->objects);
config.c 65 list_free(config->sections);
234 list_free(section->entries);
list.c 21 // 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/
cmockery.c 92 // 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,
    [all...]

Completed in 188 milliseconds