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

  /external/bluetooth/bluedroid/osi/test/
list_test.cpp 9 list_t *list = list_new(NULL);
15 list_t *list = list_new(NULL);
25 list_t *list = list_new(NULL);
31 list_t *list = list_new(NULL);
37 list_t *list = list_new(NULL);
45 list_t *list = list_new(NULL);
53 list_t *list = list_new(NULL);
63 list_t *list = list_new(NULL);
73 list_t *list = list_new(NULL);
85 list_t *list = list_new(NULL)
    [all...]
  /external/bluetooth/bluedroid/osi/include/
list.h 16 list_t *list_new(list_free_cb callback);
  /external/bluetooth/bluedroid/osi/src/
list.c 26 list_t *list_new(list_free_cb callback) { function
138 // instance. If a free function was specified in |list_new|, it will be called back
168 // same state it was in after |list_new|. |list| may not be NULL.
config.c 53 config->sections = list_new(section_free);
224 section->entries = list_new(entry_free);
fixed_queue.c 41 ret->list = list_new(NULL);
reactor.c 53 ret->objects = list_new(NULL);
alarm.c 178 alarms = list_new(NULL);
  /external/bluetooth/bluedroid/btif/src/
btif_profile_queue.c 68 connect_queue = list_new(GKI_freebuf);
btif_sock_rfc.c 133 rfc_slots[i].incoming_queue = list_new(GKI_freebuf);
    [all...]

Completed in 271 milliseconds