Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DCompilationCachingTests.cpp476 uint8_t dummyBytes[] = {0, 0}; in TEST_P() local
480 ASSERT_EQ(write(modelCache[i].getNativeHandle()->data[0], &dummyBytes, in TEST_P()
481 sizeof(dummyBytes)), in TEST_P()
482 sizeof(dummyBytes)); in TEST_P()
486 write(dataCache[i].getNativeHandle()->data[0], &dummyBytes, sizeof(dummyBytes)), in TEST_P()
487 sizeof(dummyBytes)); in TEST_P()