Home
last modified time | relevance | path

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

12345678910>>...19

/frameworks/base/services/core/jni/
Donload.cpp26 int register_android_server_AlarmManagerService(JNIEnv* env);
27 int register_android_server_BatteryStatsService(JNIEnv* env);
28 int register_android_server_ConsumerIrService(JNIEnv *env);
29 int register_android_server_InputApplicationHandle(JNIEnv* env);
30 int register_android_server_InputWindowHandle(JNIEnv* env);
31 int register_android_server_InputManager(JNIEnv* env);
32 int register_android_server_LightsService(JNIEnv* env);
33 int register_android_server_PowerManagerService(JNIEnv* env);
34 int register_android_server_storage_AppFuse(JNIEnv* env);
35 int register_android_server_SerialService(JNIEnv* env);
[all …]
/frameworks/base/core/jni/
DAndroidRuntime.cpp53 extern int register_android_os_Binder(JNIEnv* env);
54 extern int register_android_os_Process(JNIEnv* env);
55 extern int register_android_graphics_Bitmap(JNIEnv*);
56 extern int register_android_graphics_BitmapFactory(JNIEnv*);
57 extern int register_android_graphics_BitmapRegionDecoder(JNIEnv*);
58 extern int register_android_graphics_Camera(JNIEnv* env);
59 extern int register_android_graphics_CreateJavaOutputStreamAdaptor(JNIEnv* env);
60 extern int register_android_graphics_GraphicBuffer(JNIEnv* env);
61 extern int register_android_graphics_Graphics(JNIEnv* env);
62 extern int register_android_graphics_Interpolator(JNIEnv* env);
[all …]
Dandroid_graphics_drawable_VectorDrawable.cpp33 static jlong createTree(JNIEnv*, jobject, jlong groupPtr) { in createTree() argument
39 static jlong createTreeFromCopy(JNIEnv*, jobject, jlong treePtr, jlong groupPtr) { in createTreeFromCopy() argument
46 static jlong createEmptyFullPath(JNIEnv*, jobject) { in createEmptyFullPath() argument
51 static jlong createFullPath(JNIEnv*, jobject, jlong srcFullPathPtr) { in createFullPath() argument
58 static jlong createEmptyClipPath(JNIEnv*, jobject) { in createEmptyClipPath() argument
63 static jlong createClipPath(JNIEnv*, jobject, jlong srcClipPathPtr) { in createClipPath() argument
70 static jlong createEmptyGroup(JNIEnv*, jobject) { in createEmptyGroup() argument
75 static jlong createGroup(JNIEnv*, jobject, jlong srcGroupPtr) { in createGroup() argument
81 static void setNodeName(JNIEnv* env, jobject, jlong nodePtr, jstring nameStr) { in setNodeName()
88 static void addChild(JNIEnv*, jobject, jlong groupPtr, jlong childPtr) { in addChild() argument
[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_view_RenderNodeAnimator.cpp40 static JNIEnv* getEnv(JavaVM* vm) { in getEnv()
41 JNIEnv* env; in getEnv()
63 AnimationListenerBridge(JNIEnv* env, jobject finishListener) { in AnimationListenerBridge()
76 JNIEnv* env = getEnv(mJvm); in onAnimationFinished()
86 JNIEnv* env = getEnv(mJvm); in releaseJavaObject()
108 static jlong createAnimator(JNIEnv* env, jobject clazz, in createAnimator()
116 static jlong createCanvasPropertyFloatAnimator(JNIEnv* env, jobject clazz, in createCanvasPropertyFloatAnimator()
124 static jlong createCanvasPropertyPaintAnimator(JNIEnv* env, jobject clazz, in createCanvasPropertyPaintAnimator()
135 static jlong createRevealAnimator(JNIEnv* env, jobject clazz, in createRevealAnimator()
142 static void setStartValue(JNIEnv* env, jobject clazz, jlong animatorPtr, jfloat startValue) { in setStartValue()
[all …]
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp39 static JNIEnv* getEnv(JavaVM* vm) { in getEnv()
40 JNIEnv* env; in getEnv()
47 static AnimationListener* createAnimationListener(JNIEnv* env, jobject finishListener, jint id) { in createAnimationListener()
50 AnimationListenerBridge(JNIEnv* env, jobject finishListener, jint id) { in createAnimationListener()
64 JNIEnv* env = getEnv(mJvm); in createAnimationListener()
74 JNIEnv* env = getEnv(mJvm); in createAnimationListener()
86 static void addAnimator(JNIEnv*, jobject, jlong animatorSetPtr, jlong propertyHolderPtr, in addAnimator() argument
96 static jlong createAnimatorSet(JNIEnv*, jobject) { in createAnimatorSet() argument
101 static void setVectorDrawableTarget(JNIEnv*, jobject,jlong animatorPtr, jlong vectorDrawablePtr) { in setVectorDrawableTarget() argument
107 static jlong createGroupPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jint propertyId, in createGroupPropertyHolder() argument
[all …]
Dcom_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp30 static jlong createAccelerateDecelerateInterpolator(JNIEnv* env, jobject clazz) { in createAccelerateDecelerateInterpolator()
34 static jlong createAccelerateInterpolator(JNIEnv* env, jobject clazz, jfloat factor) { in createAccelerateInterpolator()
38 static jlong createAnticipateInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateInterpolator()
42 static jlong createAnticipateOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateOvershootInterpolator()
46 static jlong createBounceInterpolator(JNIEnv* env, jobject clazz) { in createBounceInterpolator()
50 static jlong createCycleInterpolator(JNIEnv* env, jobject clazz, jfloat cycles) { in createCycleInterpolator()
54 static jlong createDecelerateInterpolator(JNIEnv* env, jobject clazz, jfloat factor) { in createDecelerateInterpolator()
58 static jlong createLinearInterpolator(JNIEnv* env, jobject clazz) { in createLinearInterpolator()
62 static jlong createOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createOvershootInterpolator()
66 static jlong createPathInterpolator(JNIEnv* env, jobject clazz, jfloatArray jX, jfloatArray jY) { in createPathInterpolator()
[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()
94 static jint android_content_XmlBlock_nativeNext(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeNext()
128 static jint android_content_XmlBlock_nativeGetNamespace(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetNamespace()
139 static jint android_content_XmlBlock_nativeGetName(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetName()
150 static jint android_content_XmlBlock_nativeGetText(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetText()
161 static jint android_content_XmlBlock_nativeGetLineNumber(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetLineNumber()
173 static jint android_content_XmlBlock_nativeGetAttributeCount(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetAttributeCount()
185 static jint android_content_XmlBlock_nativeGetAttributeNamespace(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetAttributeNamespace()
[all …]
Dandroid_opengl_GLES10.cpp81 nativeClassInit(JNIEnv *_env, jclass glImplClass) in nativeClassInit()
103 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *offset) in getPointer()
131 static void* Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) { in Get()
137 static void* Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) { in Get()
143 static void* Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) { in Get()
149 static void* Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) { in Get()
155 static void* Get(JNIEnv* _env, jintArray array, jboolean* is_copy) { in Get()
161 static void* Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) { in Get()
167 static void* Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) { in Get()
173 static void* Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) { in Get()
[all …]
Dandroid_view_ThreadedRenderer.cpp69 static JNIEnv* getenv(JavaVM* vm) { in getenv()
70 JNIEnv* env; in getenv()
141 JNIEnv* env = getenv(vm); in throwException()
152 explicit RootRenderNode(JNIEnv* env) : RenderNode() { in RootRenderNode()
461 static jlongArray get_metrics_buffer(JNIEnv* env, jobject observer) { in get_metrics_buffer()
477 JNIEnv* env = getenv(mVm); in ObserverProxy()
499 JNIEnv* env = getenv(mVm); in ~ObserverProxy()
507 bool getNextBuffer(JNIEnv* env, jlongArray sink, int* dropCount) { in getNextBuffer()
568 JNIEnv* env = getenv(mVm); in handleMessage()
584 static void android_view_ThreadedRenderer_rotateProcessStatsBuffer(JNIEnv* env, jobject clazz) { in android_view_ThreadedRenderer_rotateProcessStatsBuffer()
[all …]
Dandroid_graphics_Picture.cpp28 static jlong android_graphics_Picture_newPicture(JNIEnv* env, jobject, jlong srcHandle) { in android_graphics_Picture_newPicture()
33 static jlong android_graphics_Picture_deserialize(JNIEnv* env, jobject, jobject jstream, in android_graphics_Picture_deserialize()
44 static void android_graphics_Picture_killPicture(JNIEnv* env, jobject, jlong pictureHandle) { in android_graphics_Picture_killPicture()
50 static void android_graphics_Picture_draw(JNIEnv* env, jobject, jlong canvasHandle, in android_graphics_Picture_draw()
59 static jboolean android_graphics_Picture_serialize(JNIEnv* env, jobject, jlong pictureHandle, in android_graphics_Picture_serialize()
72 static jint android_graphics_Picture_getWidth(JNIEnv* env, jobject, jlong pictureHandle) { in android_graphics_Picture_getWidth()
77 static jint android_graphics_Picture_getHeight(JNIEnv* env, jobject, jlong pictureHandle) { in android_graphics_Picture_getHeight()
82 static jlong android_graphics_Picture_beginRecording(JNIEnv* env, jobject, jlong pictHandle, in android_graphics_Picture_beginRecording()
89 static void android_graphics_Picture_endRecording(JNIEnv* env, jobject, jlong pictHandle) { in android_graphics_Picture_endRecording()
106 int register_android_graphics_Picture(JNIEnv* env) { in register_android_graphics_Picture()
/frameworks/base/core/jni/android/graphics/
DGraphicsJNI.h44 static bool hasException(JNIEnv*);
46 static void get_jrect(JNIEnv*, jobject jrect, int* L, int* T, int* R, int* B);
47 static void set_jrect(JNIEnv*, jobject jrect, int L, int T, int R, int B);
49 static SkIRect* jrect_to_irect(JNIEnv*, jobject jrect, SkIRect*);
50 static void irect_to_jrect(const SkIRect&, JNIEnv*, jobject jrect);
52 static SkRect* jrectf_to_rect(JNIEnv*, jobject jrectf, SkRect*);
53 static SkRect* jrect_to_rect(JNIEnv*, jobject jrect, SkRect*);
54 static void rect_to_jrectf(const SkRect&, JNIEnv*, jobject jrectf);
56 static void set_jpoint(JNIEnv*, jobject jrect, int x, int y);
58 static SkIPoint* jpoint_to_ipoint(JNIEnv*, jobject jpoint, SkIPoint* point);
[all …]
DSurfaceTexture.cpp82 static void SurfaceTexture_setSurfaceTexture(JNIEnv* env, jobject thiz, in SurfaceTexture_setSurfaceTexture()
96 static void SurfaceTexture_setProducer(JNIEnv* env, jobject thiz, in SurfaceTexture_setProducer()
110 static void SurfaceTexture_setFrameAvailableListener(JNIEnv* env, in SurfaceTexture_setFrameAvailableListener()
125 sp<GLConsumer> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz) { in SurfaceTexture_getSurfaceTexture()
129 sp<IGraphicBufferProducer> SurfaceTexture_getProducer(JNIEnv* env, jobject thiz) { in SurfaceTexture_getProducer()
133 sp<ANativeWindow> android_SurfaceTexture_getNativeWindow(JNIEnv* env, jobject thiz) { in android_SurfaceTexture_getNativeWindow()
140 bool android_SurfaceTexture_isInstanceOf(JNIEnv* env, jobject thiz) { in android_SurfaceTexture_isInstanceOf()
150 JNISurfaceTextureContext(JNIEnv* env, jobject weakThiz, jclass clazz);
155 static JNIEnv* getJNIEnv(bool* needsDetach);
162 JNISurfaceTextureContext::JNISurfaceTextureContext(JNIEnv* env, in JNISurfaceTextureContext()
[all …]
DBitmap.h36 jobject createBitmap(JNIEnv* env, Bitmap* bitmap,
43 Bitmap& toBitmap(JNIEnv* env, jobject bitmap);
44 Bitmap& toBitmap(JNIEnv* env, jlong bitmapHandle);
47 void imageInfo(JNIEnv* env, jobject bitmap, AndroidBitmapInfo* info);
49 void* lockPixels(JNIEnv* env, jobject bitmap);
51 bool unlockPixels(JNIEnv* env, jobject bitmap);
56 void reinitBitmap(JNIEnv* env, jobject javaBitmap, const SkImageInfo& info,
59 int getBitmapAllocationByteCount(JNIEnv* env, jobject javaBitmap);
DCamera.cpp11 static void Camera_constructor(JNIEnv* env, jobject obj) { in Camera_constructor()
16 static void Camera_destructor(JNIEnv* env, jobject obj) { in Camera_destructor()
22 static void Camera_save(JNIEnv* env, jobject obj) { in Camera_save()
28 static void Camera_restore(JNIEnv* env, jobject obj) { in Camera_restore()
34 static void Camera_translate(JNIEnv* env, jobject obj, in Camera_translate()
41 static void Camera_rotateX(JNIEnv* env, jobject obj, jfloat degrees) { in Camera_rotateX()
47 static void Camera_rotateY(JNIEnv* env, jobject obj, jfloat degrees) { in Camera_rotateY()
53 static void Camera_rotateZ(JNIEnv* env, jobject obj, jfloat degrees) { in Camera_rotateZ()
59 static void Camera_rotate(JNIEnv* env, jobject obj, jfloat x, jfloat y, jfloat z) { in Camera_rotate()
67 static void Camera_setLocation(JNIEnv* env, jobject obj, jfloat x, jfloat y, jfloat z) { in Camera_setLocation()
[all …]
DRegion.cpp36 static inline SkRegion* GetSkRegion(JNIEnv* env, jobject regionObject) { in GetSkRegion()
43 static jlong Region_constructor(JNIEnv* env, jobject) { in Region_constructor()
47 static void Region_destructor(JNIEnv* env, jobject, jlong regionHandle) { in Region_destructor()
53 static void Region_setRegion(JNIEnv* env, jobject, jlong dstHandle, jlong srcHandle) { in Region_setRegion()
60 static jboolean Region_setRect(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint rig… in Region_setRect()
66 static jboolean Region_setPath(JNIEnv* env, jobject, jlong dstHandle, in Region_setPath()
77 static jboolean Region_getBounds(JNIEnv* env, jobject, jlong regionHandle, jobject rectBounds) { in Region_getBounds()
84 static jboolean Region_getBoundaryPath(JNIEnv* env, jobject, jlong regionHandle, jlong pathHandle) { in Region_getBoundaryPath()
91 static jboolean Region_op0(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint right, … in Region_op0()
100 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 …]
Djni_native_program.cpp30 jboolean Java_android_filterfw_core_NativeProgram_allocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_NativeProgram_allocate()
35 jboolean Java_android_filterfw_core_NativeProgram_deallocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_NativeProgram_deallocate()
39 jboolean Java_android_filterfw_core_NativeProgram_nativeInit(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_NativeProgram_nativeInit()
44 jboolean Java_android_filterfw_core_NativeProgram_openNativeLibrary(JNIEnv* env, in Java_android_filterfw_core_NativeProgram_openNativeLibrary()
51 jboolean Java_android_filterfw_core_NativeProgram_bindInitFunction(JNIEnv* env, in Java_android_filterfw_core_NativeProgram_bindInitFunction()
58 jboolean Java_android_filterfw_core_NativeProgram_bindSetValueFunction(JNIEnv* env, in Java_android_filterfw_core_NativeProgram_bindSetValueFunction()
67 jboolean Java_android_filterfw_core_NativeProgram_bindGetValueFunction(JNIEnv* env, in Java_android_filterfw_core_NativeProgram_bindGetValueFunction()
76 jboolean Java_android_filterfw_core_NativeProgram_bindProcessFunction(JNIEnv* env, in Java_android_filterfw_core_NativeProgram_bindProcessFunction()
83 jboolean Java_android_filterfw_core_NativeProgram_bindResetFunction(JNIEnv* env, in Java_android_filterfw_core_NativeProgram_bindResetFunction()
92 jboolean Java_android_filterfw_core_NativeProgram_bindTeardownFunction(JNIEnv* env, in Java_android_filterfw_core_NativeProgram_bindTeardownFunction()
[all …]
/frameworks/base/services/core/jni/BroadcastRadio/
Dconvert.h29 void register_android_server_broadcastradio_convert(JNIEnv *env);
38 JavaRef<jobject> VendorInfoFromHal(JNIEnv *env, const hardware::hidl_vec<V1_1::VendorKeyValue> &inf…
39 hardware::hidl_vec<V1_1::VendorKeyValue> VendorInfoToHal(JNIEnv *env, jobject jInfo);
41 JavaRef<jobject> ModulePropertiesFromHal(JNIEnv *env, const V1_0::Properties &properties,
43 JavaRef<jobject> ModulePropertiesFromHal(JNIEnv *env, const V1_1::Properties &properties,
46 JavaRef<jobject> BandConfigFromHal(JNIEnv *env, const V1_0::BandConfig &config, Region region);
47 V1_0::BandConfig BandConfigToHal(JNIEnv *env, jobject jConfig, Region &region);
51 JavaRef<jobject> MetadataFromHal(JNIEnv *env, const hardware::hidl_vec<V1_0::MetaData> &metadata);
52 JavaRef<jobject> ProgramInfoFromHal(JNIEnv *env, const V1_0::ProgramInfo &info, V1_0::Band band);
53 JavaRef<jobject> ProgramInfoFromHal(JNIEnv *env, const V1_1::ProgramInfo &info);
[all …]
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp52 extern sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, struct JNICameraContext** context);
54 android_media_MediaCodec_getPersistentInputSurface(JNIEnv* env, jobject object);
71 JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz);
80 JNIMediaRecorderListener::JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaRecorderListener()
101 JNIEnv *env = AndroidRuntime::getJNIEnv(); in ~JNIMediaRecorderListener()
110 JNIEnv *env = AndroidRuntime::getJNIEnv(); in notify()
116 static sp<Surface> get_surface(JNIEnv* env, jobject clazz) in get_surface()
122 static sp<PersistentSurface> get_persistentSurface(JNIEnv* env, jobject object) in get_persistentSurface()
129 static bool process_media_recorder_call(JNIEnv *env, status_t opStatus, const char* exception, cons… in process_media_recorder_call()
142 static sp<MediaRecorder> getMediaRecorder(JNIEnv* env, jobject thiz) in getMediaRecorder()
[all …]
Dandroid_media_MediaPlayer.cpp107 JNIMediaPlayerListener(JNIEnv* env, jobject thiz, jobject weak_thiz);
116 JNIMediaPlayerListener::JNIMediaPlayerListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaPlayerListener()
137 JNIEnv *env = AndroidRuntime::getJNIEnv(); in ~JNIMediaPlayerListener()
144 JNIEnv *env = AndroidRuntime::getJNIEnv(); in notify()
167 static sp<MediaPlayer> getMediaPlayer(JNIEnv* env, jobject thiz) in getMediaPlayer()
174 static sp<MediaPlayer> setMediaPlayer(JNIEnv* env, jobject thiz, const sp<MediaPlayer>& player) in setMediaPlayer()
192 static void process_media_player_call(JNIEnv *env, jobject thiz, status_t opStatus, const char* exc… in process_media_player_call()
222 JNIEnv *env, jobject thiz, jobject httpServiceBinderObj, jstring path, in android_media_MediaPlayer_setDataSourceAndHeaders()
271 android_media_MediaPlayer_setDataSourceFD(JNIEnv *env, jobject thiz, jobject fileDescriptor, jlong … in android_media_MediaPlayer_setDataSourceFD()
289 android_media_MediaPlayer_setDataSourceCallback(JNIEnv *env, jobject thiz, jobject dataSource) in android_media_MediaPlayer_setDataSourceCallback()
[all …]

12345678910>>...19