Home
last modified time | relevance | path

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

1234567891011

/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/base/core/jni/
Dandroid_view_GLES20DisplayList.cpp45 jobject clazz, DisplayList* displayList) { in android_view_GLES20DisplayList_reset()
50 jobject clazz, DisplayList* displayList) { in android_view_GLES20DisplayList_getDisplayListSize()
55 jobject clazz, DisplayList* displayList, jstring name) { in android_view_GLES20DisplayList_setDisplayListName()
64 jobject clazz, DisplayList* displayList) { in android_view_GLES20DisplayList_destroyDisplayList()
73 jobject clazz, DisplayList* displayList, jboolean caching) { in android_view_GLES20DisplayList_setCaching()
78 jobject clazz, DisplayList* displayList, SkMatrix* matrix) { in android_view_GLES20DisplayList_setStaticMatrix()
83 jobject clazz, DisplayList* displayList, SkMatrix* matrix) { in android_view_GLES20DisplayList_setAnimationMatrix()
88 jobject clazz, DisplayList* displayList, jboolean clipToBounds) { in android_view_GLES20DisplayList_setClipToBounds()
93 jobject clazz, DisplayList* displayList, float alpha) { in android_view_GLES20DisplayList_setAlpha()
98 jobject clazz, DisplayList* displayList, bool hasOverlappingRendering) { in android_view_GLES20DisplayList_setHasOverlappingRendering()
[all …]
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()
117 static jboolean jni_eglInitialize(JNIEnv *_env, jobject _this, jobject display, in jni_eglInitialize()
140 static jboolean jni_eglQueryContext(JNIEnv *_env, jobject _this, jobject display, in jni_eglQueryContext()
141 jobject context, jint attribute, jintArray value) { in jni_eglQueryContext()
159 static jboolean jni_eglQuerySurface(JNIEnv *_env, jobject _this, jobject display, in jni_eglQuerySurface()
160 jobject surface, jint attribute, jintArray value) { in jni_eglQuerySurface()
179 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, (jint)EG… in nativeClassInit()
85jobject localeglNoDisplayObject = _env->NewObject(egldisplayClass, egldisplayConstructor, (jint)EG… in nativeClassInit()
87jobject localeglNoSurfaceObject = _env->NewObject(eglsurfaceClass, eglsurfaceConstructor, (jint)EG… in nativeClassInit()
103 fromEGLHandle(JNIEnv *_env, jmethodID mid, jobject obj) { in fromEGLHandle()
112 static jobject
136 (JNIEnv *_env, jobject _this) { in android_eglGetError()
143 static jobject
[all …]
Dandroid_media_AudioSystem.cpp56 android_media_AudioSystem_muteMicrophone(JNIEnv *env, jobject thiz, jboolean on) in android_media_AudioSystem_muteMicrophone()
62 android_media_AudioSystem_isMicrophoneMuted(JNIEnv *env, jobject thiz) in android_media_AudioSystem_isMicrophoneMuted()
70 android_media_AudioSystem_isStreamActive(JNIEnv *env, jobject thiz, jint stream, jint inPastMs) in android_media_AudioSystem_isStreamActive()
78 android_media_AudioSystem_isStreamActiveRemotely(JNIEnv *env, jobject thiz, jint stream, in android_media_AudioSystem_isStreamActiveRemotely()
87 android_media_AudioSystem_isSourceActive(JNIEnv *env, jobject thiz, jint source) in android_media_AudioSystem_isSourceActive()
95 android_media_AudioSystem_setParameters(JNIEnv *env, jobject thiz, jstring keyValuePairs) in android_media_AudioSystem_setParameters()
108 android_media_AudioSystem_getParameters(JNIEnv *env, jobject thiz, jstring keys) in android_media_AudioSystem_getParameters()
135 android_media_AudioSystem_setDeviceConnectionState(JNIEnv *env, jobject thiz, jint device, jint sta… in android_media_AudioSystem_setDeviceConnectionState()
146 android_media_AudioSystem_getDeviceConnectionState(JNIEnv *env, jobject thiz, jint device, jstring … in android_media_AudioSystem_getDeviceConnectionState()
156 android_media_AudioSystem_setPhoneState(JNIEnv *env, jobject thiz, jint state) in android_media_AudioSystem_setPhoneState()
[all …]
Dandroid_view_GLES20Canvas.cpp96 static void android_view_GLES20Canvas_flushCaches(JNIEnv* env, jobject clazz, in android_view_GLES20Canvas_flushCaches()
103 static bool android_view_GLES20Canvas_initCaches(JNIEnv* env, jobject clazz) { in android_view_GLES20Canvas_initCaches()
110 static void android_view_GLES20Canvas_terminateCaches(JNIEnv* env, jobject clazz) { in android_view_GLES20Canvas_terminateCaches()
120 static void android_view_GLES20Canvas_initAtlas(JNIEnv* env, jobject clazz, in android_view_GLES20Canvas_initAtlas()
121 jobject graphicBuffer, jintArray atlasMapArray, jint count) { in android_view_GLES20Canvas_initAtlas()
135 static OpenGLRenderer* android_view_GLES20Canvas_createRenderer(JNIEnv* env, jobject clazz) { in android_view_GLES20Canvas_createRenderer()
142 static void android_view_GLES20Canvas_destroyRenderer(JNIEnv* env, jobject clazz, in android_view_GLES20Canvas_destroyRenderer()
152 static void android_view_GLES20Canvas_setViewport(JNIEnv* env, jobject clazz, in android_view_GLES20Canvas_setViewport()
157 static int android_view_GLES20Canvas_prepare(JNIEnv* env, jobject clazz, in android_view_GLES20Canvas_prepare()
162 static int android_view_GLES20Canvas_prepareDirty(JNIEnv* env, jobject clazz, in android_view_GLES20Canvas_prepareDirty()
[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 jint android_os_MemoryFile_mmap(JNIEnv* env, jobject clazz, jobject fileDescriptor, in android_os_MemoryFile_mmap()
56 static void android_os_MemoryFile_munmap(JNIEnv* env, jobject clazz, jint addr, jint length) in android_os_MemoryFile_munmap()
63 static void android_os_MemoryFile_close(JNIEnv* env, jobject clazz, jobject fileDescriptor) in android_os_MemoryFile_close()
72 static jint android_os_MemoryFile_read(JNIEnv* env, jobject clazz, in android_os_MemoryFile_read()
73 jobject fileDescriptor, jint address, jbyteArray buffer, jint srcOffset, jint destOffset, in android_os_MemoryFile_read()
91 static jint android_os_MemoryFile_write(JNIEnv* env, jobject clazz, in android_os_MemoryFile_write()
92 jobject fileDescriptor, jint address, jbyteArray buffer, jint srcOffset, jint destOffset, in android_os_MemoryFile_write()
110 static void android_os_MemoryFile_pin(JNIEnv* env, jobject clazz, jobject fileDescriptor, jboolean … in android_os_MemoryFile_pin()
119 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 jobject clazz, jint pid) in com_android_internal_os_ZygoteInit_capgetPermitted()
186 JNIEnv *env, jobject clazz, jobjectArray fds) in com_android_internal_os_ZygoteInit_selectReadable()
204 jobject fdObj = env->GetObjectArrayElement(fds, i); in com_android_internal_os_ZygoteInit_selectReadable()
234 jobject fdObj = env->GetObjectArrayElement(fds, i); in com_android_internal_os_ZygoteInit_selectReadable()
[all …]
/frameworks/base/core/jni/android/graphics/
DRegion.cpp32 static inline SkRegion* GetSkRegion(JNIEnv* env, jobject regionObject) { in GetSkRegion()
38 static SkRegion* Region_constructor(JNIEnv* env, jobject) { in Region_constructor() argument
42 static void Region_destructor(JNIEnv* env, jobject, SkRegion* region) { in Region_destructor() argument
47 static void Region_setRegion(JNIEnv* env, jobject, SkRegion* dst, const SkRegion* src) { in Region_setRegion() argument
52 static jboolean Region_setRect(JNIEnv* env, jobject, SkRegion* dst, int left, int top, int right, i… in Region_setRect() argument
56 static jboolean Region_setPath(JNIEnv* env, jobject, SkRegion* dst, in Region_setPath() argument
62 static jboolean Region_getBounds(JNIEnv* env, jobject, SkRegion* region, jobject rectBounds) { in Region_getBounds() argument
67 static jboolean Region_getBoundaryPath(JNIEnv* env, jobject, const SkRegion* region, SkPath* path) { in Region_getBoundaryPath() argument
71 static jboolean Region_op0(JNIEnv* env, jobject, SkRegion* dst, int left, int top, int right, int b… in Region_op0() argument
78 static jboolean Region_op1(JNIEnv* env, jobject, SkRegion* dst, jobject rectObject, const SkRegion*… in Region_op1() argument
[all …]
DPath.cpp37 static void finalizer(JNIEnv* env, jobject clazz, SkPath* obj) { in finalizer()
47 static SkPath* init1(JNIEnv* env, jobject clazz) { in init1()
51 static SkPath* init2(JNIEnv* env, jobject clazz, SkPath* val) { in init2()
55 static void reset(JNIEnv* env, jobject clazz, SkPath* obj) { in reset()
59 static void rewind(JNIEnv* env, jobject clazz, SkPath* obj) { in rewind()
63 static void assign(JNIEnv* env, jobject clazz, SkPath* dst, const SkPath* src) { in assign()
67 static jint getFillType(JNIEnv* env, jobject clazz, SkPath* obj) { in getFillType()
71 static void setFillType(JNIEnv* env, jobject clazz, SkPath* path, SkPath::FillType ft) { in setFillType()
75 static jboolean isEmpty(JNIEnv* env, jobject clazz, SkPath* obj) { in isEmpty()
79 static jboolean isRect(JNIEnv* env, jobject clazz, SkPath* obj, jobject rect) { in isRect()
[all …]
DGraphicsJNI.h29 static void get_jrect(JNIEnv*, jobject jrect, int* L, int* T, int* R, int* B);
30 static void set_jrect(JNIEnv*, jobject jrect, int L, int T, int R, int B);
32 static SkIRect* jrect_to_irect(JNIEnv*, jobject jrect, SkIRect*);
33 static void irect_to_jrect(const SkIRect&, JNIEnv*, jobject jrect);
35 static SkRect* jrectf_to_rect(JNIEnv*, jobject jrectf, SkRect*);
36 static SkRect* jrect_to_rect(JNIEnv*, jobject jrect, SkRect*);
37 static void rect_to_jrectf(const SkRect&, JNIEnv*, jobject jrectf);
39 static void set_jpoint(JNIEnv*, jobject jrect, int x, int y);
41 static SkIPoint* jpoint_to_ipoint(JNIEnv*, jobject jpoint, SkIPoint* point);
42 static void ipoint_to_jpoint(const SkIPoint& point, JNIEnv*, jobject jpoint);
[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.cpp25 jobject create_jmovie(JNIEnv* env, SkMovie* moov) { in create_jmovie()
33 static SkMovie* J2Movie(JNIEnv* env, jobject movie) { in J2Movie()
44 static int movie_width(JNIEnv* env, jobject movie) { in movie_width()
49 static int movie_height(JNIEnv* env, jobject movie) { in movie_height()
54 static jboolean movie_isOpaque(JNIEnv* env, jobject movie) { in movie_isOpaque()
59 static int movie_duration(JNIEnv* env, jobject movie) { in movie_duration()
64 static jboolean movie_setTime(JNIEnv* env, jobject movie, int ms) { in movie_setTime()
69 static void movie_draw(JNIEnv* env, jobject movie, jobject canvas, in movie_draw()
70 jfloat fx, jfloat fy, jobject jpaint) { in movie_draw()
85 static jobject movie_decodeAsset(JNIEnv* env, jobject clazz, jint native_asset) { in movie_decodeAsset()
[all …]
DMatrix.cpp34 static void finalizer(JNIEnv* env, jobject clazz, SkMatrix* obj) { in finalizer()
38 static SkMatrix* create(JNIEnv* env, jobject clazz, const SkMatrix* src) { in create()
47 static jboolean isIdentity(JNIEnv* env, jobject clazz, SkMatrix* obj) { in isIdentity()
51 static jboolean rectStaysRect(JNIEnv* env, jobject clazz, SkMatrix* obj) { in rectStaysRect()
55 static void reset(JNIEnv* env, jobject clazz, SkMatrix* obj) { in reset()
59 static void set(JNIEnv* env, jobject clazz, SkMatrix* obj, SkMatrix* other) { in set()
63 static void setTranslate(JNIEnv* env, jobject clazz, SkMatrix* obj, jfloat dx, jfloat dy) { in setTranslate()
69 …static void setScale__FFFF(JNIEnv* env, jobject clazz, SkMatrix* obj, jfloat sx, jfloat sy, jfloat… in setScale__FFFF()
77 static void setScale__FF(JNIEnv* env, jobject clazz, SkMatrix* obj, jfloat sx, jfloat sy) { in setScale__FF()
83 …static void setRotate__FFF(JNIEnv* env, jobject clazz, SkMatrix* obj, jfloat degrees, jfloat px, j… in setRotate__FFF()
[all …]
DCamera.cpp8 static void Camera_constructor(JNIEnv* env, jobject obj) { in Camera_constructor()
13 static void Camera_destructor(JNIEnv* env, jobject obj) { in Camera_destructor()
17 static void Camera_save(JNIEnv* env, jobject obj) { in Camera_save()
22 static void Camera_restore(JNIEnv* env, jobject obj) { in Camera_restore()
27 static void Camera_translate(JNIEnv* env, jobject obj, in Camera_translate()
33 static void Camera_rotateX(JNIEnv* env, jobject obj, float degrees) { in Camera_rotateX()
38 static void Camera_rotateY(JNIEnv* env, jobject obj, float degrees) { in Camera_rotateY()
43 static void Camera_rotateZ(JNIEnv* env, jobject obj, float degrees) { in Camera_rotateZ()
48 static void Camera_rotate(JNIEnv* env, jobject obj, jfloat x, jfloat y, jfloat z) { in Camera_rotate()
55 static void Camera_setLocation(JNIEnv* env, jobject obj, jfloat x, jfloat y, jfloat z) { in Camera_setLocation()
[all …]
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp46 extern sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, struct JNICameraContext** context);
63 JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz);
69 jobject mObject; // Weak ref to MediaRecorder Java object to call on
72 JNIMediaRecorderListener::JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaRecorderListener()
108 static sp<Surface> get_surface(JNIEnv* env, jobject clazz) in get_surface()
128 static sp<MediaRecorder> getMediaRecorder(JNIEnv* env, jobject thiz) in getMediaRecorder()
135 static sp<MediaRecorder> setMediaRecorder(JNIEnv* env, jobject thiz, const sp<MediaRecorder>& recor… in setMediaRecorder()
150 static void android_media_MediaRecorder_setCamera(JNIEnv* env, jobject thiz, jobject camera) in android_media_MediaRecorder_setCamera()
164 android_media_MediaRecorder_setVideoSource(JNIEnv *env, jobject thiz, jint vs) in android_media_MediaRecorder_setVideoSource()
176 android_media_MediaRecorder_setAudioSource(JNIEnv *env, jobject thiz, jint as) in android_media_MediaRecorder_setAudioSource()
[all …]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Dcolorspace.h31 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height);
35 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height);
39 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height);
43 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height);
/frameworks/base/media/jni/soundpool/
Dandroid_media_SoundPool_SoundPoolImpl.cpp36 static inline SoundPool* MusterSoundPool(JNIEnv *env, jobject thiz) { in MusterSoundPool()
42 android_media_SoundPool_SoundPoolImpl_load_URL(JNIEnv *env, jobject thiz, jstring path, jint priori… in android_media_SoundPool_SoundPoolImpl_load_URL()
57 android_media_SoundPool_SoundPoolImpl_load_FD(JNIEnv *env, jobject thiz, jobject fileDescriptor, in android_media_SoundPool_SoundPoolImpl_load_FD()
68 android_media_SoundPool_SoundPoolImpl_unload(JNIEnv *env, jobject thiz, jint sampleID) { in android_media_SoundPool_SoundPoolImpl_unload()
76 android_media_SoundPool_SoundPoolImpl_play(JNIEnv *env, jobject thiz, jint sampleID, in android_media_SoundPool_SoundPoolImpl_play()
87 android_media_SoundPool_SoundPoolImpl_pause(JNIEnv *env, jobject thiz, jint channelID) in android_media_SoundPool_SoundPoolImpl_pause()
96 android_media_SoundPool_SoundPoolImpl_resume(JNIEnv *env, jobject thiz, jint channelID) in android_media_SoundPool_SoundPoolImpl_resume()
105 android_media_SoundPool_SoundPoolImpl_autoPause(JNIEnv *env, jobject thiz) in android_media_SoundPool_SoundPoolImpl_autoPause()
114 android_media_SoundPool_SoundPoolImpl_autoResume(JNIEnv *env, jobject thiz) in android_media_SoundPool_SoundPoolImpl_autoResume()
123 android_media_SoundPool_SoundPoolImpl_stop(JNIEnv *env, jobject thiz, jint channelID) in android_media_SoundPool_SoundPoolImpl_stop()
[all …]

1234567891011