Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestExtensions.cpp128 .appIsSystemApp = false, in TEST_F()
201 .appIsSystemApp = false, in TEST_F()
210 .appIsSystemApp = true, in TEST_F()
219 .appIsSystemApp = true, in TEST_F()
228 .appIsSystemApp = true, in TEST_F()
237 .appIsSystemApp = true, in TEST_F()
246 .appIsSystemApp = true, in TEST_F()
255 .appIsSystemApp = false, in TEST_F()
264 .appIsSystemApp = true, in TEST_F()
276 .appIsSystemApp = false, in TEST_F()
[all …]
/frameworks/ml/nn/runtime/
DTypeManager.cpp129 appPackageInfo->appIsSystemApp = in fetchAppPackageLocationInfo()
145 .appIsSystemApp = false, in isNNAPIVendorExtensionsUseAllowed()
194 return (!appPackageInfo.appIsSystemApp || appPackageInfo.appIsOnVendorImage || in isExtensionsUseAllowed()
DTypeManager.h109 bool appIsSystemApp; member