Home
last modified time | relevance | path

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

/cts/tests/tests/neuralnetworks/java_test/jni/
Dandroid_neuralnetworks_cts_ModelAssetTest.cpp67 ANeuralNetworksDevice* currentDevice; in getNnapiDeviceNames() local
68 ASSERT_OR_RETURN_DEFAULT(ANeuralNetworks_getDevice(/*devIndex=*/i, &currentDevice) == in getNnapiDeviceNames()
73 ASSERT_OR_RETURN_DEFAULT(ANeuralNetworksDevice_getName(currentDevice, &deviceName) == in getNnapiDeviceNames()
94 ANeuralNetworksDevice* currentDevice; in findDevice() local
95 ASSERT_OR_RETURN_NULL(ANeuralNetworks_getDevice(/*devIndex=*/i, &currentDevice) == in findDevice()
100 ASSERT_OR_RETURN_NULL(ANeuralNetworksDevice_getName(currentDevice, &deviceName) == in findDevice()
105 return currentDevice; in findDevice()