Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DMemoryDomainTests.cpp674 void testCopyTo(const sp<IBuffer>& buffer, const hidl_memory& memory, in testCopyTo() function in android::hardware::neuralnetworks::V1_3::vts::functional::MemoryDomainCopyTestBase
788 testCopyTo(buffer, memory, ErrorStatus::GENERAL_FAILURE); in TEST_P()
802 testCopyTo(buffer, badMemory1, ErrorStatus::INVALID_ARGUMENT); in TEST_P()
803 testCopyTo(buffer, badMemory2, ErrorStatus::INVALID_ARGUMENT); in TEST_P()
804 testCopyTo(buffer, goodMemory, ErrorStatus::NONE); in TEST_P()
820 testCopyTo(buffer, badMemory1, ErrorStatus::INVALID_ARGUMENT); in TEST_P()
821 testCopyTo(buffer, badMemory2, ErrorStatus::INVALID_ARGUMENT); in TEST_P()
822 testCopyTo(buffer, goodMemory, ErrorStatus::NONE); in TEST_P()