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

  /system/bt/osi/test/
list_test.cpp 15 list_free(list);
19 // In this test we just verify that list_free is callable with NULL.
20 list_free(NULL);
26 list_free(list);
32 list_free(list);
40 list_free(list);
48 list_free(list);
57 list_free(list);
67 list_free(list);
79 list_free(list)
    [all...]
  /system/bt/osi/include/
list.h 21 // for the list structure. The returned list must be freed with |list_free|. The
30 void list_free(list_t *list);
  /system/bt/btif/src/
btif_profile_queue.c 172 list_free(connect_queue);
btif_sock_sco.c 108 list_free(sco_sockets);
btif_sock_rfc.c 137 list_free(rfc_slots[i].incoming_queue);
btif_hl.c     [all...]
  /system/bt/device/src/
interop.c 94 list_free(interop_list);
  /system/bt/hci/src/
hci_inject.c 105 list_free(clients);
hci_layer.c 303 list_free(commands_pending_response);
  /system/bt/osi/src/
fixed_queue.c 79 list_free(queue->list);
hash_map.c 193 list_free(hash_map->bucket[i].list);
list.c 38 void list_free(list_t *list) { function
reactor.c 110 list_free(reactor->invalidation_list);
alarm.c 318 list_free(alarms);
403 list_free(alarms);
config.c 132 list_free(config->sections);
462 list_free(section->entries);
  /system/sepolicy/tools/
check_seapp.c 243 static void list_free(list *list) { function
1219 list_free(&input_file_list);
1220 list_free(&line_order_list);
1221 list_free(&nallow_list);
  /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...]
  /system/bt/bta/gatt/
bta_gattc_cache.c 163 list_free(p_srvc_cb->p_srvc_cache);
180 list_free(p_char->descriptors);
186 list_free(srvc->characteristics);
187 list_free(srvc->included_svc);
    [all...]
bta_gattc_utils.c 413 list_free(p_tcb->p_srvc_cache);
bta_gattc_act.c     [all...]
  /bionic/libc/bionic/
system_properties.cpp 728 static void list_free(List** list) { function
1002 list_free(&prefixes);
1003 list_free(&contexts);
    [all...]
  /system/bt/stack/l2cap/
l2cap_client.c 127 list_free(client->outbound_fragments);
l2c_main.c 860 list_free(l2cb.rcv_pending_q);
    [all...]
l2c_utils.c 218 list_free(p_lcb->link_xmit_data_q);
    [all...]

Completed in 543 milliseconds