Searched refs:sharedLibraries (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/services/vr/performanced/
H A DAndroid.mk28 sharedLibraries := \ macro
40 LOCAL_SHARED_LIBRARIES := $(sharedLibraries)
48 LOCAL_SHARED_LIBRARIES := $(sharedLibraries)
/frameworks/native/services/vr/bufferhubd/
H A DAndroid.mk33 sharedLibraries := \ macro
49 LOCAL_SHARED_LIBRARIES := $(sharedLibraries)
/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDexoptUtils.java67 String[] sharedLibraries, boolean[] pathsWithCode) {
69 String sharedLibrariesClassPath = encodeClasspath(sharedLibraries);
191 // sharedLibraries + base.apk
66 getClassLoaderContexts(ApplicationInfo info, String[] sharedLibraries, boolean[] pathsWithCode) argument
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageDexOptimizer.java116 int performDexOpt(PackageParser.Package pkg, String[] sharedLibraries, argument
125 return performDexOptLI(pkg, sharedLibraries, instructionSets,
138 private int performDexOptLI(PackageParser.Package pkg, String[] sharedLibraries, argument
156 pkg.applicationInfo, sharedLibraries, pathsWithCode);
244 + " sharedLibraries=" + sharedLibrariesPath);
H A DInstaller.java281 String compilerFilter, @Nullable String volumeUuid, @Nullable String sharedLibraries,
288 dexFlags, compilerFilter, volumeUuid, sharedLibraries, seInfo, downgrade);
279 dexopt(String apkPath, int uid, @Nullable String pkgName, String instructionSet, int dexoptNeeded, @Nullable String outputPath, int dexFlags, String compilerFilter, @Nullable String volumeUuid, @Nullable String sharedLibraries, @Nullable String seInfo, boolean downgrade) argument
H A DOtaDexoptService.java263 @Nullable String sharedLibraries, @Nullable String seInfo, boolean downgrade)
281 encodeParameter(builder, sharedLibraries);
/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl53 @nullable @utf8InCpp String sharedLibraries,
/frameworks/base/core/java/android/app/
H A DLoadedApk.java354 final String[] sharedLibraries = aInfo.sharedLibraryFiles;
450 if (sharedLibraries != null) {
452 for (String lib : sharedLibraries) {

Completed in 230 milliseconds