Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestTrivialModel.cpp174 ANeuralNetworksEvent* eventToSignal; in testAddTwoWithHardwareBufferInput() local
180 executionHandle, &eventBufferUnlock, 1, 0, &eventToSignal), in testAddTwoWithHardwareBufferInput()
182 ASSERT_EQ(ANeuralNetworksEvent_wait(eventToSignal), ANEURALNETWORKS_NO_ERROR); in testAddTwoWithHardwareBufferInput()
184 ANeuralNetworksEvent_free(eventToSignal); in testAddTwoWithHardwareBufferInput()