Home
last modified time | relevance | path

Searched refs:NativeBuffer (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeBuffer.java25 public class NativeBuffer { class
36 public NativeBuffer() { in NativeBuffer() method in NativeBuffer
39 public NativeBuffer(int count) { in NativeBuffer() method in NativeBuffer
44 public NativeBuffer mutableCopy() { in mutableCopy()
45 NativeBuffer result = null; in mutableCopy()
48 result = (NativeBuffer)myClass.newInstance(); in mutableCopy()
71 public NativeBuffer retain() { in retain()
80 public NativeBuffer release() { in release()
128 private native boolean nativeCopyTo(NativeBuffer buffer); in nativeCopyTo()
H A DNativeFrame.java24 import android.filterfw.core.NativeBuffer;
83 if (!NativeBuffer.class.isAssignableFrom(structClass)) { in getObjectValue()
89 NativeBuffer structData = null; in getObjectValue()
91 structData = (NativeBuffer)structClass.newInstance(); in getObjectValue()
246 private native boolean getNativeBuffer(NativeBuffer buffer); in getNativeBuffer()
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A DObjectFormat.java22 import android.filterfw.core.NativeBuffer;
60 if (!NativeBuffer.class.isAssignableFrom(clazz)) { in bytesPerSampleForClass()
65 return ((NativeBuffer)clazz.newInstance()).getElementSize(); in bytesPerSampleForClass()
/aosp12/art/build/boot/
H A Dpreloaded-classes2259 sun.nio.fs.NativeBuffer$Deallocator
2260 sun.nio.fs.NativeBuffer
H A Dboot-image-profile.txt8835 HSPLsun/nio/fs/NativeBuffer$Deallocator;-><init>(J)V
8836 HSPLsun/nio/fs/NativeBuffer$Deallocator;->run()V
8837 HSPLsun/nio/fs/NativeBuffer;-><init>(I)V
8839 HSPLsun/nio/fs/NativeBuffer;->address()J
8840 HSPLsun/nio/fs/NativeBuffer;->owner()Ljava/lang/Object;
8841 HSPLsun/nio/fs/NativeBuffer;->release()V
8843 HSPLsun/nio/fs/NativeBuffer;->size()I
8845 …;->copyCStringToNativeBuffer([BLsun/nio/fs/NativeBuffer;)V+]Lsun/nio/fs/NativeBuffer;Lsun/nio/fs/N…
8846 …mCache(I)Lsun/nio/fs/NativeBuffer;+]Ljava/lang/ThreadLocal;Ljava/lang/ThreadLocal;]Lsun/nio/fs/Nat…
12008 Lsun/nio/fs/NativeBuffer$Deallocator;
[all …]
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt31525 HSPLsun/nio/fs/NativeBuffer$Deallocator;-><init>(J)V
31526 HSPLsun/nio/fs/NativeBuffer$Deallocator;->run()V
31527 HSPLsun/nio/fs/NativeBuffer;-><init>(I)V
31529 HSPLsun/nio/fs/NativeBuffer;->address()J
31530 HSPLsun/nio/fs/NativeBuffer;->owner()Ljava/lang/Object;
31531 HSPLsun/nio/fs/NativeBuffer;->release()V
31533 HSPLsun/nio/fs/NativeBuffer;->size()I
31535 …;->copyCStringToNativeBuffer([BLsun/nio/fs/NativeBuffer;)V+]Lsun/nio/fs/NativeBuffer;Lsun/nio/fs/N…
31536 …mCache(I)Lsun/nio/fs/NativeBuffer;+]Ljava/lang/ThreadLocal;Ljava/lang/ThreadLocal;]Lsun/nio/fs/Nat…
48315 Lsun/nio/fs/NativeBuffer$Deallocator;
[all …]
H A Dpreloaded-classes13731 sun.nio.fs.NativeBuffer$Deallocator
13732 sun.nio.fs.NativeBuffer
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt18435 Landroid/filterfw/core/NativeBuffer;-><init>()V
18436 Landroid/filterfw/core/NativeBuffer;-><init>(I)V
18441 Landroid/filterfw/core/NativeBuffer;->count()I
18447 Landroid/filterfw/core/NativeBuffer;->mOwnsData:Z
18448 Landroid/filterfw/core/NativeBuffer;->mRefCount:I
18449 Landroid/filterfw/core/NativeBuffer;->mSize:I
18450 Landroid/filterfw/core/NativeBuffer;->mutableCopy()Landroid/filterfw/core/NativeBuffer;
18451 Landroid/filterfw/core/NativeBuffer;->nativeCopyTo(Landroid/filterfw/core/NativeBuffer;)Z
18452 Landroid/filterfw/core/NativeBuffer;->release()Landroid/filterfw/core/NativeBuffer;
18453 Landroid/filterfw/core/NativeBuffer;->retain()Landroid/filterfw/core/NativeBuffer;
[all …]