Home
last modified time | relevance | path

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

/system/chre/util/include/chre/util/system/
Dcallback_allocator.h66 [[nodiscard]] pw::UniquePtr<std::byte[]> MakeUniqueArrayWithCallback(
Dcallback_allocator_impl.h77 CallbackAllocator<Metadata>::MakeUniqueArrayWithCallback(std::byte *ptr, in MakeUniqueArrayWithCallback() function
/system/chre/core/
Dchre_message_hub_manager.cc300 mAllocator.MakeUniqueArrayWithCallback( in sendMessage()
/system/chre/util/tests/
Dmessage_router_test.cc1507 pw::UniquePtr<std::byte[]> data = allocator.MakeUniqueArrayWithCallback( in TEST_F()
1539 data = allocator.MakeUniqueArrayWithCallback(messageData, kMessageSize, in TEST_F()