Home
last modified time | relevance | path

Searched refs:jobject (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/frameworks/base/media/mca/filterfw/jni/
Djni_gl_frame.h28 jobject thiz,
29 jobject gl_env,
35 jobject thiz,
36 jobject gl_env,
43 jobject thiz,
44 jobject gl_env,
51 jobject thiz,
52 jobject gl_env);
55 Java_android_filterfw_core_GLFrame_nativeDeallocate(JNIEnv* env, jobject thiz);
58 Java_android_filterfw_core_GLFrame_setNativeInts(JNIEnv* env, jobject thiz, jintArray ints);
[all …]
Djni_shader_program.h30 jobject thiz,
31 jobject gl_env,
36 Java_android_filterfw_core_ShaderProgram_deallocate(JNIEnv* env, jobject thiz);
39 Java_android_filterfw_core_ShaderProgram_compileAndLink(JNIEnv* env, jobject thiz);
43 jobject thiz,
45 jobject value);
47 JNIEXPORT jobject JNICALL
49 jobject thiz,
54 jobject thiz,
56 jobject output);
[all …]
Djni_gl_environment.h27 Java_android_filterfw_core_GLEnvironment_nativeAllocate(JNIEnv* env, jobject thiz);
30 Java_android_filterfw_core_GLEnvironment_nativeDeallocate(JNIEnv* env, jobject thiz);
33 Java_android_filterfw_core_GLEnvironment_nativeInitWithNewContext(JNIEnv* env, jobject thiz);
36 Java_android_filterfw_core_GLEnvironment_nativeInitWithCurrentContext(JNIEnv* env, jobject thiz);
39 Java_android_filterfw_core_GLEnvironment_nativeIsActive(JNIEnv* env, jobject thiz);
42 Java_android_filterfw_core_GLEnvironment_nativeIsContextActive(JNIEnv* env, jobject thiz);
48 Java_android_filterfw_core_GLEnvironment_nativeActivate(JNIEnv* env, jobject thiz);
51 Java_android_filterfw_core_GLEnvironment_nativeDeactivate(JNIEnv* env, jobject thiz);
54 Java_android_filterfw_core_GLEnvironment_nativeSwapBuffers(JNIEnv* env, jobject thiz);
58 jobject thiz,
[all …]
Djni_native_frame.h27 Java_android_filterfw_core_NativeFrame_nativeAllocate(JNIEnv* env, jobject thiz, jint size);
30 Java_android_filterfw_core_NativeFrame_nativeDeallocate(JNIEnv* env, jobject thiz);
39 Java_android_filterfw_core_NativeFrame_setNativeInts(JNIEnv* env, jobject thiz, jintArray ints);
42 Java_android_filterfw_core_NativeFrame_getNativeInts(JNIEnv* env, jobject thiz, jint size);
45 Java_android_filterfw_core_NativeFrame_setNativeFloats(JNIEnv* env, jobject thiz, jfloatArray ints);
48 Java_android_filterfw_core_NativeFrame_getNativeFloats(JNIEnv* env, jobject thiz, jint size);
52 jobject thiz,
58 Java_android_filterfw_core_NativeFrame_getNativeData(JNIEnv* env, jobject thiz, jint size);
61 Java_android_filterfw_core_NativeFrame_getNativeBuffer(JNIEnv* env, jobject thiz, jobject buffer);
65 jobject thiz,
[all …]
Djni_native_program.h27 Java_android_filterfw_core_NativeProgram_allocate(JNIEnv* env, jobject thiz);
30 Java_android_filterfw_core_NativeProgram_deallocate(JNIEnv* env, jobject thiz);
33 Java_android_filterfw_core_NativeProgram_nativeInit(JNIEnv* env, jobject thiz);
37 jobject thiz,
42 jobject thiz,
47 jobject thiz,
52 jobject thiz,
57 jobject thiz,
62 jobject thiz,
67 jobject thiz,
[all …]
Djni_gl_frame.cpp45 jobject thiz, in Java_android_filterfw_core_GLFrame_nativeAllocate()
46 jobject gl_env, in Java_android_filterfw_core_GLFrame_nativeAllocate()
61 jobject thiz, in Java_android_filterfw_core_GLFrame_nativeAllocateWithTexture()
62 jobject gl_env, in Java_android_filterfw_core_GLFrame_nativeAllocateWithTexture()
78 jobject thiz, in Java_android_filterfw_core_GLFrame_nativeAllocateWithFbo()
79 jobject gl_env, in Java_android_filterfw_core_GLFrame_nativeAllocateWithFbo()
95 jobject thiz, in Java_android_filterfw_core_GLFrame_nativeAllocateExternal()
96 jobject gl_env) { in Java_android_filterfw_core_GLFrame_nativeAllocateExternal()
108 jboolean Java_android_filterfw_core_GLFrame_nativeDeallocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLFrame_nativeDeallocate()
113 jobject thiz, in Java_android_filterfw_core_GLFrame_setNativeData()
[all …]
Djni_shader_program.cpp39 jobject thiz, in Java_android_filterfw_core_ShaderProgram_allocate()
40 jobject gl_env, in Java_android_filterfw_core_ShaderProgram_allocate()
66 jboolean Java_android_filterfw_core_ShaderProgram_deallocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_ShaderProgram_deallocate()
70 jboolean Java_android_filterfw_core_ShaderProgram_compileAndLink(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_ShaderProgram_compileAndLink()
76 jobject thiz, in Java_android_filterfw_core_ShaderProgram_setUniformValue()
78 jobject value) { in Java_android_filterfw_core_ShaderProgram_setUniformValue()
90 jobject Java_android_filterfw_core_ShaderProgram_getUniformValue(JNIEnv* env, in Java_android_filterfw_core_ShaderProgram_getUniformValue()
91 jobject thiz, in Java_android_filterfw_core_ShaderProgram_getUniformValue()
99 jobject thiz, in Java_android_filterfw_core_ShaderProgram_shaderProcess()
101 jobject output) { in Java_android_filterfw_core_ShaderProgram_shaderProcess()
[all …]
/frameworks/opt/net/wifi/service/jni/
Djni_helper.h78 jboolean getBoolField(jobject obj, const char *name);
79 jint getIntField(jobject obj, const char *name);
80 jlong getLongField(jobject obj, const char *name);
81 JNIObject<jstring> getStringField(jobject obj, const char *name);
82 bool getStringFieldValue(jobject obj, const char *name, char *buf, int size);
83 JNIObject<jobject> getObjectField(jobject obj, const char *name, const char *type);
84 JNIObject<jobjectArray> getArrayField(jobject obj, const char *name, const char *type);
85 void getByteArrayField(jobject obj, const char *name, byte* buf, int size);
86 jlong getLongArrayField(jobject obj, const char *name, int index);
87 JNIObject<jobject> getObjectArrayField(
[all …]
Djni_helper.cpp55 jobject JNIHelper::newGlobalRef(jobject obj) { in newGlobalRef()
59 void JNIHelper::deleteGlobalRef(jobject obj) { in deleteGlobalRef()
63 jobject JNIHelper::newLocalRef(jobject obj) { in newLocalRef()
67 void JNIHelper::deleteLocalRef(jobject obj) { in deleteLocalRef()
87 jboolean JNIHelper::getBoolField(jobject obj, const char *name) in getBoolField()
99 jint JNIHelper::getIntField(jobject obj, const char *name) in getIntField()
111 jbyte JNIHelper::getByteField(jobject obj, const char *name) in getByteField()
123 jlong JNIHelper::getLongField(jobject obj, const char *name) in getLongField()
135 JNIObject<jstring> JNIHelper::getStringField(jobject obj, const char *name) in getStringField()
137 JNIObject<jobject> m = getObjectField(obj, name, "Ljava/lang/String;"); in getStringField()
[all …]
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp51 static inline EGLDisplay getDisplay(JNIEnv* env, jobject o) { in getDisplay()
55 static inline EGLSurface getSurface(JNIEnv* env, jobject o) { in getSurface()
59 static inline EGLContext getContext(JNIEnv* env, jobject o) { in getContext()
63 static inline EGLConfig getConfig(JNIEnv* env, jobject o) { in getConfig()
119 static jboolean jni_eglInitialize(JNIEnv *_env, jobject _this, jobject display, in jni_eglInitialize()
142 static jboolean jni_eglQueryContext(JNIEnv *_env, jobject _this, jobject display, in jni_eglQueryContext()
143 jobject context, jint attribute, jintArray value) { in jni_eglQueryContext()
161 static jboolean jni_eglQuerySurface(JNIEnv *_env, jobject _this, jobject display, in jni_eglQuerySurface()
162 jobject surface, jint attribute, jintArray value) { in jni_eglQuerySurface()
181 static jint jni_getInitCount(JNIEnv *_env, jobject _clazz, jobject display) { in jni_getInitCount()
[all …]
Dandroid_opengl_EGL14.cpp56 static jobject eglNoContextObject;
57 static jobject eglNoDisplayObject;
58 static jobject eglNoSurfaceObject;
87jobject localeglNoContextObject = _env->NewObject(eglcontextClass, eglcontextConstructor, reinterp… in nativeClassInit()
89jobject localeglNoDisplayObject = _env->NewObject(egldisplayClass, egldisplayConstructor, reinterp… in nativeClassInit()
91jobject localeglNoSurfaceObject = _env->NewObject(eglsurfaceClass, eglsurfaceConstructor, reinterp… in nativeClassInit()
107 fromEGLHandle(JNIEnv *_env, jmethodID mid, jobject obj) { in fromEGLHandle()
117 static jobject
141 (JNIEnv *_env, jobject _this) { in android_eglGetError()
148 static jobject
[all …]
Dandroid_view_RenderNode.cpp58 RenderNodeContext(JNIEnv* env, jobject jobjRef) { in RenderNodeContext()
71 jobject acquireLocalRef(JNIEnv* env) { in acquireLocalRef()
84 jobject jnode = context->acquireLocalRef(env); in onRenderNodeRemoved()
99 jobject clazz, jlong renderNodePtr) { in android_view_RenderNode_output()
105 jobject clazz, jlong renderNodePtr) { in android_view_RenderNode_getDebugSize()
110 static jlong android_view_RenderNode_create(JNIEnv* env, jobject thiz, in android_view_RenderNode_create()
124 jobject clazz, jlong renderNodePtr) { in android_view_RenderNode_destroyRenderNode()
130 jobject clazz, jlong renderNodePtr, jlong displayListPtr) { in android_view_RenderNode_setDisplayList()
154 jobject clazz, jlong renderNodePtr, jint jlayerType) { in android_view_RenderNode_setLayerType()
160 jobject clazz, jlong renderNodePtr, jlong paintPtr) { in android_view_RenderNode_setLayerPaint()
[all …]
Dandroid_graphics_drawable_VectorDrawable.cpp33 static jlong createTree(JNIEnv*, jobject, jlong groupPtr) { in createTree() argument
39 static jlong createTreeFromCopy(JNIEnv*, jobject, jlong treePtr, jlong groupPtr) { in createTreeFromCopy() argument
46 static jlong createEmptyFullPath(JNIEnv*, jobject) { in createEmptyFullPath() argument
51 static jlong createFullPath(JNIEnv*, jobject, jlong srcFullPathPtr) { in createFullPath() argument
58 static jlong createEmptyClipPath(JNIEnv*, jobject) { in createEmptyClipPath() argument
63 static jlong createClipPath(JNIEnv*, jobject, jlong srcClipPathPtr) { in createClipPath() argument
70 static jlong createEmptyGroup(JNIEnv*, jobject) { in createEmptyGroup() argument
75 static jlong createGroup(JNIEnv*, jobject, jlong srcGroupPtr) { in createGroup() argument
81 static void setNodeName(JNIEnv* env, jobject, jlong nodePtr, jstring nameStr) { in setNodeName() argument
88 static void addChild(JNIEnv*, jobject, jlong groupPtr, jlong childPtr) { in addChild() argument
[all …]
Dandroid_view_ThreadedRenderer.cpp274 static jlongArray get_metrics_buffer(JNIEnv* env, jobject observer) { in get_metrics_buffer()
275 jobject frameMetrics = env->GetObjectField( in get_metrics_buffer()
278 jobject buffer = env->GetObjectField( in get_metrics_buffer()
289 ObserverProxy(JavaVM *vm, jobject observer) : mVm(vm) { in ObserverProxy()
301 jobject messageQueueLocal = env->GetObjectField( in ObserverProxy()
368 jobject mJavaBufferGlobal;
384 jobject target = env->NewLocalRef(mObserver->getObserverReference()); in handleMessage()
398 static void android_view_ThreadedRenderer_setAtlas(JNIEnv* env, jobject clazz, in android_view_ThreadedRenderer_setAtlas()
399 jlong proxyPtr, jobject graphicBuffer, jlongArray atlasMapArray) { in android_view_ThreadedRenderer_setAtlas()
413 static void android_view_ThreadedRenderer_setProcessStatsBuffer(JNIEnv* env, jobject clazz, in android_view_ThreadedRenderer_setProcessStatsBuffer()
[all …]
Dandroid_os_MemoryFile.cpp29 static jobject android_os_MemoryFile_open(JNIEnv* env, jobject clazz, jstring name, jint length) in android_os_MemoryFile_open()
46 static jlong android_os_MemoryFile_mmap(JNIEnv* env, jobject clazz, jobject fileDescriptor, in android_os_MemoryFile_mmap()
57 static void android_os_MemoryFile_munmap(JNIEnv* env, jobject clazz, jlong addr, jint length) in android_os_MemoryFile_munmap()
64 static void android_os_MemoryFile_close(JNIEnv* env, jobject clazz, jobject fileDescriptor) in android_os_MemoryFile_close()
73 static jint android_os_MemoryFile_read(JNIEnv* env, jobject clazz, in android_os_MemoryFile_read()
74 jobject fileDescriptor, jlong address, jbyteArray buffer, jint srcOffset, jint destOffset, in android_os_MemoryFile_read()
92 static jint android_os_MemoryFile_write(JNIEnv* env, jobject clazz, in android_os_MemoryFile_write()
93 jobject fileDescriptor, jlong address, jbyteArray buffer, jint srcOffset, jint destOffset, in android_os_MemoryFile_write()
111 static void android_os_MemoryFile_pin(JNIEnv* env, jobject clazz, jobject fileDescriptor, jboolean … in android_os_MemoryFile_pin()
120 static jint android_os_MemoryFile_get_size(JNIEnv* env, jobject clazz, in android_os_MemoryFile_get_size()
[all …]
Dandroid_graphics_Canvas.cpp43 static jlong getNativeFinalizer(JNIEnv* env, jobject clazz) { in getNativeFinalizer()
48 static jlong initRaster(JNIEnv* env, jobject, jobject jbitmap) { in initRaster() argument
58 static void setBitmap(JNIEnv* env, jobject, jlong canvasHandle, jobject jbitmap) { in setBitmap() argument
66 static jboolean isOpaque(JNIEnv*, jobject, jlong canvasHandle) { in isOpaque() argument
70 static jint getWidth(JNIEnv*, jobject, jlong canvasHandle) { in getWidth() argument
74 static jint getHeight(JNIEnv*, jobject, jlong canvasHandle) { in getHeight() argument
78 static void setHighContrastText(JNIEnv*, jobject, jlong canvasHandle, jboolean highContrastText) { in setHighContrastText() argument
83 static jint getSaveCount(JNIEnv*, jobject, jlong canvasHandle) { in getSaveCount() argument
87 static jint save(JNIEnv*, jobject, jlong canvasHandle, jint flagsHandle) { in save() argument
92 static jint saveLayer(JNIEnv* env, jobject, jlong canvasHandle, jfloat l, jfloat t, in saveLayer() argument
[all …]
Dandroid_view_InputChannel.cpp52 void invokeAndRemoveDisposeCallback(JNIEnv* env, jobject obj);
74 void NativeInputChannel::invokeAndRemoveDisposeCallback(JNIEnv* env, jobject obj) { in invokeAndRemoveDisposeCallback()
85 jobject inputChannelObj) { in android_view_InputChannel_getNativeInputChannel()
90 static void android_view_InputChannel_setNativeInputChannel(JNIEnv* env, jobject inputChannelObj, in android_view_InputChannel_setNativeInputChannel()
96 sp<InputChannel> android_view_InputChannel_getInputChannel(JNIEnv* env, jobject inputChannelObj) { in android_view_InputChannel_getInputChannel()
102 void android_view_InputChannel_setDisposeCallback(JNIEnv* env, jobject inputChannelObj, in android_view_InputChannel_setDisposeCallback()
113 static jobject android_view_InputChannel_createInputChannel(JNIEnv* env, in android_view_InputChannel_createInputChannel()
115 jobject inputChannelObj = env->NewObject(gInputChannelClassInfo.clazz, in android_view_InputChannel_createInputChannel()
145 jobject serverChannelObj = android_view_InputChannel_createInputChannel(env, in android_view_InputChannel_nativeOpenInputChannelPair()
151 jobject clientChannelObj = android_view_InputChannel_createInputChannel(env, in android_view_InputChannel_nativeOpenInputChannelPair()
[all …]
/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglGetDebugMessageLogKHR.cpp4 …(JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset,… in android_glGetDebugMessageLogKHR__II_3II_3II_3II_3II_3II_3BI()
12 … *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobjec… in android_glGetDebugMessageLogKHR__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_ByteBuffer_2()
20 …(JNIEnv *_env, jobject _this, jint count, jintArray sources_ref, jint sourcesOffset, jintArray typ… in android_glGetDebugMessageLogKHR__I_3II_3II_3II_3II()
28 …(JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref,… in android_glGetDebugMessageLogKHR__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
DglGetDebugMessageLog.cpp4 …(JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset,… in android_glGetDebugMessageLog__II_3II_3II_3II_3II_3II_3BI()
12 … *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobjec… in android_glGetDebugMessageLog__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_ByteBuffer_2()
20 …(JNIEnv *_env, jobject _this, jint count, jintArray sources_ref, jint sourcesOffset, jintArray typ… in android_glGetDebugMessageLog__I_3II_3II_3II_3II()
28 …(JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref,… in android_glGetDebugMessageLog__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
/frameworks/base/core/jni/android/graphics/
DBitmapRegionDecoder.cpp46 static jobject createBitmapRegionDecoder(JNIEnv* env, SkStreamRewindable* stream) { in createBitmapRegionDecoder()
57 static jobject nativeNewInstanceFromByteArray(JNIEnv* env, jobject, jbyteArray byteArray, in nativeNewInstanceFromByteArray() argument
67 jobject brd = createBitmapRegionDecoder(env, stream); in nativeNewInstanceFromByteArray()
71 static jobject nativeNewInstanceFromFileDescriptor(JNIEnv* env, jobject clazz, in nativeNewInstanceFromFileDescriptor()
72 jobject fileDescriptor, jboolean isShareable) { in nativeNewInstanceFromFileDescriptor()
87 jobject brd = createBitmapRegionDecoder(env, stream); in nativeNewInstanceFromFileDescriptor()
91 static jobject nativeNewInstanceFromStream(JNIEnv* env, jobject clazz, in nativeNewInstanceFromStream()
92 jobject is, // InputStream in nativeNewInstanceFromStream()
95 jobject brd = NULL; in nativeNewInstanceFromStream()
106 static jobject nativeNewInstanceFromAsset(JNIEnv* env, jobject clazz, in nativeNewInstanceFromAsset()
[all …]
DMatrix.cpp31 static void finalizer(JNIEnv* env, jobject clazz, jlong objHandle) { in finalizer()
36 static jlong create(JNIEnv* env, jobject clazz, jlong srcHandle) { in create()
46 static jboolean isIdentity(JNIEnv* env, jobject clazz, jlong objHandle) { in isIdentity()
51 static jboolean isAffine(JNIEnv* env, jobject clazz, jlong objHandle) { in isAffine()
56 static jboolean rectStaysRect(JNIEnv* env, jobject clazz, jlong objHandle) { in rectStaysRect()
61 static void reset(JNIEnv* env, jobject clazz, jlong objHandle) { in reset()
65 static void set(JNIEnv* env, jobject clazz, jlong objHandle, jlong otherHandle) { in set()
70 static void setTranslate(JNIEnv* env, jobject clazz, jlong objHandle, jfloat dx, jfloat dy) { in setTranslate()
74 …static void setScale__FFFF(JNIEnv* env, jobject clazz, jlong objHandle, jfloat sx, jfloat sy, jflo… in setScale__FFFF()
78 static void setScale__FF(JNIEnv* env, jobject clazz, jlong objHandle, jfloat sx, jfloat sy) { in setScale__FF()
[all …]
DRegion.cpp36 static inline SkRegion* GetSkRegion(JNIEnv* env, jobject regionObject) { in GetSkRegion()
43 static jlong Region_constructor(JNIEnv* env, jobject) { in Region_constructor() argument
47 static void Region_destructor(JNIEnv* env, jobject, jlong regionHandle) { in Region_destructor() argument
53 static void Region_setRegion(JNIEnv* env, jobject, jlong dstHandle, jlong srcHandle) { in Region_setRegion() argument
60 static jboolean Region_setRect(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint rig… in Region_setRect() argument
66 static jboolean Region_setPath(JNIEnv* env, jobject, jlong dstHandle, in Region_setPath() argument
77 static jboolean Region_getBounds(JNIEnv* env, jobject, jlong regionHandle, jobject rectBounds) { in Region_getBounds() argument
84 static jboolean Region_getBoundaryPath(JNIEnv* env, jobject, jlong regionHandle, jlong pathHandle) { in Region_getBoundaryPath() argument
91 static jboolean Region_op0(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint right, … in Region_op0() argument
100 static jboolean Region_op1(JNIEnv* env, jobject, jlong dstHandle, jobject rectObject, jlong regionH… in Region_op1() argument
[all …]
DGraphicsJNI.h36 static void get_jrect(JNIEnv*, jobject jrect, int* L, int* T, int* R, int* B);
37 static void set_jrect(JNIEnv*, jobject jrect, int L, int T, int R, int B);
39 static SkIRect* jrect_to_irect(JNIEnv*, jobject jrect, SkIRect*);
40 static void irect_to_jrect(const SkIRect&, JNIEnv*, jobject jrect);
42 static SkRect* jrectf_to_rect(JNIEnv*, jobject jrectf, SkRect*);
43 static SkRect* jrect_to_rect(JNIEnv*, jobject jrect, SkRect*);
44 static void rect_to_jrectf(const SkRect&, JNIEnv*, jobject jrectf);
46 static void set_jpoint(JNIEnv*, jobject jrect, int x, int y);
48 static SkIPoint* jpoint_to_ipoint(JNIEnv*, jobject jpoint, SkIPoint* point);
49 static void ipoint_to_jpoint(const SkIPoint& point, JNIEnv*, jobject jpoint);
[all …]
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp50 extern sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, struct JNICameraContext** context);
52 android_media_MediaCodec_getPersistentInputSurface(JNIEnv* env, jobject object);
69 JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz);
75 jobject mObject; // Weak ref to MediaRecorder Java object to call on
78 JNIMediaRecorderListener::JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaRecorderListener()
114 static sp<Surface> get_surface(JNIEnv* env, jobject clazz) in get_surface()
120 static sp<PersistentSurface> get_persistentSurface(JNIEnv* env, jobject object) in get_persistentSurface()
140 static sp<MediaRecorder> getMediaRecorder(JNIEnv* env, jobject thiz) in getMediaRecorder()
147 static sp<MediaRecorder> setMediaRecorder(JNIEnv* env, jobject thiz, const sp<MediaRecorder>& recor… in setMediaRecorder()
162 static void android_media_MediaRecorder_setCamera(JNIEnv* env, jobject thiz, jobject camera) in android_media_MediaRecorder_setCamera()
[all …]
/frameworks/ex/framesequence/jni/
DFrameSequenceJNI.cpp35 static jobject createJavaFrameSequence(JNIEnv* env, FrameSequence* frameSequence) { in createJavaFrameSequence()
48 static jobject nativeDecodeByteArray(JNIEnv* env, jobject clazz, in nativeDecodeByteArray()
62 static jobject nativeDecodeByteBuffer(JNIEnv* env, jobject clazz, in nativeDecodeByteBuffer()
63 jobject buf, jint offset, jint limit) { in nativeDecodeByteBuffer()
64 jobject globalBuf = env->NewGlobalRef(buf); in nativeDecodeByteBuffer()
73 jobject finalSequence = createJavaFrameSequence(env, frameSequence); in nativeDecodeByteBuffer()
77 static jobject nativeDecodeStream(JNIEnv* env, jobject clazz, in nativeDecodeStream()
78 jobject istream, jbyteArray byteArray) { in nativeDecodeStream()
84 static void nativeDestroyFrameSequence(JNIEnv* env, jobject clazz, in nativeDestroyFrameSequence()
87 jobject buf = frameSequence->getRawByteBuffer(); in nativeDestroyFrameSequence()
[all …]

12345678910>>...15