Searched refs:appIsOnVendorImage (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestExtensions.cpp | 129 .appIsOnVendorImage = false, in TEST_F() 202 .appIsOnVendorImage = false, in TEST_F() 211 .appIsOnVendorImage = false, in TEST_F() 220 .appIsOnVendorImage = true, in TEST_F() 229 .appIsOnVendorImage = false, in TEST_F() 238 .appIsOnVendorImage = false, in TEST_F() 247 .appIsOnVendorImage = false, in TEST_F() 256 .appIsOnVendorImage = false, in TEST_F() 265 .appIsOnVendorImage = true, in TEST_F() 277 .appIsOnVendorImage = false, in TEST_F() [all …]
|
/frameworks/ml/nn/runtime/ |
D | TypeManager.cpp | 132 appPackageInfo->appIsOnVendorImage = in fetchAppPackageLocationInfo() 146 .appIsOnVendorImage = false, in isNNAPIVendorExtensionsUseAllowed() 194 return (!appPackageInfo.appIsSystemApp || appPackageInfo.appIsOnVendorImage || in isExtensionsUseAllowed()
|
D | TypeManager.h | 111 bool appIsOnVendorImage; member
|