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

  /system/bt/osi/test/
list_test.cc 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);
83 list_t* list = list_new(NULL);
94 list_t* list = list_new(NULL)
    [all...]
  /system/bt/stack/btm/
btm_main.cc 73 btm_cb.sec_dev_rec = list_new(osi_free);
  /system/bt/osi/include/
list.h 44 list_t* list_new(list_free_cb callback);
98 // first instance. If a free function was specified in |list_new|, it will be
105 // same state it was in after |list_new|. |list| may not be NULL.
  /system/bt/device/src/
interop.cc 143 interop_list = list_new(interop_free_entry_);
  /system/bt/hci/src/
hci_inject.cc 82 clients = list_new(client_free);
hci_layer.cc 227 commands_pending_response = list_new(NULL);
  /system/bt/stack/l2cap/
l2cap_client.cc 98 l2cap_clients = list_new(NULL);
112 ret->outbound_fragments = list_new(NULL);
l2c_main.cc 852 l2cb.rcv_pending_q = list_new(NULL);
l2c_utils.cc 101 p_lcb->link_xmit_data_q = list_new(NULL);
    [all...]
  /system/bt/btif/src/
btif_sock_sco.cc 89 sco_sockets = list_new((list_free_cb)sco_socket_free_locked);
btif_sock_rfc.cc 127 rfc_slots[i].incoming_queue = list_new(osi_free);
btif_hl.cc     [all...]
btif_rc.cc     [all...]
  /system/bt/osi/src/
fixed_queue.cc 52 ret->list = list_new(NULL);
list.cc 24 // Behaves the same as |list_new|, except you get to specify the allocator.
35 list_t* list_new(list_free_cb callback) { function
reactor.cc 90 ret->invalidation_list = list_new(NULL);
alarm.cc 321 alarms = list_new(NULL);
  /external/kmod/libkmod/
libkmod-module.c 663 struct kmod_list *l, *l_new, *list_new = NULL; local
671 l_new = kmod_list_append(list_new, kmod_module_ref(l->data));
677 list_new = l_new;
680 return list_new;
684 kmod_module_unref_list(list_new);
    [all...]
  /system/bt/bta/av/
bta_av_main.cc 348 p_ret->a2dp_list = list_new(nullptr);
    [all...]

Completed in 664 milliseconds