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

  /system/bt/osi/src/
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
  /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...]

Completed in 197 milliseconds