Searched refs:appIsSystemApp (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestExtensions.cpp | 128 .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/ |
D | TypeManager.cpp | 129 appPackageInfo->appIsSystemApp = in fetchAppPackageLocationInfo() 145 .appIsSystemApp = false, in isNNAPIVendorExtensionsUseAllowed() 194 return (!appPackageInfo.appIsSystemApp || appPackageInfo.appIsOnVendorImage || in isExtensionsUseAllowed()
|
D | TypeManager.h | 109 bool appIsSystemApp; member
|