Home
last modified time | relevance | path

Searched refs:batchAllocate (Results 1 – 5 of 5) sorted by relevance

/system/libhidl/transport/allocator/1.0/default/
DAshmemAllocator.h42 Return<void> batchAllocate(uint64_t size, uint64_t count, batchAllocate_cb _hidl_cb) override;
DAshmemAllocator.cpp61 Return<void> AshmemAllocator::batchAllocate(uint64_t size, uint64_t count, batchAllocate_cb _hidl_c… in batchAllocate() function in android::hidl::allocator::V1_0::implementation::AshmemAllocator
/system/libhidl/transport/allocator/1.0/
DIAllocator.hal41 batchAllocate(uint64_t size, uint64_t count) generates (bool success, vec<memory> batch);
/system/libhidl/transport/allocator/1.0/vts/functional/
DVtsHidlAllocatorV1_0TargetTest.cpp60 EXPECT_OK(allocator->batchAllocate( in expectBatchAllocateSuccess()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp963 EXPECT_OK(ashmemAllocator->batchAllocate(1024, kBatchSize, in TEST_F()