Searched refs:Handle (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java73 public static class Handle implements Closeable { class in class:NativeLibraryHelper
82 public static Handle create(File packageFile) throws IOException {
91 public static Handle create(Package pkg) throws IOException {
98 public static Handle create(PackageLite lite) throws IOException {
103 private static Handle create(List<String> codePaths, boolean multiArch,
119 return new Handle(apkHandles, multiArch, extractNativeLibs, debuggable);
122 public static Handle createFd(PackageLite lite, FileDescriptor fd) throws IOException {
130 return new Handle(apkHandles, lite.multiArch, lite.extractNativeLibs, lite.debuggable);
133 Handle(long[] apkHandles, boolean multiArch, boolean extractNativeLibs, method in class:NativeLibraryHelper.Handle
177 private static long sumNativeBinaries(Handle handl
[all...]
H A DPackageHelper.java387 NativeLibraryHelper.Handle handle = null;
389 handle = fd != null ? NativeLibraryHelper.Handle.createFd(pkg, fd)
390 : NativeLibraryHelper.Handle.create(pkg);
399 NativeLibraryHelper.Handle handle, String abiOverride) throws IOException {
403 public static long calculateInstalledSize(PackageLite pkg, NativeLibraryHelper.Handle handle,
/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewActivityTest.java38 import static android.widget.espresso.TextViewActions.Handle;
457 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a')));
462 .perform(dragHandle(textView, Handle.SELECTION_END, text.length()));
485 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('a')));
489 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('f')));
504 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('a')));
508 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('f')));
526 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a')));
530 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('k') + 1));
550 .perform(dragHandle(textView, Handle
[all...]
/frameworks/rs/script_api/
H A Drs_object_types.spec44 summary: Handle to an element
53 summary: Handle to a Type
62 summary: Handle to an allocation
71 summary: Handle to a Sampler
80 summary: Handle to a Script
H A Drs_graphics.spec122 summary: Handle to a Font
134 summary: Handle to a Mesh
145 summary: Handle to a ProgramFragment
156 summary: Handle to a ProgramVertex
167 summary: Handle to a ProgramRaster
178 summary: Handle to a ProgramStore
H A Drs_for_each.spec48 summary: Handle to a kernel invocation context
89 summary: Handle to a kernel function
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewActions.java310 public enum Handle { enum in class:TextViewActions
329 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex) {
348 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex,
418 private final Handle mHandleType;
423 public HandleCoordinates(TextView textView, Handle handleType, int index, boolean primary) {
454 final int currentOffset = mHandleType == Handle.SELECTION_START ?
/frameworks/native/services/surfaceflinger/
H A DClient.cpp157 auto layerHandle = reinterpret_cast<Layer::Handle*>(parentHandle.get());
H A DLayer.cpp215 return new Handle(mFlinger, this);
1191 sp<Handle> handle = static_cast<Handle*>(relativeToHandle.get());
1347 sp<Handle> handle = static_cast<Handle*>(barrierHandle.get());
1563 sp<Handle> handle = nullptr;
1568 handle = static_cast<Handle*>(newParentHandle.get());
1599 auto handle = static_cast<Handle*>(newParentHandle.get());
H A DLayer.h694 class Handle : public BBinder, public LayerCleaner { class in class:android::Layer
696 Handle(const sp<SurfaceFlinger>& flinger, const sp<Layer>& layer) function in class:android::Layer::Handle
H A DSurfaceInterceptor.cpp151 const auto layerHandle(static_cast<const Layer::Handle*>(handle.get()));
362 otherLayer = static_cast<Layer::Handle*>(state.barrierHandle.get())->owner.promote();
H A DSurfaceFlinger.cpp4427 * granted a reference to Client* and Handle* to do anything with it.
4797 auto layerHandle = reinterpret_cast<Layer::Handle*>(layerHandleBinder.get());
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp180 template <class Handle>
181 Handle AllocHandle(VkInstance instance, HandleType::Enum type) {
182 return reinterpret_cast<Handle>(
186 template <class Handle>
187 Handle AllocHandle(VkDevice device, HandleType::Enum type) {
188 return reinterpret_cast<Handle>(
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java1452 NativeLibraryHelper.Handle handle = null;
1454 handle = NativeLibraryHelper.Handle.create(packageDir);
H A DPackageManagerService.java1702 // Handle the parent package
1707 // Handle the child packages
3378 NativeLibraryHelper.Handle handle = null;
3380 handle = NativeLibraryHelper.Handle.create(dstCodePath);
9063 // Handle compressed APKs in this path. Only do this for stubs with profiles to
11688 NativeLibraryHelper.Handle handle = null;
11690 handle = NativeLibraryHelper.Handle.create(pkg);
15882 NativeLibraryHelper.Handle handle = null;
15884 handle = NativeLibraryHelper.Handle.create(codeFile);
17953 // Handle rename
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt8507 HPLcom/android/internal/content/NativeLibraryHelper$Handle;->create(Ljava/io/File;)Lcom/android/internal/content/NativeLibraryHelper$Handle;
8508 HPLcom/android/internal/content/NativeLibraryHelper;->copyNativeBinariesWithOverride(Lcom/android/internal/content/NativeLibraryHelper$Handle;Ljava/io/File;Ljava/lang/String;)I
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 277 milliseconds