Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libneuralnetworks/
H A Dstubs_arm.cc34 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksDevice_getExtensionSupport);
109 …NIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksDevice_getExtensionSupport); in init_stub_library()
H A Dstubs_arm64.cc34 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksDevice_getExtensionSupport);
109 …NIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksDevice_getExtensionSupport); in init_stub_library()
/aosp12/packages/modules/NeuralNetworks/runtime/include/
H A DNeuralNetworksExtensions.h51 int ANeuralNetworksDevice_getExtensionSupport(const ANeuralNetworksDevice* device,
/aosp12/packages/modules/NeuralNetworks/runtime/
H A Dlibneuralnetworks.map.txt98 ANeuralNetworksDevice_getExtensionSupport;
H A DNeuralNetworks.cpp1449 int ANeuralNetworksDevice_getExtensionSupport(const ANeuralNetworksDevice* device, in ANeuralNetworksDevice_getExtensionSupport() function
1876 NNCL_FUNC(ANeuralNetworksDevice_getExtensionSupport),
/aosp12/packages/modules/NeuralNetworks/extensions/
H A DREADME.md104 `ANeuralNetworksDevice_getExtensionSupport`.
108 CHECK_EQ(ANeuralNetworksDevice_getExtensionSupport(device, EXAMPLE_EXTENSION_NAME, &isExtensionSupp…
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestExtensions.cpp113 EXPECT_EQ(ANeuralNetworksDevice_getExtensionSupport(mDevice, extensionName, &result), in testDriverSupportsExtension()
H A DTestValidation.cpp3876 EXPECT_EQ(ANeuralNetworksDevice_getExtensionSupport(nullptr, kTestExtensionName, &result), in TEST()
3886 EXPECT_EQ(ANeuralNetworksDevice_getExtensionSupport(device, kTestExtensionName, nullptr), in TEST()
3888 EXPECT_EQ(ANeuralNetworksDevice_getExtensionSupport(device, nullptr, &result), in TEST()
3890 EXPECT_EQ(ANeuralNetworksDevice_getExtensionSupport(device, kTestExtensionName, &result), in TEST()
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/public/
H A DNeuralNetworksSupportLibraryImpl.h432 int (*ANeuralNetworksDevice_getExtensionSupport)(const ANeuralNetworksDevice* device, member
/aosp12/packages/modules/NeuralNetworks/runtime/test/fibonacci_extension/
H A DFibonacciExtensionTest.cpp66 ANeuralNetworksDevice_getExtensionSupport( in SetUp()