Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_list.h206 const allocator_t* zeroed_allocator)>
212 const allocator_t* zeroed_allocator) { in operator()
213 return body(callback, zeroed_allocator); in operator()
Dmock_osi_list.cc118 const allocator_t* zeroed_allocator) { in list_new_internal() argument
120 return test::mock::osi_list::list_new_internal(callback, zeroed_allocator); in list_new_internal()
/packages/modules/Bluetooth/system/osi/src/
Dlist.cc28 const allocator_t* zeroed_allocator) { in list_new_internal() argument
29 list_t* list = (list_t*)zeroed_allocator->alloc(sizeof(list_t)); in list_new_internal()
33 list->allocator = zeroed_allocator; in list_new_internal()
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc479 const allocator_t* zeroed_allocator) { in list_new_internal() argument