Searched refs:allocateSharedMemory (Results 1 – 13 of 13) sorted by relevance
664 hidl_memory allocateSharedMemory(uint32_t size) { in allocateSharedMemory() function in android::hardware::neuralnetworks::V1_3::vts::functional::MemoryDomainCopyTestBase665 hidl_memory memory = nn::allocateSharedMemory(size); in allocateSharedMemory()706 hidl_memory badMemory1 = allocateSharedMemory(badMemorySize1); in TEST_P()707 hidl_memory badMemory2 = allocateSharedMemory(badMemorySize2); in TEST_P()720 hidl_memory badMemory1 = allocateSharedMemory(badMemorySize1); in TEST_P()721 hidl_memory badMemory2 = allocateSharedMemory(badMemorySize2); in TEST_P()800 hidl_memory badMemory1 = allocateSharedMemory(badMemorySize1); in TEST_P()801 hidl_memory badMemory2 = allocateSharedMemory(badMemorySize2); in TEST_P()818 hidl_memory badMemory1 = allocateSharedMemory(badMemorySize1); in TEST_P()819 hidl_memory badMemory2 = allocateSharedMemory(badMemorySize2); in TEST_P()[all …]
164 hidl_memory tmp = nn::allocateSharedMemory(testBuffer.size()); in allocateInternal()299 hidl_vec_push_back(&pools, nn::allocateSharedMemory(constRefSize)); in createModel()499 hidl_memory tmp = nn::allocateSharedMemory(size); in getBuffer()
682 Memory allocateSharedMemory(uint32_t size) { in allocateSharedMemory() function in aidl::android::hardware::neuralnetworks::vts::functional::MemoryDomainCopyTestBase734 Memory badMemory1 = allocateSharedMemory(badMemorySize1); in TEST_P()735 Memory badMemory2 = allocateSharedMemory(badMemorySize2); in TEST_P()748 Memory badMemory1 = allocateSharedMemory(badMemorySize1); in TEST_P()749 Memory badMemory2 = allocateSharedMemory(badMemorySize2); in TEST_P()767 Memory memory = allocateSharedMemory(kTestOperandDataSize); in TEST_P()829 Memory badMemory1 = allocateSharedMemory(badMemorySize1); in TEST_P()830 Memory badMemory2 = allocateSharedMemory(badMemorySize2); in TEST_P()847 Memory badMemory1 = allocateSharedMemory(badMemorySize1); in TEST_P()848 Memory badMemory2 = allocateSharedMemory(badMemorySize2); in TEST_P()[all …]
28 hardware::hidl_memory allocateSharedMemory(int64_t size);
81 GeneralResult<SharedMemory> allocateSharedMemory(size_t size) { in allocateSharedMemory() function146 GeneralResult<SharedMemory> allocateSharedMemory(size_t size) { in allocateSharedMemory() function265 return allocateSharedMemory(size); in createSharedMemory()
30 hidl_memory allocateSharedMemory(int64_t size) { in allocateSharedMemory() function
136 pool.hidlMemory(allocateSharedMemory(2 * sizeof(float))); in TEST()178 pool.hidlMemory(allocateSharedMemory(sizeof(float) + sizeof(int32_t))); in TEST()
158 pools.push_back(nn::allocateSharedMemory(constRefSize)); in createModel()222 auto inputMemory = nn::allocateSharedMemory(inputSize); in createRequest()225 auto outputMemory = nn::allocateSharedMemory(outputSize); in createRequest()
176 sharedMemoryPool.hidlMemory(allocateSharedMemory(1024)); in TEST_F()198 sharedMemoryPool.hidlMemory(allocateSharedMemory(1024)); in TEST_F()
96 hidl_vec_push_back(&pools, nn::allocateSharedMemory(constRefSize)); in createModel()
55 mHidlMemory = nn::allocateSharedMemory(size); in initialize()
103 hidl_vec_push_back(&pools, nn::allocateSharedMemory(constRefSize)); in createModel()
136 hidl_vec_push_back(&pools, nn::allocateSharedMemory(constRefSize)); in createModel()