Searched refs:batchAllocate (Results 1 – 5 of 5) sorted by relevance
42 Return<void> batchAllocate(uint64_t size, uint64_t count, batchAllocate_cb _hidl_cb) override;
61 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
41 batchAllocate(uint64_t size, uint64_t count) generates (bool success, vec<memory> batch);
60 EXPECT_OK(allocator->batchAllocate( in expectBatchAllocateSuccess()
963 EXPECT_OK(ashmemAllocator->batchAllocate(1024, kBatchSize, in TEST_F()