Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestExtensions.cpp139 .appIsOnProductImage = false}; in TEST_F()
224 .appIsOnProductImage = false}, in TEST_F()
242 .appIsOnProductImage = false}, in TEST_F()
251 .appIsOnProductImage = true}, in TEST_F()
260 .appIsOnProductImage = true}, in TEST_F()
269 .appIsOnProductImage = true}, in TEST_F()
279 .appIsOnProductImage = false}, in TEST_F()
289 .appIsOnProductImage = false}, in TEST_F()
302 .appIsOnProductImage = false}, in TEST_F()
309 .appIsOnProductImage = false}, in TEST_F()
[all …]
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DAppInfoFetcher.cpp51 appInfo->appIsOnProductImage = packageInfo.appIsOnProductImage; in fetchAppPackageLocationInfo()
64 .appIsOnProductImage = false}) { in AppInfoFetcher()
H A DAppInfoFetcher.h47 bool appIsOnProductImage; member
H A DTypeManager.cpp162 (appPackageInfo.appIsOnProductImage && useOnProductImageEnabled)) { in isExtensionsUseAllowed()
H A DManager.cpp1239 appInfo.appIsSystemApp || appInfo.appIsOnVendorImage || appInfo.appIsOnProductImage; in getDriverDevices()
/aosp12/packages/modules/NeuralNetworks/runtime/packageinfo/include/
H A DPackageInfo.h40 bool appIsOnProductImage; member
/aosp12/packages/modules/NeuralNetworks/runtime/packageinfo/
H A DPackageInfo.cpp71 appPackageInfo->appIsOnProductImage = in ANeuralNetworks_fetch_PackageInfo()