Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DMemoryDomainTests.cpp700 void testCopyTo(const std::shared_ptr<IBuffer>& buffer, const Memory& memory, in testCopyTo() function in aidl::android::hardware::neuralnetworks::vts::functional::MemoryDomainCopyTestBase
820 testCopyTo(buffer, memory, ErrorStatus::GENERAL_FAILURE); in TEST_P()
834 testCopyTo(buffer, badMemory1, ErrorStatus::INVALID_ARGUMENT); in TEST_P()
835 testCopyTo(buffer, badMemory2, ErrorStatus::INVALID_ARGUMENT); in TEST_P()
836 testCopyTo(buffer, goodMemory, ErrorStatus::NONE); in TEST_P()
852 testCopyTo(buffer, badMemory1, ErrorStatus::INVALID_ARGUMENT); in TEST_P()
853 testCopyTo(buffer, badMemory2, ErrorStatus::INVALID_ARGUMENT); in TEST_P()
854 testCopyTo(buffer, goodMemory, ErrorStatus::NONE); in TEST_P()