/frameworks/base/core/jni/ |
D | AndroidRuntime.cpp | 54 extern int register_android_os_Binder(JNIEnv* env); 55 extern int register_android_os_Process(JNIEnv* env); 56 extern int register_android_graphics_Bitmap(JNIEnv*); 57 extern int register_android_graphics_BitmapFactory(JNIEnv*); 58 extern int register_android_graphics_BitmapRegionDecoder(JNIEnv*); 59 extern int register_android_graphics_Camera(JNIEnv* env); 60 extern int register_android_graphics_CreateJavaOutputStreamAdaptor(JNIEnv* env); 61 extern int register_android_graphics_Graphics(JNIEnv* env); 62 extern int register_android_graphics_Interpolator(JNIEnv* env); 63 extern int register_android_graphics_MaskFilter(JNIEnv* env); [all …]
|
D | android_view_RenderNode.cpp | 46 static JNIEnv* getenv(JavaVM* vm) { in getenv() 47 JNIEnv* env; in getenv() 58 RenderNodeContext(JNIEnv* env, jobject jobjRef) { in RenderNodeContext() 67 JNIEnv* env = getenv(mVm); in ~RenderNodeContext() 71 jobject acquireLocalRef(JNIEnv* env) { in acquireLocalRef() 81 void onRenderNodeRemoved(JNIEnv* env, RenderNode* node) { in onRenderNodeRemoved() 98 static void android_view_RenderNode_output(JNIEnv* env, in android_view_RenderNode_output() 104 static jint android_view_RenderNode_getDebugSize(JNIEnv* env, in android_view_RenderNode_getDebugSize() 110 static jlong android_view_RenderNode_create(JNIEnv* env, jobject thiz, in android_view_RenderNode_create() 123 static void android_view_RenderNode_destroyRenderNode(JNIEnv* env, in android_view_RenderNode_destroyRenderNode() [all …]
|
D | android_graphics_drawable_VectorDrawable.cpp | 33 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 …]
|
D | android_view_ThreadedRenderer.cpp | 65 static JNIEnv* getenv(JavaVM* vm) { in getenv() 66 JNIEnv* env; in getenv() 77 void onRenderNodeRemoved(JNIEnv* env, RenderNode* node); 81 ScopedRemovedRenderNodeObserver(JNIEnv* env) : mEnv(env) {} in ScopedRemovedRenderNodeObserver() 94 JNIEnv* mEnv; 137 JNIEnv* env = getenv(vm); in throwException() 148 RootRenderNode(JNIEnv* env) : RenderNode() { in RootRenderNode() 274 static jlongArray get_metrics_buffer(JNIEnv* env, jobject observer) { in get_metrics_buffer() 290 JNIEnv* env = getenv(mVm); in ObserverProxy() 312 JNIEnv* env = getenv(mVm); in ~ObserverProxy() [all …]
|
D | android_graphics_drawable_AnimatedVectorDrawable.cpp | 38 static JNIEnv* getEnv(JavaVM* vm) { in getEnv() 39 JNIEnv* env; in getEnv() 46 static AnimationListener* createAnimationListener(JNIEnv* env, jobject finishListener, jint id) { in createAnimationListener() 49 AnimationListenerBridge(JNIEnv* env, jobject finishListener, jint id) { in createAnimationListener() 63 JNIEnv* env = getEnv(mJvm); in createAnimationListener() 73 JNIEnv* env = getEnv(mJvm); in createAnimationListener() 85 static void addAnimator(JNIEnv*, jobject, jlong animatorSetPtr, jlong propertyHolderPtr, in addAnimator() argument 93 static jlong createAnimatorSet(JNIEnv*, jobject) { in createAnimatorSet() argument 98 static jlong createGroupPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jint propertyId, in createGroupPropertyHolder() argument 106 static jlong createPathDataPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jlong startValuePtr, in createPathDataPropertyHolder() argument [all …]
|
D | android_view_RenderNodeAnimator.cpp | 40 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 …]
|
D | android_view_MotionEvent.cpp | 68 MotionEvent* android_view_MotionEvent_getNativePtr(JNIEnv* env, jobject eventObj) { in android_view_MotionEvent_getNativePtr() 76 static void android_view_MotionEvent_setNativePtr(JNIEnv* env, jobject eventObj, in android_view_MotionEvent_setNativePtr() 82 jobject android_view_MotionEvent_obtainAsCopy(JNIEnv* env, const MotionEvent* event) { in android_view_MotionEvent_obtainAsCopy() 102 status_t android_view_MotionEvent_recycle(JNIEnv* env, jobject eventObj) { in android_view_MotionEvent_recycle() 117 static bool validatePointerCount(JNIEnv* env, jint pointerCount) { in validatePointerCount() 126 static bool validatePointerPropertiesArray(JNIEnv* env, jobjectArray pointerPropertiesObjArray, in validatePointerPropertiesArray() 142 static bool validatePointerCoordsObjArray(JNIEnv* env, jobjectArray pointerCoordsObjArray, in validatePointerCoordsObjArray() 158 static bool validatePointerIndex(JNIEnv* env, jint pointerIndex, size_t pointerCount) { in validatePointerIndex() 167 static bool validateHistoryPos(JNIEnv* env, jint historyPos, size_t historySize) { in validateHistoryPos() 176 static bool validatePointerCoords(JNIEnv* env, jobject pointerCoordsObj) { in validatePointerCoords() [all …]
|
D | android_os_Parcel.cpp | 71 Parcel* parcelForJavaObject(JNIEnv* env, jobject obj) in parcelForJavaObject() 83 jobject createJavaParcelObject(JNIEnv* env) in createJavaParcelObject() 88 void recycleJavaParcelObject(JNIEnv* env, jobject parcelObj) in recycleJavaParcelObject() 93 static jint android_os_Parcel_dataSize(JNIEnv* env, jclass clazz, jlong nativePtr) in android_os_Parcel_dataSize() 99 static jint android_os_Parcel_dataAvail(JNIEnv* env, jclass clazz, jlong nativePtr) in android_os_Parcel_dataAvail() 105 static jint android_os_Parcel_dataPosition(JNIEnv* env, jclass clazz, jlong nativePtr) in android_os_Parcel_dataPosition() 111 static jint android_os_Parcel_dataCapacity(JNIEnv* env, jclass clazz, jlong nativePtr) in android_os_Parcel_dataCapacity() 117 static jlong android_os_Parcel_setDataSize(JNIEnv* env, jclass clazz, jlong nativePtr, jint size) in android_os_Parcel_setDataSize() 130 static void android_os_Parcel_setDataPosition(JNIEnv* env, jclass clazz, jlong nativePtr, jint pos) in android_os_Parcel_setDataPosition() 138 static void android_os_Parcel_setDataCapacity(JNIEnv* env, jclass clazz, jlong nativePtr, jint size) in android_os_Parcel_setDataCapacity() [all …]
|
D | com_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp | 29 static jlong createAccelerateDecelerateInterpolator(JNIEnv* env, jobject clazz) { in createAccelerateDecelerateInterpolator() 33 static jlong createAccelerateInterpolator(JNIEnv* env, jobject clazz, jfloat factor) { in createAccelerateInterpolator() 37 static jlong createAnticipateInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateInterpolator() 41 static jlong createAnticipateOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateOvershootInterpolator() 45 static jlong createBounceInterpolator(JNIEnv* env, jobject clazz) { in createBounceInterpolator() 49 static jlong createCycleInterpolator(JNIEnv* env, jobject clazz, jfloat cycles) { in createCycleInterpolator() 53 static jlong createDecelerateInterpolator(JNIEnv* env, jobject clazz, jfloat factor) { in createDecelerateInterpolator() 57 static jlong createLinearInterpolator(JNIEnv* env, jobject clazz) { in createLinearInterpolator() 61 static jlong createOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createOvershootInterpolator() 65 static jlong createLutInterpolator(JNIEnv* env, jobject clazz, jfloatArray jlut) { in createLutInterpolator() [all …]
|
D | android_view_DisplayListCanvas.cpp | 46 static JNIEnv* jnienv(JavaVM* vm) { in jnienv() 47 JNIEnv* env; in jnienv() 56 InvokeRunnableMessage(JNIEnv* env, jobject runnable) { in InvokeRunnableMessage() 76 GlFunctorReleasedCallbackBridge(JNIEnv* env, jobject javaCallback) { in GlFunctorReleasedCallbackBridge() 94 static void android_view_DisplayListCanvas_insertReorderBarrier(JNIEnv* env, jobject clazz, in android_view_DisplayListCanvas_insertReorderBarrier() 104 static void android_view_DisplayListCanvas_callDrawGLFunction(JNIEnv* env, jobject clazz, in android_view_DisplayListCanvas_callDrawGLFunction() 119 static jint android_view_DisplayListCanvas_getMaxTextureWidth(JNIEnv* env, jobject clazz) { in android_view_DisplayListCanvas_getMaxTextureWidth() 126 static jint android_view_DisplayListCanvas_getMaxTextureHeight(JNIEnv* env, jobject clazz) { in android_view_DisplayListCanvas_getMaxTextureHeight() 137 static void android_view_DisplayListCanvas_drawRoundRectProps(JNIEnv* env, jobject clazz, in android_view_DisplayListCanvas_drawRoundRectProps() 151 static void android_view_DisplayListCanvas_drawCircleProps(JNIEnv* env, jobject clazz, in android_view_DisplayListCanvas_drawCircleProps() [all …]
|
D | android_opengl_GLES10.cpp | 81 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 …]
|
D | android_graphics_Canvas.cpp | 43 static jlong getNativeFinalizer(JNIEnv* env, jobject clazz) { in getNativeFinalizer() 48 static jlong initRaster(JNIEnv* env, jobject, jobject jbitmap) { in initRaster() 58 static void setBitmap(JNIEnv* env, jobject, jlong canvasHandle, jobject jbitmap) { in setBitmap() 66 static jboolean isOpaque(JNIEnv*, jobject, jlong canvasHandle) { in isOpaque() argument 70 static jint getWidth(JNIEnv*, jobject, jlong canvasHandle) { in getWidth() argument 74 static jint getHeight(JNIEnv*, jobject, jlong canvasHandle) { in getHeight() argument 78 static void setHighContrastText(JNIEnv*, jobject, jlong canvasHandle, jboolean highContrastText) { in setHighContrastText() argument 83 static jint getSaveCount(JNIEnv*, jobject, jlong canvasHandle) { in getSaveCount() argument 87 static jint save(JNIEnv*, jobject, jlong canvasHandle, jint flagsHandle) { in save() argument 92 static jint saveLayer(JNIEnv* env, jobject, jlong canvasHandle, jfloat l, jfloat t, in saveLayer() [all …]
|
/frameworks/base/services/core/jni/ |
D | onload.cpp | 23 int register_android_server_ActivityManagerService(JNIEnv* env); 24 int register_android_server_AlarmManagerService(JNIEnv* env); 25 int register_android_server_AssetAtlasService(JNIEnv* env); 26 int register_android_server_BatteryStatsService(JNIEnv* env); 27 int register_android_server_ConsumerIrService(JNIEnv *env); 28 int register_android_server_InputApplicationHandle(JNIEnv* env); 29 int register_android_server_InputWindowHandle(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); [all …]
|
/frameworks/base/core/jni/android/graphics/ |
D | GraphicsJNI.h | 34 static bool hasException(JNIEnv*); 36 static void get_jrect(JNIEnv*, jobject jrect, int* L, int* T, int* R, int* B); 37 static void set_jrect(JNIEnv*, jobject jrect, int L, int T, int R, int B); 39 static SkIRect* jrect_to_irect(JNIEnv*, jobject jrect, SkIRect*); 40 static void irect_to_jrect(const SkIRect&, JNIEnv*, jobject jrect); 42 static SkRect* jrectf_to_rect(JNIEnv*, jobject jrectf, SkRect*); 43 static SkRect* jrect_to_rect(JNIEnv*, jobject jrect, SkRect*); 44 static void rect_to_jrectf(const SkRect&, JNIEnv*, jobject jrectf); 46 static void set_jpoint(JNIEnv*, jobject jrect, int x, int y); 48 static SkIPoint* jpoint_to_ipoint(JNIEnv*, jobject jpoint, SkIPoint* point); [all …]
|
D | Matrix.cpp | 31 static void finalizer(JNIEnv* env, jobject clazz, jlong objHandle) { in finalizer() 36 static jlong create(JNIEnv* env, jobject clazz, jlong srcHandle) { in create() 46 static jboolean isIdentity(JNIEnv* env, jobject clazz, jlong objHandle) { in isIdentity() 51 static jboolean isAffine(JNIEnv* env, jobject clazz, jlong objHandle) { in isAffine() 56 static jboolean rectStaysRect(JNIEnv* env, jobject clazz, jlong objHandle) { in rectStaysRect() 61 static void reset(JNIEnv* env, jobject clazz, jlong objHandle) { in reset() 65 static void set(JNIEnv* env, jobject clazz, jlong objHandle, jlong otherHandle) { in set() 70 static void setTranslate(JNIEnv* env, jobject clazz, jlong objHandle, jfloat dx, jfloat dy) { in setTranslate() 74 …static void setScale__FFFF(JNIEnv* env, jobject clazz, jlong objHandle, jfloat sx, jfloat sy, jflo… in setScale__FFFF() 78 static void setScale__FF(JNIEnv* env, jobject clazz, jlong objHandle, jfloat sx, jfloat sy) { in setScale__FF() [all …]
|
D | SurfaceTexture.cpp | 79 static void SurfaceTexture_setSurfaceTexture(JNIEnv* env, jobject thiz, in SurfaceTexture_setSurfaceTexture() 93 static void SurfaceTexture_setProducer(JNIEnv* env, jobject thiz, in SurfaceTexture_setProducer() 107 static void SurfaceTexture_setFrameAvailableListener(JNIEnv* env, in SurfaceTexture_setFrameAvailableListener() 122 sp<GLConsumer> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz) { in SurfaceTexture_getSurfaceTexture() 126 sp<IGraphicBufferProducer> SurfaceTexture_getProducer(JNIEnv* env, jobject thiz) { in SurfaceTexture_getProducer() 130 sp<ANativeWindow> android_SurfaceTexture_getNativeWindow(JNIEnv* env, jobject thiz) { in android_SurfaceTexture_getNativeWindow() 137 bool android_SurfaceTexture_isInstanceOf(JNIEnv* env, jobject thiz) { in android_SurfaceTexture_isInstanceOf() 147 JNISurfaceTextureContext(JNIEnv* env, jobject weakThiz, jclass clazz); 152 static JNIEnv* getJNIEnv(bool* needsDetach); 159 JNISurfaceTextureContext::JNISurfaceTextureContext(JNIEnv* env, in JNISurfaceTextureContext() [all …]
|
D | Region.cpp | 36 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 …]
|
D | Camera.cpp | 11 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 …]
|
/frameworks/base/media/mca/filterfw/jni/ |
D | jni_gl_frame.h | 27 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 …]
|
D | jni_gl_environment.h | 27 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 …]
|
D | jni_native_program.h | 27 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 …]
|
D | jni_native_frame.h | 27 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 …]
|
D | jni_shader_program.h | 29 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/media/jni/ |
D | android_media_MediaRecorder.cpp | 50 extern sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, struct JNICameraContext** context); 52 android_media_MediaCodec_getPersistentInputSurface(JNIEnv* env, jobject object); 69 JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz); 78 JNIMediaRecorderListener::JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaRecorderListener() 99 JNIEnv *env = AndroidRuntime::getJNIEnv(); in ~JNIMediaRecorderListener() 108 JNIEnv *env = AndroidRuntime::getJNIEnv(); in notify() 114 static sp<Surface> get_surface(JNIEnv* env, jobject clazz) in get_surface() 120 static sp<PersistentSurface> get_persistentSurface(JNIEnv* env, jobject object) in get_persistentSurface() 127 static bool process_media_recorder_call(JNIEnv *env, status_t opStatus, const char* exception, cons… in process_media_recorder_call() 140 static sp<MediaRecorder> getMediaRecorder(JNIEnv* env, jobject thiz) in getMediaRecorder() [all …]
|
D | android_media_MediaPlayer.cpp | 82 JNIMediaPlayerListener(JNIEnv* env, jobject thiz, jobject weak_thiz); 91 JNIMediaPlayerListener::JNIMediaPlayerListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaPlayerListener() 112 JNIEnv *env = AndroidRuntime::getJNIEnv(); in ~JNIMediaPlayerListener() 119 JNIEnv *env = AndroidRuntime::getJNIEnv(); in notify() 142 static sp<MediaPlayer> getMediaPlayer(JNIEnv* env, jobject thiz) in getMediaPlayer() 149 static sp<MediaPlayer> setMediaPlayer(JNIEnv* env, jobject thiz, const sp<MediaPlayer>& player) in setMediaPlayer() 167 static void process_media_player_call(JNIEnv *env, jobject thiz, status_t opStatus, const char* exc… in process_media_player_call() 197 JNIEnv *env, jobject thiz, jobject httpServiceBinderObj, jstring path, in android_media_MediaPlayer_setDataSourceAndHeaders() 246 android_media_MediaPlayer_setDataSourceFD(JNIEnv *env, jobject thiz, jobject fileDescriptor, jlong … in android_media_MediaPlayer_setDataSourceFD() 264 android_media_MediaPlayer_setDataSourceCallback(JNIEnv *env, jobject thiz, jobject dataSource) in android_media_MediaPlayer_setDataSourceCallback() [all …]
|