Home
last modified time | relevance | path

Searched refs:JNIEnv (Results 1 – 25 of 554) sorted by relevance

12345678910>>...23

/frameworks/base/libs/hwui/apex/
Djni_runtime.cpp31 extern int register_android_graphics_Bitmap(JNIEnv*);
32 extern int register_android_graphics_BitmapFactory(JNIEnv*);
33 extern int register_android_graphics_BitmapRegionDecoder(JNIEnv*);
34 extern int register_android_graphics_ByteBufferStreamAdaptor(JNIEnv* env);
35 extern int register_android_graphics_Camera(JNIEnv* env);
36 extern int register_android_graphics_CreateJavaOutputStreamAdaptor(JNIEnv* env);
37 extern int register_android_graphics_Graphics(JNIEnv* env);
38 extern int register_android_graphics_ImageDecoder(JNIEnv*);
39 extern int register_android_graphics_drawable_AnimatedImageDrawable(JNIEnv*);
40 extern int register_android_graphics_Interpolator(JNIEnv* env);
[all …]
DLayoutlibLoader.cpp39 extern int register_android_graphics_Bitmap(JNIEnv*);
40 extern int register_android_graphics_BitmapFactory(JNIEnv*);
41 extern int register_android_graphics_ByteBufferStreamAdaptor(JNIEnv* env);
42 extern int register_android_graphics_CreateJavaOutputStreamAdaptor(JNIEnv* env);
43 extern int register_android_graphics_Graphics(JNIEnv* env);
44 extern int register_android_graphics_ImageDecoder(JNIEnv*);
45 extern int register_android_graphics_Interpolator(JNIEnv* env);
46 extern int register_android_graphics_MaskFilter(JNIEnv* env);
47 extern int register_android_graphics_NinePatch(JNIEnv*);
48 extern int register_android_graphics_PathEffect(JNIEnv* env);
[all …]
/frameworks/base/services/core/jni/
Donload.cpp27 int register_android_server_AlarmManagerService(JNIEnv* env);
28 int register_android_server_BatteryStatsService(JNIEnv* env);
29 int register_android_server_ConsumerIrService(JNIEnv *env);
30 int register_android_server_InputManager(JNIEnv* env);
31 int register_android_server_LightsService(JNIEnv* env);
32 int register_android_server_PowerManagerService(JNIEnv* env);
33 int register_android_server_storage_AppFuse(JNIEnv* env);
34 int register_android_server_SerialService(JNIEnv* env);
35 int register_android_server_SystemServer(JNIEnv* env);
36 int register_android_server_UsbAlsaJackDetector(JNIEnv* env);
[all …]
/frameworks/base/core/jni/
DAndroidRuntime.cpp55 extern int register_android_os_Binder(JNIEnv* env);
56 extern int register_android_os_Process(JNIEnv* env);
57 extern int register_android_graphics_GraphicBuffer(JNIEnv* env);
59 extern int register_com_google_android_gles_jni_EGLImpl(JNIEnv* env);
60 extern int register_com_google_android_gles_jni_GLImpl(JNIEnv* env);
61 extern int register_android_opengl_jni_EGL14(JNIEnv* env);
62 extern int register_android_opengl_jni_EGL15(JNIEnv* env);
63 extern int register_android_opengl_jni_EGLExt(JNIEnv* env);
64 extern int register_android_opengl_jni_GLES10(JNIEnv* env);
65 extern int register_android_opengl_jni_GLES10Ext(JNIEnv* env);
[all …]
DLayoutlibLoader.cpp39 extern int register_android_animation_PropertyValuesHolder(JNIEnv *env);
40 extern int register_android_content_AssetManager(JNIEnv* env);
41 extern int register_android_content_StringBlock(JNIEnv* env);
42 extern int register_android_content_XmlBlock(JNIEnv* env);
43 extern int register_android_content_res_ApkAssets(JNIEnv* env);
44 extern int register_android_os_FileObserver(JNIEnv* env);
45 extern int register_android_os_MessageQueue(JNIEnv* env);
46 extern int register_android_os_SystemClock(JNIEnv* env);
47 extern int register_android_os_SystemProperties(JNIEnv* env);
48 extern int register_android_os_Trace(JNIEnv* env);
[all …]
Dandroid_hardware_location_ActivityRecognitionHardware.cpp35 static void class_init(JNIEnv* /*env*/, jclass /*clazz*/) { in class_init() argument
43 static void initialize(JNIEnv* /*env*/, jobject /*obj*/) { in initialize() argument
51 static void release(JNIEnv* /*env*/, jobject /*obj*/) { in release() argument
59 static jboolean is_supported(JNIEnv* /*env*/, jclass /*clazz*/) { in is_supported() argument
68 static jobjectArray get_supported_activities(JNIEnv* /*env*/, jobject /*obj*/) { in get_supported_activities() argument
78 JNIEnv* /*env*/, in enable_activity_event() argument
92 JNIEnv* /*env*/, in disable_activity_event() argument
104 static int flush(JNIEnv* /*env*/, jobject /*obj*/) { in flush() argument
126 int register_android_hardware_location_ActivityRecognitionHardware(JNIEnv* env) { in register_android_hardware_location_ActivityRecognitionHardware()
Dandroid_graphics_SurfaceTexture.cpp84 static void SurfaceTexture_setSurfaceTexture(JNIEnv* env, jobject thiz, in SurfaceTexture_setSurfaceTexture()
98 static void SurfaceTexture_setProducer(JNIEnv* env, jobject thiz, in SurfaceTexture_setProducer()
112 static void SurfaceTexture_setFrameAvailableListener(JNIEnv* env, in SurfaceTexture_setFrameAvailableListener()
127 sp<SurfaceTexture> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz) { in SurfaceTexture_getSurfaceTexture()
131 sp<IGraphicBufferProducer> SurfaceTexture_getProducer(JNIEnv* env, jobject thiz) { in SurfaceTexture_getProducer()
135 bool android_SurfaceTexture_isInstanceOf(JNIEnv* env, jobject thiz) { in android_SurfaceTexture_isInstanceOf()
145 JNISurfaceTextureContext(JNIEnv* env, jobject weakThiz, jclass clazz);
150 static JNIEnv* getJNIEnv(bool* needsDetach);
157 JNISurfaceTextureContext::JNISurfaceTextureContext(JNIEnv* env, in JNISurfaceTextureContext()
163 JNIEnv* JNISurfaceTextureContext::getJNIEnv(bool* needsDetach) { in getJNIEnv()
[all …]
Dandroid_util_XmlBlock.cpp34 static jlong android_content_XmlBlock_nativeCreate(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeCreate()
62 static jlong android_content_XmlBlock_nativeGetStringBlock(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetStringBlock()
74 static jlong android_content_XmlBlock_nativeCreateParseState(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeCreateParseState()
95 static jint android_content_XmlBlock_nativeNext(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeNext()
129 static jint android_content_XmlBlock_nativeGetNamespace(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetNamespace()
140 static jint android_content_XmlBlock_nativeGetName(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetName()
151 static jint android_content_XmlBlock_nativeGetText(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetText()
162 static jint android_content_XmlBlock_nativeGetLineNumber(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetLineNumber()
174 static jint android_content_XmlBlock_nativeGetAttributeCount(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetAttributeCount()
186 static jint android_content_XmlBlock_nativeGetAttributeNamespace(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetAttributeNamespace()
[all …]
/frameworks/base/libs/hwui/jni/
DGraphicsJNI.h51 static JNIEnv* getJNIEnv();
54 static JNIEnv* attachJNIEnv(const char* envName);
60 static bool hasException(JNIEnv*);
62 static void get_jrect(JNIEnv*, jobject jrect, int* L, int* T, int* R, int* B);
63 static void set_jrect(JNIEnv*, jobject jrect, int L, int T, int R, int B);
65 static SkIRect* jrect_to_irect(JNIEnv*, jobject jrect, SkIRect*);
66 static void irect_to_jrect(const SkIRect&, JNIEnv*, jobject jrect);
68 static SkRect* jrectf_to_rect(JNIEnv*, jobject jrectf, SkRect*);
69 static SkRect* jrect_to_rect(JNIEnv*, jobject jrect, SkRect*);
70 static void rect_to_jrectf(const SkRect&, JNIEnv*, jobject jrectf);
[all …]
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()
86 static void addChild(JNIEnv*, jobject, jlong groupPtr, jlong childPtr) { in addChild() argument
[all …]
Dandroid_graphics_HardwareRenderer.cpp66 static JNIEnv* getenv(JavaVM* vm) { in getenv()
67 JNIEnv* env; in getenv()
74 typedef ANativeWindow* (*ANW_fromSurface)(JNIEnv* env, jobject surface);
79 JvmErrorReporter(JNIEnv* env) { in JvmErrorReporter()
84 JNIEnv* env = getenv(mVm); in onError()
93 explicit FrameCompleteWrapper(JNIEnv* env, jobject jobject) { in FrameCompleteWrapper()
123 static void android_view_ThreadedRenderer_rotateProcessStatsBuffer(JNIEnv* env, jobject clazz) { in android_view_ThreadedRenderer_rotateProcessStatsBuffer()
127 static void android_view_ThreadedRenderer_setProcessStatsBuffer(JNIEnv* env, jobject clazz, in android_view_ThreadedRenderer_setProcessStatsBuffer()
132 static jint android_view_ThreadedRenderer_getRenderThreadTid(JNIEnv* env, jobject clazz, in android_view_ThreadedRenderer_getRenderThreadTid()
138 static jlong android_view_ThreadedRenderer_createRootRenderNode(JNIEnv* env, jobject clazz) { in android_view_ThreadedRenderer_createRootRenderNode()
[all …]
Dandroid_graphics_animation_RenderNodeAnimator.cpp35 static JNIEnv* getEnv(JavaVM* vm) { in getEnv()
36 JNIEnv* env; in getEnv()
58 AnimationListenerBridge(JNIEnv* env, jobject finishListener) { in AnimationListenerBridge()
71 JNIEnv* env = getEnv(mJvm); in onAnimationFinished()
81 JNIEnv* env = getEnv(mJvm); in releaseJavaObject()
103 static jlong createAnimator(JNIEnv* env, jobject clazz, in createAnimator()
111 static jlong createCanvasPropertyFloatAnimator(JNIEnv* env, jobject clazz, in createCanvasPropertyFloatAnimator()
119 static jlong createCanvasPropertyPaintAnimator(JNIEnv* env, jobject clazz, in createCanvasPropertyPaintAnimator()
130 static jlong createRevealAnimator(JNIEnv* env, jobject clazz, in createRevealAnimator()
137 static void setStartValue(JNIEnv* env, jobject clazz, jlong animatorPtr, jfloat startValue) { in setStartValue()
[all …]
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp36 static JNIEnv* getEnv(JavaVM* vm) { in getEnv()
37 JNIEnv* env; in getEnv()
44 static AnimationListener* createAnimationListener(JNIEnv* env, jobject finishListener, jint id) { in createAnimationListener()
47 AnimationListenerBridge(JNIEnv* env, jobject finishListener, jint id) { in createAnimationListener()
61 JNIEnv* env = getEnv(mJvm); in createAnimationListener()
71 JNIEnv* env = getEnv(mJvm); in createAnimationListener()
83 static void addAnimator(JNIEnv*, jobject, jlong animatorSetPtr, jlong propertyHolderPtr, in addAnimator() argument
93 static jlong createAnimatorSet(JNIEnv*, jobject) { in createAnimatorSet() argument
98 static void setVectorDrawableTarget(JNIEnv*, jobject,jlong animatorPtr, jlong vectorDrawablePtr) { in setVectorDrawableTarget() argument
104 static jlong createGroupPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jint propertyId, in createGroupPropertyHolder() argument
[all …]
Dandroid_graphics_animation_NativeInterpolatorFactory.cpp28 static jlong createAccelerateDecelerateInterpolator(JNIEnv* env, jobject clazz) { in createAccelerateDecelerateInterpolator()
32 static jlong createAccelerateInterpolator(JNIEnv* env, jobject clazz, jfloat factor) { in createAccelerateInterpolator()
36 static jlong createAnticipateInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateInterpolator()
40 static jlong createAnticipateOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateOvershootInterpolator()
44 static jlong createBounceInterpolator(JNIEnv* env, jobject clazz) { in createBounceInterpolator()
48 static jlong createCycleInterpolator(JNIEnv* env, jobject clazz, jfloat cycles) { in createCycleInterpolator()
52 static jlong createDecelerateInterpolator(JNIEnv* env, jobject clazz, jfloat factor) { in createDecelerateInterpolator()
56 static jlong createLinearInterpolator(JNIEnv* env, jobject clazz) { in createLinearInterpolator()
60 static jlong createOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createOvershootInterpolator()
64 static jlong createPathInterpolator(JNIEnv* env, jobject clazz, jfloatArray jX, jfloatArray jY) { in createPathInterpolator()
[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()
19 static void Camera_save(JNIEnv* env, jobject obj) { in Camera_save()
25 static void Camera_restore(JNIEnv* env, jobject obj) { in Camera_restore()
31 static void Camera_translate(JNIEnv* env, jobject obj, in Camera_translate()
38 static void Camera_rotateX(JNIEnv* env, jobject obj, jfloat degrees) { in Camera_rotateX()
44 static void Camera_rotateY(JNIEnv* env, jobject obj, jfloat degrees) { in Camera_rotateY()
50 static void Camera_rotateZ(JNIEnv* env, jobject obj, jfloat degrees) { in Camera_rotateZ()
56 static void Camera_rotate(JNIEnv* env, jobject obj, jfloat x, jfloat y, jfloat z) { in Camera_rotate()
64 static void Camera_setLocation(JNIEnv* env, jobject obj, jfloat x, jfloat y, jfloat z) { in Camera_setLocation()
[all …]
DRegion.cpp35 static inline SkRegion* GetSkRegion(JNIEnv* env, jobject regionObject) { in GetSkRegion()
42 static jlong Region_constructor(JNIEnv* env, jobject) { in Region_constructor()
46 static void Region_destructor(JNIEnv* env, jobject, jlong regionHandle) { in Region_destructor()
52 static void Region_setRegion(JNIEnv* env, jobject, jlong dstHandle, jlong srcHandle) { in Region_setRegion()
59 static jboolean Region_setRect(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint rig… in Region_setRect()
65 static jboolean Region_setPath(JNIEnv* env, jobject, jlong dstHandle, in Region_setPath()
76 static jboolean Region_getBounds(JNIEnv* env, jobject, jlong regionHandle, jobject rectBounds) { in Region_getBounds()
83 static jboolean Region_getBoundaryPath(JNIEnv* env, jobject, jlong regionHandle, jlong pathHandle) { in Region_getBoundaryPath()
90 static jboolean Region_op0(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint right, … in Region_op0()
96 static jboolean Region_op1(JNIEnv* env, jobject, jlong dstHandle, jobject rectObject, jlong regionH… in Region_op1()
[all …]
/frameworks/base/media/mca/filterfw/jni/
Djni_gl_frame.h27 Java_android_filterfw_core_GLFrame_nativeAllocate(JNIEnv* env,
34 Java_android_filterfw_core_GLFrame_nativeAllocateWithTexture(JNIEnv* env,
42 Java_android_filterfw_core_GLFrame_nativeAllocateWithFbo(JNIEnv* env,
50 Java_android_filterfw_core_GLFrame_nativeAllocateExternal(JNIEnv* 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);
61 Java_android_filterfw_core_GLFrame_getNativeInts(JNIEnv* env, jobject thiz);
64 Java_android_filterfw_core_GLFrame_setNativeFloats(JNIEnv* env, jobject thiz, jfloatArray ints);
67 Java_android_filterfw_core_GLFrame_getNativeFloats(JNIEnv* env, jobject thiz);
70 Java_android_filterfw_core_GLFrame_setNativeData(JNIEnv* env,
[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);
45 Java_android_filterfw_core_GLEnvironment_nativeIsAnyContextActive(JNIEnv* env, jclass clazz);
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);
[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);
36 Java_android_filterfw_core_NativeProgram_openNativeLibrary(JNIEnv* env,
41 Java_android_filterfw_core_NativeProgram_bindInitFunction(JNIEnv* env,
46 Java_android_filterfw_core_NativeProgram_bindSetValueFunction(JNIEnv* env,
51 Java_android_filterfw_core_NativeProgram_bindGetValueFunction(JNIEnv* env,
56 Java_android_filterfw_core_NativeProgram_bindProcessFunction(JNIEnv* env,
61 Java_android_filterfw_core_NativeProgram_bindResetFunction(JNIEnv* env,
66 Java_android_filterfw_core_NativeProgram_bindTeardownFunction(JNIEnv* env,
[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);
33 Java_android_filterfw_core_NativeFrame_nativeIntSize(JNIEnv* env, jclass clazz);
36 Java_android_filterfw_core_NativeFrame_nativeFloatSize(JNIEnv* env, jclass clazz);
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);
51 Java_android_filterfw_core_NativeFrame_setNativeData(JNIEnv* env,
58 Java_android_filterfw_core_NativeFrame_getNativeData(JNIEnv* env, jobject thiz, jint size);
[all …]
Djni_shader_program.h29 Java_android_filterfw_core_ShaderProgram_allocate(JNIEnv* env,
36 Java_android_filterfw_core_ShaderProgram_deallocate(JNIEnv* env, jobject thiz);
39 Java_android_filterfw_core_ShaderProgram_compileAndLink(JNIEnv* env, jobject thiz);
42 Java_android_filterfw_core_ShaderProgram_setUniformValue(JNIEnv* env,
48 Java_android_filterfw_core_ShaderProgram_getUniformValue(JNIEnv* env,
53 Java_android_filterfw_core_ShaderProgram_shaderProcess(JNIEnv* env,
59 Java_android_filterfw_core_ShaderProgram_nativeCreateIdentity(JNIEnv* env,
64 Java_android_filterfw_core_ShaderProgram_setSourceRegion(JNIEnv* env,
76 Java_android_filterfw_core_ShaderProgram_setTargetRegion(JNIEnv* env,
88 Java_android_filterfw_core_ShaderProgram_setShaderClearsOutput(JNIEnv* env,
[all …]
/frameworks/base/services/core/jni/BroadcastRadio/
Dconvert.h29 void register_android_server_broadcastradio_convert(JNIEnv *env);
38 hardware::hidl_vec<hardware::hidl_string> StringListToHal(JNIEnv *env, jobject jList);
40 JavaRef<jobject> VendorInfoFromHal(JNIEnv *env, const hardware::hidl_vec<V1_1::VendorKeyValue> &inf…
41 hardware::hidl_vec<V1_1::VendorKeyValue> VendorInfoToHal(JNIEnv *env, jobject jInfo);
43 JavaRef<jobject> ModulePropertiesFromHal(JNIEnv *env, const V1_0::Properties &properties,
45 JavaRef<jobject> ModulePropertiesFromHal(JNIEnv *env, const V1_1::Properties &properties,
48 JavaRef<jobject> BandConfigFromHal(JNIEnv *env, const V1_0::BandConfig &config, Region region);
49 V1_0::BandConfig BandConfigToHal(JNIEnv *env, jobject jConfig, Region &region);
53 JavaRef<jobject> MetadataFromHal(JNIEnv *env, const hardware::hidl_vec<V1_0::MetaData> &metadata);
54 JavaRef<jobject> ProgramInfoFromHal(JNIEnv *env, const V1_0::ProgramInfo &info, V1_0::Band band);
[all …]
/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 …]
/frameworks/base/media/jni/
Dandroid_media_MediaPlayer.cpp108 JNIMediaPlayerListener(JNIEnv* env, jobject thiz, jobject weak_thiz);
117 JNIMediaPlayerListener::JNIMediaPlayerListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaPlayerListener()
138 JNIEnv *env = AndroidRuntime::getJNIEnv(); in ~JNIMediaPlayerListener()
145 JNIEnv *env = AndroidRuntime::getJNIEnv(); in notify()
168 static sp<MediaPlayer> getMediaPlayer(JNIEnv* env, jobject thiz) in getMediaPlayer()
175 static sp<MediaPlayer> setMediaPlayer(JNIEnv* env, jobject thiz, const sp<MediaPlayer>& player) in setMediaPlayer()
193 static void process_media_player_call(JNIEnv *env, jobject thiz, status_t opStatus, const char* exc… in process_media_player_call()
223 JNIEnv *env, jobject thiz, jobject httpServiceBinderObj, jstring path, in android_media_MediaPlayer_setDataSourceAndHeaders()
272 android_media_MediaPlayer_setDataSourceFD(JNIEnv *env, jobject thiz, jobject fileDescriptor, jlong … in android_media_MediaPlayer_setDataSourceFD()
290 android_media_MediaPlayer_setDataSourceCallback(JNIEnv *env, jobject thiz, jobject dataSource) in android_media_MediaPlayer_setDataSourceCallback()
[all …]
Dandroid_media_MediaRecorder.cpp56 extern sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, struct JNICameraContext** context);
58 android_media_MediaCodec_getPersistentInputSurface(JNIEnv* env, jobject object);
81 JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz);
90 JNIMediaRecorderListener::JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaRecorderListener()
111 JNIEnv *env = AndroidRuntime::getJNIEnv(); in ~JNIMediaRecorderListener()
120 JNIEnv *env = AndroidRuntime::getJNIEnv(); in notify()
126 static sp<Surface> get_surface(JNIEnv* env, jobject clazz) in get_surface()
132 static sp<PersistentSurface> get_persistentSurface(JNIEnv* env, jobject object) in get_persistentSurface()
139 static bool process_media_recorder_call(JNIEnv *env, status_t opStatus, const char* exception, cons… in process_media_recorder_call()
152 static sp<MediaRecorder> getMediaRecorder(JNIEnv* env, jobject thiz) in getMediaRecorder()
[all …]

12345678910>>...23