Searched refs:getDeviceStatus (Results 1 – 1 of 1) sorted by relevance
64 const int getDeviceStatus = ANeuralNetworks_getDevice(devIndex, &device); in createDeviceList() local65 EXPECT_EQ(getDeviceStatus, ANEURALNETWORKS_NO_ERROR); in createDeviceList()66 if (getDeviceStatus == ANEURALNETWORKS_NO_ERROR) { in createDeviceList()