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

  /system/bt/osi/include/
list.h 12 typedef void (*list_free_cb)(void *data); typedef
26 list_t *list_new(list_free_cb callback);
  /system/bt/osi/src/
list.c 16 list_free_cb free_cb;
24 list_t *list_new_internal(list_free_cb callback, const allocator_t *zeroed_allocator) {
34 list_t *list_new(list_free_cb callback) {
hash_map.c 44 list_t *list_new_internal(list_free_cb callback, const allocator_t *zeroed_allocator);
  /system/bt/btif/src/
btif_sock_sco.c 95 sco_sockets = list_new((list_free_cb)sco_socket_free_locked);

Completed in 80 milliseconds