Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestExtensions.cpp130 .appIsOnProductImage = false}; in TEST_F()
203 .appIsOnProductImage = false}, in TEST_F()
212 .appIsOnProductImage = false}, in TEST_F()
221 .appIsOnProductImage = false}, in TEST_F()
230 .appIsOnProductImage = true}, in TEST_F()
239 .appIsOnProductImage = true}, in TEST_F()
248 .appIsOnProductImage = true}, in TEST_F()
257 .appIsOnProductImage = false}, in TEST_F()
266 .appIsOnProductImage = false}, in TEST_F()
278 .appIsOnProductImage = false}, in TEST_F()
[all …]
/frameworks/ml/nn/runtime/
DTypeManager.cpp135 appPackageInfo->appIsOnProductImage = in fetchAppPackageLocationInfo()
147 .appIsOnProductImage = false}; in isNNAPIVendorExtensionsUseAllowed()
195 (appPackageInfo.appIsOnProductImage && useOnProductImageEnabled)) && in isExtensionsUseAllowed()
DTypeManager.h113 bool appIsOnProductImage; member