Home
last modified time | relevance | path

Searched refs:zeroed_allocator (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_list.h201 std::function<list_t*(list_free_cb callback, const allocator_t* zeroed_allocator)> body{
205 list_t* operator()(list_free_cb callback, const allocator_t* zeroed_allocator) { in operator()
206 return body(callback, zeroed_allocator); in operator()
Dmock_osi_list.cc119 list_t* list_new_internal(list_free_cb callback, const allocator_t* zeroed_allocator) { in list_new_internal() argument
121 return test::mock::osi_list::list_new_internal(callback, zeroed_allocator); in list_new_internal()
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dlist.cc30 list_t* list_new_internal(list_free_cb callback, const allocator_t* zeroed_allocator) { in list_new_internal() argument
31 list_t* list = (list_t*)zeroed_allocator->alloc(sizeof(list_t)); in list_new_internal()
37 list->allocator = zeroed_allocator; in list_new_internal()
/aosp_15_r20/packages/modules/Bluetooth/system/test/stub/
Dosi.cc514 list_t* list_new_internal(list_free_cb callback, const allocator_t* zeroed_allocator) { in list_new_internal() argument