HomeSort by relevance Sort by last modified time
    Searched refs:list_new (Results 1 - 22 of 22) 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/stack/btm/
btm_main.c 76 btm_cb.sec_dev_rec = list_new(osi_free);
  /system/bt/osi/include/
list.h 26 list_t *list_new(list_free_cb callback);
76 // instance. If a free function was specified in |list_new|, it will be called back
82 // same state it was in after |list_new|. |list| may not be NULL.
  /system/bt/btif/src/
btif_profile_queue.c 70 connect_queue = list_new(osi_free);
btif_sock_sco.c 95 sco_sockets = list_new((list_free_cb)sco_socket_free_locked);
btif_sock_rfc.c 120 rfc_slots[i].incoming_queue = list_new(osi_free);
btif_hl.c     [all...]
btif_rc.c     [all...]
  /system/bt/device/src/
interop.c 130 interop_list = list_new(interop_free_entry_);
  /system/bt/hci/src/
hci_inject.c 80 clients = list_new(client_free);
hci_layer.c 226 commands_pending_response = list_new(NULL);
  /system/bt/stack/l2cap/
l2cap_client.c 93 l2cap_clients = list_new(NULL);
106 ret->outbound_fragments = list_new(NULL);
l2c_main.c 853 l2cb.rcv_pending_q = list_new(NULL);
    [all...]
l2c_utils.c 98 p_lcb->link_xmit_data_q = list_new(NULL);
    [all...]
  /system/bt/osi/src/
fixed_queue.c 50 ret->list = list_new(NULL);
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
reactor.c 84 ret->invalidation_list = list_new(NULL);
config.c 68 config->sections = list_new(section_free);
452 section->entries = list_new(entry_free);
alarm.c 335 alarms = list_new(NULL);
  /system/bt/bta/gatt/
bta_gattc_cache.c 217 p_new_srvc->characteristics = list_new(characteristic_free);
218 p_new_srvc->included_svc = list_new(osi_free);
221 p_srvc_cb->p_srvc_cache = list_new(service_free);
256 characteristic->descriptors = list_new(osi_free);
    [all...]
  /system/bt/bta/hh/
bta_hh_le.c 94 gatt_op_queue_executing = list_new(osi_free);
202 gatt_op_queue = list_new(osi_free);
217 gatt_op_queue = list_new(osi_free);
    [all...]
  /system/bt/bta/av/
bta_av_main.c 358 p_ret->a2d_list = list_new(NULL);
    [all...]

Completed in 548 milliseconds