Home
last modified time | relevance | path

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

12345678910>>...13

/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 …]
Djni_native_program.cpp30 jboolean Java_android_filterfw_core_NativeProgram_allocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_NativeProgram_allocate()
34 jboolean Java_android_filterfw_core_NativeProgram_deallocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_NativeProgram_deallocate()
38 jboolean Java_android_filterfw_core_NativeProgram_nativeInit(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_NativeProgram_nativeInit()
44 jobject thiz, in Java_android_filterfw_core_NativeProgram_openNativeLibrary()
51 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindInitFunction()
58 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindSetValueFunction()
67 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindGetValueFunction()
76 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindProcessFunction()
83 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindResetFunction()
92 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindTeardownFunction()
[all …]
/frameworks/opt/net/wifi/service/jni/
Djni_helper.h7 jboolean getBoolField(JNIEnv *env, jobject obj, const char *name);
8 jint getIntField(JNIEnv *env, jobject obj, const char *name);
9 jlong getLongField(JNIEnv *env, jobject obj, const char *name);
10 jobject getObjectField(JNIEnv *env, jobject obj, const char *name, const char *type);
11 jlong getLongArrayField(JNIEnv *env, jobject obj, const char *name, int index);
12 jobject getObjectArrayField(JNIEnv *env, jobject obj, const char *name, const char *type, int index…
13 void setIntField(JNIEnv *env, jobject obj, const char *name, jint value);
14 void setLongField(JNIEnv *env, jobject obj, const char *name, jlong value);
15 void setLongArrayField(JNIEnv *env, jobject obj, const char *name, jlongArray value);
16 void setLongArrayElement(JNIEnv *env, jobject obj, const char *name, int index, jlong value);
[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()
/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()
122 static jboolean jni_eglInitialize(JNIEnv *_env, jobject _this, jobject display, in jni_eglInitialize()
145 static jboolean jni_eglQueryContext(JNIEnv *_env, jobject _this, jobject display, in jni_eglQueryContext()
146 jobject context, jint attribute, jintArray value) { in jni_eglQueryContext()
164 static jboolean jni_eglQuerySurface(JNIEnv *_env, jobject _this, jobject display, in jni_eglQuerySurface()
165 jobject surface, jint attribute, jintArray value) { in jni_eglQuerySurface()
184 static jint jni_getInitCount(JNIEnv *_env, jobject _clazz, jobject display) { in jni_getInitCount()
[all …]
Dandroid_opengl_EGL14.cpp52 static jobject eglNoContextObject;
53 static jobject eglNoDisplayObject;
54 static jobject eglNoSurfaceObject;
83jobject localeglNoContextObject = _env->NewObject(eglcontextClass, eglcontextConstructor, reinterp… in nativeClassInit()
85jobject localeglNoDisplayObject = _env->NewObject(egldisplayClass, egldisplayConstructor, reinterp… in nativeClassInit()
87jobject localeglNoSurfaceObject = _env->NewObject(eglsurfaceClass, eglsurfaceConstructor, reinterp… in nativeClassInit()
103 fromEGLHandle(JNIEnv *_env, jmethodID mid, jobject obj) { in fromEGLHandle()
113 static jobject
137 (JNIEnv *_env, jobject _this) { in android_eglGetError()
144 static jobject
[all …]
Dandroid_view_RenderNode.cpp52 jobject clazz, jlong renderNodePtr) { in android_view_RenderNode_output()
58 jobject clazz, jlong renderNodePtr) { in android_view_RenderNode_getDebugSize()
63 static jlong android_view_RenderNode_create(JNIEnv* env, jobject clazz, jstring name) { in android_view_RenderNode_create()
75 jobject clazz, jlong renderNodePtr) { in android_view_RenderNode_destroyRenderNode()
81 jobject clazz, jlong renderNodePtr, jlong newDataPtr) { in android_view_RenderNode_setDisplayListData()
92 jobject clazz, jlong renderNodePtr, jint jlayerType) { in android_view_RenderNode_setLayerType()
98 jobject clazz, jlong renderNodePtr, jlong paintPtr) { in android_view_RenderNode_setLayerPaint()
104 jobject clazz, jlong renderNodePtr, jlong matrixPtr) { in android_view_RenderNode_setStaticMatrix()
110 jobject clazz, jlong renderNodePtr, jlong matrixPtr) { in android_view_RenderNode_setAnimationMatrix()
116 jobject clazz, jlong renderNodePtr, jboolean clipToBounds) { in android_view_RenderNode_setClipToBounds()
[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 …]
Dcom_android_internal_os_ZygoteInit.cpp40 JNIEnv* env, jobject clazz, jint ruid, jint euid) in com_android_internal_os_ZygoteInit_setreuid()
53 JNIEnv* env, jobject clazz, jint rgid, jint egid) in com_android_internal_os_ZygoteInit_setregid()
66 JNIEnv* env, jobject clazz, jint pid, jint pgid) in com_android_internal_os_ZygoteInit_setpgid()
79 JNIEnv* env, jobject clazz, jint pid) in com_android_internal_os_ZygoteInit_getpgid()
92 jobject clazz, jobject in, jobject out, jobject errfd) in com_android_internal_os_ZygoteInit_reopenStdio()
129 jobject clazz, jobject descriptor, jboolean flag) in com_android_internal_os_ZygoteInit_setCloseOnExec()
163 JNIEnv *env, jobject clazz, jobjectArray fds) in com_android_internal_os_ZygoteInit_selectReadable()
181 jobject fdObj = env->GetObjectArrayElement(fds, i); in com_android_internal_os_ZygoteInit_selectReadable()
211 jobject fdObj = env->GetObjectArrayElement(fds, i); in com_android_internal_os_ZygoteInit_selectReadable()
229 static jobject com_android_internal_os_ZygoteInit_createFileDescriptor ( in com_android_internal_os_ZygoteInit_createFileDescriptor()
[all …]
Dandroid_opengl_GLES10.cpp99 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *offset) in getPointer()
133 getDirectBufferPointer(JNIEnv *_env, jobject buffer) { in getDirectBufferPointer()
231 (JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) { in get()
286 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) { in getarray()
330 (JNIEnv *_env, jobject _this, jint texture) { in android_glActiveTexture__I()
339 (JNIEnv *_env, jobject _this, jint func, jfloat ref) { in android_glAlphaFunc__IF()
349 (JNIEnv *_env, jobject _this, jint func, jint ref) { in android_glAlphaFuncx__II()
359 (JNIEnv *_env, jobject _this, jint target, jint texture) { in android_glBindTexture__II()
369 (JNIEnv *_env, jobject _this, jint sfactor, jint dfactor) { in android_glBlendFunc__II()
379 (JNIEnv *_env, jobject _this, jint mask) { in android_glClear__I()
[all …]
Dandroid_view_ThreadedRenderer.cpp209 static void android_view_ThreadedRenderer_setAtlas(JNIEnv* env, jobject clazz, in android_view_ThreadedRenderer_setAtlas()
210 jlong proxyPtr, jobject graphicBuffer, jlongArray atlasMapArray) { in android_view_ThreadedRenderer_setAtlas()
224 static jlong android_view_ThreadedRenderer_createRootRenderNode(JNIEnv* env, jobject clazz) { in android_view_ThreadedRenderer_createRootRenderNode()
231 static jlong android_view_ThreadedRenderer_createProxy(JNIEnv* env, jobject clazz, in android_view_ThreadedRenderer_createProxy()
238 static void android_view_ThreadedRenderer_deleteProxy(JNIEnv* env, jobject clazz, in android_view_ThreadedRenderer_deleteProxy()
244 static void android_view_ThreadedRenderer_setFrameInterval(JNIEnv* env, jobject clazz, in android_view_ThreadedRenderer_setFrameInterval()
250 static jboolean android_view_ThreadedRenderer_loadSystemProperties(JNIEnv* env, jobject clazz, in android_view_ThreadedRenderer_loadSystemProperties()
256 static jboolean android_view_ThreadedRenderer_initialize(JNIEnv* env, jobject clazz, in android_view_ThreadedRenderer_initialize()
257 jlong proxyPtr, jobject jsurface) { in android_view_ThreadedRenderer_initialize()
263 static void android_view_ThreadedRenderer_updateSurface(JNIEnv* env, jobject clazz, in android_view_ThreadedRenderer_updateSurface()
[all …]
Dandroid_net_LocalSocketImpl.cpp52 socket_connect_local(JNIEnv *env, jobject object, in socket_connect_local()
53 jobject fileDescriptor, jstring name, jint namespaceId) in socket_connect_local()
85 socket_bind_local (JNIEnv *env, jobject object, jobject fileDescriptor, in socket_bind_local()
114 socket_listen (JNIEnv *env, jobject object, jobject fileDescriptor, jint backlog) in socket_listen()
137 static jobject
138 socket_accept (JNIEnv *env, jobject object, jobject fileDescriptor, jobject s) in socket_accept()
179 socket_shutdown (JNIEnv *env, jobject object, jobject fileDescriptor, in socket_shutdown()
234 socket_getOption(JNIEnv *env, jobject object, jobject fileDescriptor, jint optID) in socket_getOption()
282 JNIEnv *env, jobject object, jobject fileDescriptor, jint optID, in socket_setOption()
349 static jint socket_pending (JNIEnv *env, jobject object, in socket_pending()
[all …]
/frameworks/base/core/jni/android/graphics/
DGraphicsJNI.h32 static void get_jrect(JNIEnv*, jobject jrect, int* L, int* T, int* R, int* B);
33 static void set_jrect(JNIEnv*, jobject jrect, int L, int T, int R, int B);
35 static SkIRect* jrect_to_irect(JNIEnv*, jobject jrect, SkIRect*);
36 static void irect_to_jrect(const SkIRect&, JNIEnv*, jobject jrect);
38 static SkRect* jrectf_to_rect(JNIEnv*, jobject jrectf, SkRect*);
39 static SkRect* jrect_to_rect(JNIEnv*, jobject jrect, SkRect*);
40 static void rect_to_jrectf(const SkRect&, JNIEnv*, jobject jrectf);
42 static void set_jpoint(JNIEnv*, jobject jrect, int x, int y);
44 static SkIPoint* jpoint_to_ipoint(JNIEnv*, jobject jpoint, SkIPoint* point);
45 static void ipoint_to_jpoint(const SkIPoint& point, JNIEnv*, jobject jpoint);
[all …]
DMatrix.cpp34 static void finalizer(JNIEnv* env, jobject clazz, jlong objHandle) { in finalizer()
39 static jlong create(JNIEnv* env, jobject clazz, jlong srcHandle) { in create()
49 static jboolean isIdentity(JNIEnv* env, jobject clazz, jlong objHandle) { in isIdentity()
54 static jboolean isAffine(JNIEnv* env, jobject clazz, jlong objHandle) { in isAffine()
59 static jboolean rectStaysRect(JNIEnv* env, jobject clazz, jlong objHandle) { in rectStaysRect()
64 static void reset(JNIEnv* env, jobject clazz, jlong objHandle) { in reset()
68 static void set(JNIEnv* env, jobject clazz, jlong objHandle, jlong otherHandle) { in set()
73 static void setTranslate(JNIEnv* env, jobject clazz, jlong objHandle, jfloat dx, jfloat dy) { in setTranslate()
77 …static void setScale__FFFF(JNIEnv* env, jobject clazz, jlong objHandle, jfloat sx, jfloat sy, jflo… in setScale__FFFF()
81 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 …]
DBitmapRegionDecoder.cpp78 static jobject createBitmapRegionDecoder(JNIEnv* env, SkStreamRewindable* stream) { in createBitmapRegionDecoder()
103 static jobject nativeNewInstanceFromByteArray(JNIEnv* env, jobject, jbyteArray byteArray, in nativeNewInstanceFromByteArray() argument
112 jobject brd = createBitmapRegionDecoder(env, stream); in nativeNewInstanceFromByteArray()
117 static jobject nativeNewInstanceFromFileDescriptor(JNIEnv* env, jobject clazz, in nativeNewInstanceFromFileDescriptor()
118 jobject fileDescriptor, jboolean isShareable) { in nativeNewInstanceFromFileDescriptor()
132 jobject brd = createBitmapRegionDecoder(env, stream); in nativeNewInstanceFromFileDescriptor()
137 static jobject nativeNewInstanceFromStream(JNIEnv* env, jobject clazz, in nativeNewInstanceFromStream()
138 jobject is, // InputStream in nativeNewInstanceFromStream()
141 jobject brd = NULL; in nativeNewInstanceFromStream()
152 static jobject nativeNewInstanceFromAsset(JNIEnv* env, jobject clazz, in nativeNewInstanceFromAsset()
[all …]
DMovie.cpp26 jobject create_jmovie(JNIEnv* env, SkMovie* moov) { in create_jmovie()
34 static SkMovie* J2Movie(JNIEnv* env, jobject movie) { in J2Movie()
45 static jint movie_width(JNIEnv* env, jobject movie) { in movie_width()
50 static jint movie_height(JNIEnv* env, jobject movie) { in movie_height()
55 static jboolean movie_isOpaque(JNIEnv* env, jobject movie) { in movie_isOpaque()
60 static jint movie_duration(JNIEnv* env, jobject movie) { in movie_duration()
65 static jboolean movie_setTime(JNIEnv* env, jobject movie, jint ms) { in movie_setTime()
70 static void movie_draw(JNIEnv* env, jobject movie, jobject canvas, in movie_draw()
71 jfloat fx, jfloat fy, jobject jpaint) { in movie_draw()
84 static jobject movie_decodeAsset(JNIEnv* env, jobject clazz, jlong native_asset) { in movie_decodeAsset()
[all …]
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp48 extern sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, struct JNICameraContext** context);
65 JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz);
71 jobject mObject; // Weak ref to MediaRecorder Java object to call on
74 JNIMediaRecorderListener::JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaRecorderListener()
110 static sp<Surface> get_surface(JNIEnv* env, jobject clazz) in get_surface()
130 static sp<MediaRecorder> getMediaRecorder(JNIEnv* env, jobject thiz) in getMediaRecorder()
137 static sp<MediaRecorder> setMediaRecorder(JNIEnv* env, jobject thiz, const sp<MediaRecorder>& recor… in setMediaRecorder()
152 static void android_media_MediaRecorder_setCamera(JNIEnv* env, jobject thiz, jobject camera) in android_media_MediaRecorder_setCamera()
170 android_media_MediaRecorder_setVideoSource(JNIEnv *env, jobject thiz, jint vs) in android_media_MediaRecorder_setVideoSource()
182 android_media_MediaRecorder_setAudioSource(JNIEnv *env, jobject thiz, jint as) in android_media_MediaRecorder_setAudioSource()
[all …]
Dandroid_media_MediaPlayer.cpp75 JNIMediaPlayerListener(JNIEnv* env, jobject thiz, jobject weak_thiz);
81 jobject mObject; // Weak ref to MediaPlayer Java object to call on
84 JNIMediaPlayerListener::JNIMediaPlayerListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaPlayerListener()
114 jobject jParcel = createJavaParcelObject(env); in notify()
135 static sp<MediaPlayer> getMediaPlayer(JNIEnv* env, jobject thiz) in getMediaPlayer()
142 static sp<MediaPlayer> setMediaPlayer(JNIEnv* env, jobject thiz, const sp<MediaPlayer>& player) in setMediaPlayer()
160 static void process_media_player_call(JNIEnv *env, jobject thiz, status_t opStatus, const char* exc… in process_media_player_call()
188 JNIEnv *env, jobject thiz, jobject httpServiceBinderObj, jstring path, in android_media_MediaPlayer_setDataSourceAndHeaders()
237 android_media_MediaPlayer_setDataSourceFD(JNIEnv *env, jobject thiz, jobject fileDescriptor, jlong … in android_media_MediaPlayer_setDataSourceFD()
255 getVideoSurfaceTexture(JNIEnv* env, jobject thiz) { in getVideoSurfaceTexture()
[all …]

12345678910>>...13