Home
last modified time | relevance | path

Searched refs:AppInfoFetcher (Results 1 – 6 of 6) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DAppInfoFetcher.cpp47 bool fetchAppPackageLocationInfo(uid_t uid, AppInfoFetcher::AppInfo* appInfo) { in fetchAppPackageLocationInfo()
63 AppInfoFetcher::AppInfoFetcher() in AppInfoFetcher() function in android::nn::AppInfoFetcher
79 AppInfoFetcher::AppInfoFetcher()
DAppInfoFetcher.h29 class AppInfoFetcher {
31 static AppInfoFetcher* get() { in get()
32 static AppInfoFetcher info; in get()
54 AppInfoFetcher();
DTypeManager.cpp119 AppInfoFetcher::get()->getAppInfo(), isNNAPIVendorExtensionsUseAllowedInProductImage(), in TypeManager()
129 bool TypeManager::isExtensionsUseAllowed(const AppInfoFetcher::AppInfo& appPackageInfo, in isExtensionsUseAllowed()
DTypeManager.h124 static bool isExtensionsUseAllowed(const AppInfoFetcher::AppInfo& appPackageInfo,
DAndroid.bp88 "AppInfoFetcher.cpp",
/packages/modules/NeuralNetworks/runtime/test/
DTestExtensions.cpp134 auto native_info = [&](const std::string& binaryPath) -> android::nn::AppInfoFetcher::AppInfo { in TEST_F()