Home
last modified time | relevance | path

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

12345678910>>...24

/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()
59 jobject thiz, in Java_android_filterfw_core_GLFrame_nativeAllocateWithTexture()
60 jobject gl_env, in Java_android_filterfw_core_GLFrame_nativeAllocateWithTexture()
74 jobject thiz, in Java_android_filterfw_core_GLFrame_nativeAllocateWithFbo()
75 jobject gl_env, in Java_android_filterfw_core_GLFrame_nativeAllocateWithFbo()
89 jobject thiz, in Java_android_filterfw_core_GLFrame_nativeAllocateExternal()
90 jobject gl_env) { in Java_android_filterfw_core_GLFrame_nativeAllocateExternal()
100 jboolean Java_android_filterfw_core_GLFrame_nativeDeallocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLFrame_nativeDeallocate()
105 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()
59 jboolean Java_android_filterfw_core_ShaderProgram_deallocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_ShaderProgram_deallocate()
63 jboolean Java_android_filterfw_core_ShaderProgram_compileAndLink(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_ShaderProgram_compileAndLink()
69 jobject thiz, in Java_android_filterfw_core_ShaderProgram_setUniformValue()
71 jobject value) { in Java_android_filterfw_core_ShaderProgram_setUniformValue()
83 jobject Java_android_filterfw_core_ShaderProgram_getUniformValue(JNIEnv* env, in Java_android_filterfw_core_ShaderProgram_getUniformValue()
84 jobject thiz, in Java_android_filterfw_core_ShaderProgram_getUniformValue()
92 jobject thiz, in Java_android_filterfw_core_ShaderProgram_shaderProcess()
94 jobject output) { in Java_android_filterfw_core_ShaderProgram_shaderProcess()
[all …]
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp46 static inline EGLDisplay getDisplay(JNIEnv* env, jobject o) { in getDisplay()
50 static inline EGLSurface getSurface(JNIEnv* env, jobject o) { in getSurface()
54 static inline EGLContext getContext(JNIEnv* env, jobject o) { in getContext()
58 static inline EGLConfig getConfig(JNIEnv* env, jobject o) { in getConfig()
113 static jboolean jni_eglInitialize(JNIEnv *_env, jobject _this, jobject display, in jni_eglInitialize()
136 static jboolean jni_eglQueryContext(JNIEnv *_env, jobject _this, jobject display, in jni_eglQueryContext()
137 jobject context, jint attribute, jintArray value) { in jni_eglQueryContext()
155 static jboolean jni_eglQuerySurface(JNIEnv *_env, jobject _this, jobject display, in jni_eglQuerySurface()
156 jobject surface, jint attribute, jintArray value) { in jni_eglQuerySurface()
175 static jint jni_getInitCount(JNIEnv *_env, jobject _clazz, jobject display) { in jni_getInitCount()
[all …]
Dandroid_opengl_EGL14.cpp54 static jobject eglNoContextObject;
55 static jobject eglNoDisplayObject;
56 static jobject eglNoSurfaceObject;
85jobject localeglNoContextObject = _env->NewObject(eglcontextClass, eglcontextConstructor, reinterp… in nativeClassInit()
87jobject localeglNoDisplayObject = _env->NewObject(egldisplayClass, egldisplayConstructor, reinterp… in nativeClassInit()
89jobject localeglNoSurfaceObject = _env->NewObject(eglsurfaceClass, eglsurfaceConstructor, reinterp… in nativeClassInit()
105 fromEGLHandle(JNIEnv *_env, jmethodID mid, jobject obj) { in fromEGLHandle()
116 static jobject
140 (JNIEnv *_env, jobject _this) { in android_eglGetError()
147 static jobject
[all …]
Dandroid_opengl_EGL15.cpp50 static jobject eglNoContextObject;
51 static jobject eglNoDisplayObject;
52 static jobject eglNoSurfaceObject;
64 static jobject eglNoImageObject;
65 static jobject eglNoSyncObject;
92jobject localeglNoContextObject = _env->NewObject(eglcontextClass, eglcontextConstructor, reinterp… in nativeClassInit()
94jobject localeglNoDisplayObject = _env->NewObject(egldisplayClass, egldisplayConstructor, reinterp… in nativeClassInit()
96jobject localeglNoSurfaceObject = _env->NewObject(eglsurfaceClass, eglsurfaceConstructor, reinterp… in nativeClassInit()
129 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *offset) in getPointer()
157 fromEGLHandle(JNIEnv *_env, jmethodID mid, jobject obj) { in fromEGLHandle()
[all …]
Dandroid_service_DataLoaderService.cpp26 jobject thiz, in nativeCreateDataLoader()
28 jobject control, in nativeCreateDataLoader()
29 jobject params, in nativeCreateDataLoader()
30 jobject callback) { in nativeCreateDataLoader()
36 jobject thiz, in nativeStartDataLoader()
42 jobject thiz, in nativeStopDataLoader()
48 jobject thiz, in nativeDestroyDataLoader()
53 static jboolean nativePrepareImage(JNIEnv* env, jobject thiz, jint storageId, in nativePrepareImage()
59 jobject clazz, in nativeWriteData()
64 jobject incomingFd) { in nativeWriteData()
Dandroid_app_admin_SecurityLog.cpp33 jobject /* clazz */) { in android_app_admin_SecurityLog_isLoggingEnabled() argument
37 static void android_app_admin_SecurityLog_readEvents(JNIEnv* env, jobject /* clazz */, in android_app_admin_SecurityLog_readEvents() argument
38 jobject out) { in android_app_admin_SecurityLog_readEvents()
47 static void android_app_admin_SecurityLog_readEventsSince(JNIEnv* env, jobject /* clazz */, in android_app_admin_SecurityLog_readEventsSince() argument
49 jobject out) { in android_app_admin_SecurityLog_readEventsSince()
58 static void android_app_admin_SecurityLog_readPreviousEvents(JNIEnv* env, jobject /* clazz */, in android_app_admin_SecurityLog_readPreviousEvents() argument
59 jobject out) { in android_app_admin_SecurityLog_readPreviousEvents()
68 static void android_app_admin_SecurityLog_readEventsOnWrapping(JNIEnv* env, jobject /* clazz */, in android_app_admin_SecurityLog_readEventsOnWrapping() argument
70 jobject out) { in android_app_admin_SecurityLog_readEventsOnWrapping()
Dandroid_hardware_UsbRequest.cpp33 struct usb_request* get_request_from_object(JNIEnv* env, jobject java_request) in get_request_from_object()
39 extern struct usb_device* get_device_from_object(JNIEnv* env, jobject connection);
42 android_hardware_UsbRequest_init(JNIEnv *env, jobject thiz, jobject java_device, in android_hardware_UsbRequest_init()
69 android_hardware_UsbRequest_close(JNIEnv *env, jobject thiz) in android_hardware_UsbRequest_close()
80 android_hardware_UsbRequest_queue_array(JNIEnv *env, jobject thiz, in android_hardware_UsbRequest_queue_array()
112 env->DeleteGlobalRef((jobject)request->client_data); in android_hardware_UsbRequest_queue_array()
119 android_hardware_UsbRequest_dequeue_array(JNIEnv *env, jobject thiz, in android_hardware_UsbRequest_dequeue_array()
133 env->DeleteGlobalRef((jobject)request->client_data); in android_hardware_UsbRequest_dequeue_array()
138 android_hardware_UsbRequest_queue_direct(JNIEnv *env, jobject thiz, in android_hardware_UsbRequest_queue_direct()
139 jobject buffer, jint length, jboolean out) in android_hardware_UsbRequest_queue_direct()
[all …]
/frameworks/native/opengl/tools/glgen/stubs/gles11/
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()
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/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp31 static jlong createTree(JNIEnv*, jobject, jlong groupPtr) { in createTree() argument
37 static jlong createTreeFromCopy(JNIEnv*, jobject, jlong treePtr, jlong groupPtr) { in createTreeFromCopy() argument
44 static jlong createEmptyFullPath(JNIEnv*, jobject) { in createEmptyFullPath() argument
49 static jlong createFullPath(JNIEnv*, jobject, jlong srcFullPathPtr) { in createFullPath() argument
56 static jlong createEmptyClipPath(JNIEnv*, jobject) { in createEmptyClipPath() argument
61 static jlong createClipPath(JNIEnv*, jobject, jlong srcClipPathPtr) { in createClipPath() argument
68 static jlong createEmptyGroup(JNIEnv*, jobject) { in createEmptyGroup() argument
73 static jlong createGroup(JNIEnv*, jobject, jlong srcGroupPtr) { in createGroup() argument
79 static void setNodeName(JNIEnv* env, jobject, jlong nodePtr, jstring nameStr) { in setNodeName() argument
86 static void addChild(JNIEnv*, jobject, jlong groupPtr, jlong childPtr) { in addChild() argument
[all …]
DGraphicsJNI.h70 static void get_jrect(JNIEnv*, jobject jrect, int* L, int* T, int* R, int* B);
71 static void set_jrect(JNIEnv*, jobject jrect, int L, int T, int R, int B);
73 static SkIRect* jrect_to_irect(JNIEnv*, jobject jrect, SkIRect*);
74 static void irect_to_jrect(const SkIRect&, JNIEnv*, jobject jrect);
76 static SkRect* jrectf_to_rect(JNIEnv*, jobject jrectf, SkRect*);
77 static SkRect* jrect_to_rect(JNIEnv*, jobject jrect, SkRect*);
78 static void rect_to_jrectf(const SkRect&, JNIEnv*, jobject jrectf);
80 static void set_cluster_count_to_run_info(JNIEnv* env, jobject runInfo, jint clusterCount);
82 static void set_jpoint(JNIEnv*, jobject jrect, int x, int y);
84 static SkIPoint* jpoint_to_ipoint(JNIEnv*, jobject jpoint, SkIPoint* point);
[all …]
DRegion.cpp35 static inline SkRegion* GetSkRegion(JNIEnv* env, jobject regionObject) { in GetSkRegion()
42 static jlong Region_constructor(JNIEnv* env, jobject) { in Region_constructor() argument
46 static void Region_destructor(JNIEnv* env, jobject, jlong regionHandle) { in Region_destructor() argument
52 static void Region_setRegion(JNIEnv* env, jobject, jlong dstHandle, jlong srcHandle) { in Region_setRegion() argument
59 static jboolean Region_setRect(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint rig… in Region_setRect() argument
65 static jboolean Region_setPath(JNIEnv* env, jobject, jlong dstHandle, in Region_setPath() argument
76 static jboolean Region_getBounds(JNIEnv* env, jobject, jlong regionHandle, jobject rectBounds) { in Region_getBounds() argument
83 static jboolean Region_getBoundaryPath(JNIEnv* env, jobject, jlong regionHandle, jlong pathHandle) { in Region_getBoundaryPath() argument
90 static jboolean Region_op0(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint right, … in Region_op0() argument
96 static jboolean Region_op1(JNIEnv* env, jobject, jlong dstHandle, jobject rectObject, jlong regionH… in Region_op1() argument
[all …]
Dandroid_graphics_HardwareRenderer.cpp112 typedef ANativeWindow* (*ANW_fromSurface)(JNIEnv* env, jobject surface);
117 explicit FrameCommitWrapper(JNIEnv* env, jobject jobject) { in FrameCommitWrapper() argument
119 mObject = env->NewGlobalRef(jobject); in FrameCommitWrapper()
136 jobject mObject;
146 static void android_view_ThreadedRenderer_rotateProcessStatsBuffer(JNIEnv* env, jobject clazz) { in android_view_ThreadedRenderer_rotateProcessStatsBuffer()
150 static void android_view_ThreadedRenderer_setProcessStatsBuffer(JNIEnv* env, jobject clazz, in android_view_ThreadedRenderer_setProcessStatsBuffer()
155 static jint android_view_ThreadedRenderer_getRenderThreadTid(JNIEnv* env, jobject clazz, in android_view_ThreadedRenderer_getRenderThreadTid()
161 static jlong android_view_ThreadedRenderer_createRootRenderNode(JNIEnv* env, jobject clazz) { in android_view_ThreadedRenderer_createRootRenderNode()
168 static jlong android_view_ThreadedRenderer_createProxy(JNIEnv* env, jobject clazz, in android_view_ThreadedRenderer_createProxy()
176 static void android_view_ThreadedRenderer_deleteProxy(JNIEnv* env, jobject clazz, in android_view_ThreadedRenderer_deleteProxy()
[all …]
DGainmap.cpp50 jobject Gainmap_extractFromBitmap(JNIEnv* env, const Bitmap& bitmap) { in Gainmap_extractFromBitmap()
52 jobject jGainmapImage; in Gainmap_extractFromBitmap()
63 jobject obj = env->NewObject(gGainmap_class, gGainmap_constructorMethodID, jGainmapImage, in Gainmap_extractFromBitmap()
79 static jlong Gainmap_getNativeFinalizer(JNIEnv*, jobject) { in Gainmap_getNativeFinalizer() argument
83 jlong Gainmap_createEmpty(JNIEnv*, jobject) { in Gainmap_createEmpty() argument
89 jlong Gainmap_createCopy(JNIEnv*, jobject, jlong sourcePtr) { in Gainmap_createCopy() argument
99 static void Gainmap_setBitmap(JNIEnv* env, jobject, jlong gainmapPtr, jobject jBitmap) { in Gainmap_setBitmap() argument
104 static void Gainmap_setRatioMin(JNIEnv*, jobject, jlong gainmapPtr, jfloat r, jfloat g, jfloat b) { in Gainmap_setRatioMin() argument
108 static void Gainmap_getRatioMin(JNIEnv* env, jobject, jlong gainmapPtr, jfloatArray components) { in Gainmap_getRatioMin() argument
114 static void Gainmap_setRatioMax(JNIEnv*, jobject, jlong gainmapPtr, jfloat r, jfloat g, jfloat b) { in Gainmap_setRatioMax() argument
[all …]
/frameworks/rs/toolkit/
DJniEntryPoints.cpp110 jobject bitmap;
117 BitmapGuard(JNIEnv* env, jobject jBitmap) : env{env}, bitmap{jBitmap}, bytes{nullptr} { in BitmapGuard()
164 RestrictionParameter(JNIEnv* env, jobject jRestriction) : isNull{jRestriction == nullptr} { in RestrictionParameter()
190 Java_android_renderscript_toolkit_Toolkit_createNative(JNIEnv* /*env*/, jobject /*thiz*/) { in Java_android_renderscript_toolkit_Toolkit_createNative() argument
195 JNIEnv* /*env*/, jobject /*thiz*/, jlong native_handle) { in Java_android_renderscript_toolkit_Toolkit_destroyNative() argument
201 JNIEnv* env, jobject /*thiz*/, jlong native_handle, jint jmode, jbyteArray source_array, in Java_android_renderscript_toolkit_Toolkit_nativeBlend() argument
202 jbyteArray dest_array, jint size_x, jint size_y, jobject restriction) { in Java_android_renderscript_toolkit_Toolkit_nativeBlend()
213 JNIEnv* env, jobject /*thiz*/, jlong native_handle, jint jmode, jobject source_bitmap, in Java_android_renderscript_toolkit_Toolkit_nativeBlendBitmap() argument
214 jobject dest_bitmap, jobject restriction) { in Java_android_renderscript_toolkit_Toolkit_nativeBlendBitmap()
225 JNIEnv* env, jobject /*thiz*/, jlong native_handle, jbyteArray input_array, jint vectorSize, in Java_android_renderscript_toolkit_Toolkit_nativeBlur() argument
[all …]
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp57 extern sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, struct JNICameraContext** context);
59 android_media_MediaCodec_getPersistentInputSurface(JNIEnv* env, jobject object);
82 JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz);
88 jobject mObject; // Weak ref to MediaRecorder Java object to call on
91 JNIMediaRecorderListener::JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaRecorderListener()
127 static sp<Surface> get_surface(JNIEnv* env, jobject clazz) in get_surface()
133 static sp<PersistentSurface> get_persistentSurface(JNIEnv* env, jobject object) in get_persistentSurface()
153 static sp<MediaRecorder> getMediaRecorder(JNIEnv* env, jobject thiz) in getMediaRecorder()
160 static sp<MediaRecorder> setMediaRecorder(JNIEnv* env, jobject thiz, const sp<MediaRecorder>& recor… in setMediaRecorder()
175 static void android_media_MediaRecorder_setCamera(JNIEnv* env, jobject thiz, jobject camera) in android_media_MediaRecorder_setCamera()
[all …]
Dandroid_media_tv_Tuner.h107 int64_t dataSize, jobject obj);
109 jobject getLinearBlock();
190 void executeOnScanMessage(JNIEnv *env, const jclass& clazz, const jobject& frontend,
200 JTuner(JNIEnv *env, jobject thiz);
202 jobject getAvSyncHwId(sp<FilterClient> filter);
203 jobject getAvSyncTime(jint id);
208 jobject getFrontendIds();
209 jobject openFrontendByHandle(int feHandle);
216 jobject getFrontendInfo(int id);
224 jobject openLnbByHandle(int handle);
[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/tests/JankBench/app/src/main/jni/
Dtest.cpp39 jlong Java_com_android_benchmark_synthetic_TestInterface_nInit(JNIEnv *_env, jobject _this, jlong o… in Java_com_android_benchmark_synthetic_TestInterface_nInit()
51 void Java_com_android_benchmark_synthetic_TestInterface_nDestroy(JNIEnv *_env, jobject _this, jlong… in Java_com_android_benchmark_synthetic_TestInterface_nDestroy()
58 JNIEnv *_env, jobject _this, jlong _b, jlong options) { in Java_com_android_benchmark_synthetic_TestInterface_nRunPowerManagementTest()
64 JNIEnv *_env, jobject _this, jlong _b, jlong options) { in Java_com_android_benchmark_synthetic_TestInterface_nRunCPUHeatSoakTest()
70 JNIEnv *_env, jobject _this, jlong _b, jfloatArray data) { in Java_com_android_benchmark_synthetic_TestInterface_nGetData()
84 JNIEnv *_env, jobject _this, jlong _b) { in Java_com_android_benchmark_synthetic_TestInterface_nMemTestStart()
90 JNIEnv *_env, jobject _this, jlong _b, jlong opt) { in Java_com_android_benchmark_synthetic_TestInterface_nMemTestBandwidth()
96 JNIEnv *_env, jobject _this, jlong _b, jlong opt) { in Java_com_android_benchmark_synthetic_TestInterface_nGFlopsTest()
102 JNIEnv *_env, jobject _this, jlong _b, jlong opt) { in Java_com_android_benchmark_synthetic_TestInterface_nMemTestLatency()
108 JNIEnv *_env, jobject _this, jlong _b) { in Java_com_android_benchmark_synthetic_TestInterface_nMemTestEnd()
[all …]

12345678910>>...24