Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestExtensions.cpp132 .appIsSystemApp = false, in TEST_F()
205 .appIsSystemApp = false, in TEST_F()
214 .appIsSystemApp = true, in TEST_F()
223 .appIsSystemApp = true, in TEST_F()
232 .appIsSystemApp = true, in TEST_F()
241 .appIsSystemApp = true, in TEST_F()
250 .appIsSystemApp = true, in TEST_F()
259 .appIsSystemApp = false, in TEST_F()
268 .appIsSystemApp = true, in TEST_F()
280 .appIsSystemApp = false, in TEST_F()
[all …]
/frameworks/ml/nn/runtime/
DTypeManager.cpp114 appPackageInfo->appIsSystemApp = packageInfo.appIsSystemApp; in fetchAppPackageLocationInfo()
127 .appIsSystemApp = false, in isNNAPIVendorExtensionsUseAllowed()
176 return (!appPackageInfo.appIsSystemApp || appPackageInfo.appIsOnVendorImage || in isExtensionsUseAllowed()
DTypeManager.h118 bool appIsSystemApp; member
/frameworks/ml/nn/runtime/packageinfo/include/
DPackageInfo.h36 bool appIsSystemApp; member
/frameworks/ml/nn/runtime/packageinfo/
DPackageInfo.cpp63 appPackageInfo->appIsSystemApp = in ANeuralNetworks_fetch_PackageInfo()