Home
last modified time | relevance | path

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

/aosp_15_r20/system/chre/util/include/chre/util/system/
H A Dmessage_router_callback_allocator.h67 [[nodiscard]] pw::UniquePtr<std::byte[]> MakeUniqueArrayWithCallback(
H A Dmessage_router_callback_allocator_impl.h70 MessageRouterCallbackAllocator<Metadata>::MakeUniqueArrayWithCallback( in MakeUniqueArrayWithCallback() function
/aosp_15_r20/system/chre/util/tests/
H A Dmessage_router_test.cc827 pw::UniquePtr<std::byte[]> data = allocator.MakeUniqueArrayWithCallback( in TEST_F()
859 data = allocator.MakeUniqueArrayWithCallback(messageData, kMessageSize, in TEST_F()