Searched defs:libs (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/factory/
H A DEffectsXmlConfigLoader.cpp152 size_t loadLibraries(const effectsConfig::Libraries& libs, argument
157 for (auto& library : libs) {
/frameworks/base/tools/aapt/
H A DResourceTable.cpp3350 status_t ResourceTable::flattenLibraryTable(const sp<AaptFile>& dest, const Vector<sp<Package> >& libs) { argument
3352 if (libs.size() > 0) {
3358 const size_t count = libs.size();
3371 sp<Package> libPackage = libs[i];
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java3957 // Normalize package name to handle renamed packages and static libs
4106 // Callers can access only the libs they depend on, otherwise they need to explicitly
4107 // ask for the shared libraries given the caller is allowed to access all static libs.
4109 // System/shell/root get to see all static libs
4330 // Normalize package name to handle renamed packages and static libs
4460 // Normalize package name to handle renamed packages and static libs
4663 // Skip packages that are not static shared libs.
4667 // Important: We skip static shared libs used for some user since
4675 // Skip unused static shared libs cached less than the min period
5136 Set<String> libs
10224 findSharedNonSystemLibrariesRecursive(ArrayList<String> libs, int[] versions, ArrayList<PackageParser.Package> collected, Set<String> collectedNames) argument
[all...]

Completed in 129 milliseconds