HomeSort by relevance Sort by last modified time
    Searched full:list_new (Results 1 - 19 of 19) sorted by null

  /system/bt/osi/test/
list_test.cpp 13 list_t *list = list_new(NULL);
24 list_t *list = list_new(NULL);
30 list_t *list = list_new(NULL);
36 list_t *list = list_new(NULL);
44 list_t *list = list_new(NULL);
52 list_t *list = list_new(NULL);
62 list_t *list = list_new(NULL);
72 list_t *list = list_new(NULL);
84 list_t *list = list_new(NULL);
96 list_t *list = list_new(NULL)
    [all...]
  /system/bt/osi/include/
list.h 21 list_t *list_new(list_free_cb callback);
67 // instance. If a free function was specified in |list_new|, it will be called back
73 // same state it was in after |list_new|. |list| may not be NULL.
  /system/bt/osi/src/
list.c 23 // Behaves the same as |list_new|, except you get to specify the allocator.
34 list_t *list_new(list_free_cb callback) { function
config.c 68 config->sections = list_new(section_free);
365 section->entries = list_new(entry_free);
fixed_queue.c 52 ret->list = list_new(NULL);
reactor.c 84 ret->invalidation_list = list_new(NULL);
alarm.c 216 alarms = list_new(NULL);
  /system/bt/btif/src/
btif_profile_queue.c 70 connect_queue = list_new(osi_free);
btif_sock_sco.c 92 sco_sockets = list_new((list_free_cb)sco_socket_free_locked);
btif_sock_rfc.c 115 rfc_slots[i].incoming_queue = list_new(GKI_freebuf);
btif_hl.c     [all...]
  /system/bt/stack/l2cap/
l2cap_client.c 93 l2cap_clients = list_new(NULL);
110 ret->outbound_fragments = list_new(NULL);
l2c_main.c     [all...]
l2c_utils.c 90 p_lcb->link_xmit_data_q = list_new(NULL);
    [all...]
  /system/bt/hci/src/
hci_inject.c 75 clients = list_new(client_free);
hci_layer.c 224 commands_pending_response = list_new(NULL);
  /system/bt/btcore/src/
counter.c 264 clients_ = list_new(client_free);
  /system/bt/doc/
style_guide.md 175 `list_new` should be freed with `list_free` and no other freeing routine.
  /system/bt/bta/av/
bta_av_main.c 389 p_ret->a2d_list = list_new(NULL);
    [all...]

Completed in 666 milliseconds