Searched refs:currentDevice (Results 1 – 1 of 1) sorted by relevance
67 ANeuralNetworksDevice* currentDevice; in getNnapiDeviceNames() local68 ASSERT_OR_RETURN_DEFAULT(ANeuralNetworks_getDevice(/*devIndex=*/i, ¤tDevice) == in getNnapiDeviceNames()73 ASSERT_OR_RETURN_DEFAULT(ANeuralNetworksDevice_getName(currentDevice, &deviceName) == in getNnapiDeviceNames()94 ANeuralNetworksDevice* currentDevice; in findDevice() local95 ASSERT_OR_RETURN_NULL(ANeuralNetworks_getDevice(/*devIndex=*/i, ¤tDevice) == in findDevice()100 ASSERT_OR_RETURN_NULL(ANeuralNetworksDevice_getName(currentDevice, &deviceName) == in findDevice()105 return currentDevice; in findDevice()