Home
last modified time | relevance | path

Searched refs:nativeCreate (Results 1 – 25 of 36) sorted by relevance

12

/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceSession.cpp43 static jlong nativeCreate(JNIEnv* env, jclass clazz) { in nativeCreate() function
45 client->incStrong((void*)nativeCreate); in nativeCreate()
51 client->decStrong((void*)nativeCreate); in nativeDestroy()
57 (void*)nativeCreate },
H A Dandroid_view_TunnelModeEnabledListener.cpp78 jlong nativeCreate(JNIEnv* env, jclass clazz, jobject obj) { in nativeCreate() function
80 listener->incStrong((void*)nativeCreate); in nativeCreate()
86 listener->decStrong((void*)nativeCreate); in nativeDestroy()
110 {"nativeCreate", "(Landroid/view/TunnelModeEnabledListener;)J", (void*)nativeCreate},
H A Dandroid_view_CompositionSamplingListener.cpp79 jlong nativeCreate(JNIEnv* env, jclass clazz, jobject obj) { in nativeCreate() function
81 listener->incStrong((void*)nativeCreate); in nativeCreate()
87 listener->decStrong((void*)nativeCreate); in nativeDestroy()
116 (void*)nativeCreate },
H A Dandroid_window_WindowInfosListener.cpp131 jlong nativeCreate(JNIEnv* env, jclass clazz, jobject obj) { in nativeCreate() function
133 listener->incStrong((void*)nativeCreate); in nativeCreate()
140 listener->decStrong((void*)nativeCreate); in destroyNativeService()
166 {"nativeCreate", "(Landroid/window/WindowInfosListener;)J", (void*)nativeCreate},
H A Dandroid_graphics_BLASTBufferQueue.cpp90 static jlong nativeCreate(JNIEnv* env, jclass clazz, jstring jName, in nativeCreate() function
94 queue->incStrong((void*)nativeCreate); in nativeCreate()
100 queue->decStrong((void*)nativeCreate); in nativeDestroy()
212 {"nativeCreate", "(Ljava/lang/String;Z)J", (void*)nativeCreate},
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DCornerPathEffect.java28 native_instance = nativeCreate(radius); in CornerPathEffect()
31 private static native long nativeCreate(float radius); in nativeCreate() method in CornerPathEffect
H A DDiscretePathEffect.java26 native_instance = nativeCreate(segmentLength, deviation); in DiscretePathEffect()
29 private static native long nativeCreate(float length, float deviation); in nativeCreate() method in DiscretePathEffect
H A DDashPathEffect.java38 native_instance = nativeCreate(intervals, phase); in DashPathEffect()
41 private static native long nativeCreate(float intervals[], float phase); in nativeCreate() method in DashPathEffect
H A DComposePathEffect.java26 native_instance = nativeCreate(outerpe.native_instance, in ComposePathEffect()
30 private static native long nativeCreate(long nativeOuterpe, in nativeCreate() method in ComposePathEffect
H A DSumPathEffect.java26 native_instance = nativeCreate(first.native_instance, in SumPathEffect()
30 private static native long nativeCreate(long first, long second); in nativeCreate() method in SumPathEffect
H A DPathDashPathEffect.java44 native_instance = nativeCreate(shape.readOnlyNI(), advance, phase, in PathDashPathEffect()
48 private static native long nativeCreate(long native_path, float advance, in nativeCreate() method in PathDashPathEffect
H A DComposeShader.java92 return nativeCreate(nativeMatrix, in createNativeInstance()
103 private static native long nativeCreate(long nativeMatrix, in nativeCreate() method in ComposeShader
H A DBitmapShader.java207 return nativeCreate(nativeMatrix, mBitmap.getNativeInstance(), mTileX, mTileY, in createNativeInstance()
219 private static native long nativeCreate(long nativeMatrix, long bitmapHandle, in nativeCreate() method in BitmapShader
H A DSweepGradient.java137 return nativeCreate(nativeMatrix, mCx, mCy, mColorLongs, mPositions, in createNativeInstance()
141 private static native long nativeCreate(long matrix, float x, float y, in nativeCreate() method in SweepGradient
H A DBLASTBufferQueue.java32 private static native long nativeCreate(String name, boolean updateDestinationFrame); in nativeCreate() method in BLASTBufferQueue
63 mNativeObject = nativeCreate(name, updateDestinationFrame); in BLASTBufferQueue()
H A DLinearGradient.java158 return nativeCreate(nativeMatrix, mX0, mY0, mX1, mY1, in createNativeInstance()
163 private native long nativeCreate(long matrix, float x0, float y0, float x1, float y1, in nativeCreate() method in LinearGradient
H A DRadialGradient.java215 return nativeCreate(nativeMatrix, mFocalX, mFocalY, mFocalRadius, mX, mY, mRadius, in createNativeInstance()
219 private static native long nativeCreate(long matrix, float startX, float startY, in nativeCreate() method in RadialGradient
/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceSession.java33 private static native long nativeCreate(); in nativeCreate() method in SurfaceSession
39 mNativeClient = nativeCreate(); in SurfaceSession()
H A DTunnelModeEnabledListener.java34 mNativeListener = nativeCreate(this); in TunnelModeEnabledListener()
94 private static native long nativeCreate(TunnelModeEnabledListener thiz); in nativeCreate() method in TunnelModeEnabledListener
H A DCompositionSamplingListener.java36 mNativeListener = nativeCreate(this); in CompositionSamplingListener()
97 private static native long nativeCreate(CompositionSamplingListener thiz); in nativeCreate() method in CompositionSamplingListener
/aosp14/frameworks/base/core/java/android/window/
H A DWindowInfosListener.java39 mNativeListener = nativeCreate(this); in WindowInfosListener()
72 private static native long nativeCreate(WindowInfosListener thiz); in nativeCreate() method in WindowInfosListener
/aosp14/frameworks/base/core/java/android/util/
H A DMemoryIntArray.java76 mFd = nativeCreate(name, size); in MemoryIntArray()
227 private native int nativeCreate(String name, int size); in nativeCreate() method in MemoryIntArray
/aosp14/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfRenderer.java172 mNativeDocument = nativeCreate(mInput.getFd(), size); in PdfRenderer()
492 private static native long nativeCreate(int fd, long size); in nativeCreate() method in PdfRenderer
/aosp14/frameworks/base/core/java/android/content/res/
H A DStringBlock.java77 mNative = nativeCreate(data, 0, data.length); in StringBlock()
85 mNative = nativeCreate(data, offset, size); in StringBlock()
560 private static native long nativeCreate(byte[] data, in nativeCreate() method in StringBlock
H A DXmlBlock.java53 mNative = nativeCreate(data, 0, data.length); in XmlBlock()
59 mNative = nativeCreate(data, offset, size); in XmlBlock()
631 private static final native long nativeCreate(byte[] data, in nativeCreate() method in XmlBlock

12