Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestExtensions.cpp134 .appIsOnProductImage = false}; in TEST_F()
207 .appIsOnProductImage = false}, in TEST_F()
216 .appIsOnProductImage = false}, in TEST_F()
225 .appIsOnProductImage = false}, in TEST_F()
234 .appIsOnProductImage = true}, in TEST_F()
243 .appIsOnProductImage = true}, in TEST_F()
252 .appIsOnProductImage = true}, in TEST_F()
261 .appIsOnProductImage = false}, in TEST_F()
270 .appIsOnProductImage = false}, in TEST_F()
282 .appIsOnProductImage = false}, in TEST_F()
[all …]
/frameworks/ml/nn/runtime/
DTypeManager.cpp116 appPackageInfo->appIsOnProductImage = packageInfo.appIsOnProductImage; in fetchAppPackageLocationInfo()
129 .appIsOnProductImage = false}; in isNNAPIVendorExtensionsUseAllowed()
177 (appPackageInfo.appIsOnProductImage && useOnProductImageEnabled)) && in isExtensionsUseAllowed()
DTypeManager.h122 bool appIsOnProductImage; member
/frameworks/ml/nn/runtime/packageinfo/include/
DPackageInfo.h40 bool appIsOnProductImage; member
/frameworks/ml/nn/runtime/packageinfo/
DPackageInfo.cpp69 appPackageInfo->appIsOnProductImage = in ANeuralNetworks_fetch_PackageInfo()