Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
Dlibneuralnetworks.map.txt29 ANeuralNetworksDevice_getType; # introduced=Q
DNeuralNetworks.cpp688 int ANeuralNetworksDevice_getType(const ANeuralNetworksDevice* device, int32_t* type) { in ANeuralNetworksDevice_getType() function
1879 NNCL_FUNC(ANeuralNetworksDevice_getType),
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworks.h399 int ANeuralNetworksDevice_getType(const ANeuralNetworksDevice* device, int32_t* type)
/packages/modules/NeuralNetworks/shim_and_sl/public/
DNeuralNetworksSupportLibraryImpl.h459 int (*ANeuralNetworksDevice_getType)(const ANeuralNetworksDevice* device, int32_t* type); member
/packages/modules/NeuralNetworks/shim_and_sl/
DShimDevice.cpp503 auto result = mNnapi->ANeuralNetworksDevice_getType(mDevice, &deviceType); in getType()
/packages/modules/NeuralNetworks/runtime/test/
DTestValidation.cpp2792 EXPECT_EQ(ANeuralNetworksDevice_getType(device, &deviceType), ANEURALNETWORKS_NO_ERROR); in TEST()
2795 EXPECT_EQ(ANeuralNetworksDevice_getType(device, nullptr), ANEURALNETWORKS_UNEXPECTED_NULL); in TEST()
2797 EXPECT_EQ(ANeuralNetworksDevice_getType(nullptr, &deviceType), ANEURALNETWORKS_UNEXPECTED_NULL); in TEST()
2798 EXPECT_EQ(ANeuralNetworksDevice_getType(nullptr, nullptr), ANEURALNETWORKS_UNEXPECTED_NULL); in TEST()