Searched defs:Handle (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java71 public static class Handle implements Closeable { class in class:NativeLibraryHelper
78 public static Handle create(File packageFile) throws IOException {
87 public static Handle create(Package pkg) throws IOException {
92 public static Handle create(PackageLite lite) throws IOException {
96 private static Handle create(List<String> codePaths, boolean multiArch) throws IOException {
111 return new Handle(apkHandles, multiArch);
114 Handle(long[] apkHandles, boolean multiArch) { method in class:NativeLibraryHelper.Handle
152 private static long sumNativeBinaries(Handle handle, String abi) {
168 public static int copyNativeBinaries(Handle handle, File sharedLibraryDir, String abi) {
185 public static int findSupportedAbi(Handle handl
[all...]
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp249 class Handle : public BBinder, public LayerCleaner { class in inherits:BBinder,LayerCleaner
252 Handle(const sp<SurfaceFlinger>& flinger, const sp<Layer>& layer) function in class:android::Handle
257 return new Handle(mFlinger, this);

Completed in 80 milliseconds