/frameworks/base/media/jni/ |
D | android_media_MediaRecorder.cpp | 90 JNIMediaRecorderListener::JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaRecorderListener() 111 JNIEnv *env = AndroidRuntime::getJNIEnv(); in ~JNIMediaRecorderListener() local 120 JNIEnv *env = AndroidRuntime::getJNIEnv(); in notify() local 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() 159 static sp<MediaRecorder> setMediaRecorder(JNIEnv* env, jobject thiz, const sp<MediaRecorder>& recor… in setMediaRecorder() 174 static void android_media_MediaRecorder_setCamera(JNIEnv* env, jobject thiz, jobject camera) in android_media_MediaRecorder_setCamera() 196 android_media_MediaRecorder_setVideoSource(JNIEnv *env, jobject thiz, jint vs) in android_media_MediaRecorder_setVideoSource() [all …]
|
D | android_media_MediaPlayer.cpp | 116 JNIMediaPlayerListener::JNIMediaPlayerListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaPlayerListener() 137 JNIEnv *env = AndroidRuntime::getJNIEnv(); in ~JNIMediaPlayerListener() local 144 JNIEnv *env = AndroidRuntime::getJNIEnv(); in notify() local 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() 306 getVideoSurfaceTexture(JNIEnv* env, jobject thiz) { in getVideoSurfaceTexture() [all …]
|
D | android_media_MediaHTTPConnection.cpp | 34 JMediaHTTPConnection::JMediaHTTPConnection(JNIEnv *env, jobject thiz) in JMediaHTTPConnection() 54 JNIEnv *env = AndroidRuntime::getJNIEnv(); in ~JMediaHTTPConnection() local 85 JNIEnv *env, jobject thiz, const sp<JMediaHTTPConnection> &conn) { in setObject() 100 static sp<JMediaHTTPConnection> getObject(JNIEnv *env, jobject thiz) { in getObject() 104 static void android_media_MediaHTTPConnection_native_init(JNIEnv *env) { in android_media_MediaHTTPConnection_native_init() 116 JNIEnv *env, jobject thiz) { in android_media_MediaHTTPConnection_native_setup() 123 JNIEnv *env, jobject thiz) { in android_media_MediaHTTPConnection_native_finalize() 128 JNIEnv *env, jobject thiz) { in android_media_MediaHTTPConnection_native_getIMemory() 135 JNIEnv *env, jobject thiz, jlong offset, jint size) { in android_media_MediaHTTPConnection_native_readAt() 174 int register_android_media_MediaHTTPConnection(JNIEnv *env) { in register_android_media_MediaHTTPConnection()
|
/frameworks/base/core/jni/ |
D | com_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp | 30 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 …]
|
D | android_util_XmlBlock.cpp | 34 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 …]
|
D | android_view_RenderNodeAnimator.cpp | 41 JNIEnv* env; in getEnv() local 63 AnimationListenerBridge(JNIEnv* env, jobject finishListener) { in AnimationListenerBridge() 76 JNIEnv* env = getEnv(mJvm); in onAnimationFinished() local 86 JNIEnv* env = getEnv(mJvm); in releaseJavaObject() local 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() 147 static void setDuration(JNIEnv* env, jobject clazz, jlong animatorPtr, jlong duration) { in setDuration() [all …]
|
D | android_graphics_Picture.cpp | 28 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()
|
D | android_media_AudioTrack.cpp | 165 JNIEnv *env = AndroidRuntime::getJNIEnv(); in audioCallback() local 187 static sp<AudioTrack> getAudioTrack(JNIEnv* env, jobject thiz) in getAudioTrack() 195 static sp<AudioTrack> setAudioTrack(JNIEnv* env, jobject thiz, const sp<AudioTrack>& at) in setAudioTrack() 211 sp<AudioTrack> android_media_AudioTrack_getAudioTrack(JNIEnv* env, jobject audioTrackObj) { in android_media_AudioTrack_getAudioTrack() 217 android_media_AudioTrack_setup(JNIEnv *env, jobject thiz, jobject weak_this, jobject jaa, in android_media_AudioTrack_setup() 458 android_media_AudioTrack_is_direct_output_supported(JNIEnv *env, jobject thiz, in android_media_AudioTrack_is_direct_output_supported() 476 android_media_AudioTrack_start(JNIEnv *env, jobject thiz) in android_media_AudioTrack_start() 491 android_media_AudioTrack_stop(JNIEnv *env, jobject thiz) in android_media_AudioTrack_stop() 506 android_media_AudioTrack_pause(JNIEnv *env, jobject thiz) in android_media_AudioTrack_pause() 521 android_media_AudioTrack_flush(JNIEnv *env, jobject thiz) in android_media_AudioTrack_flush() [all …]
|
D | android_view_InputChannel.cpp | 74 void NativeInputChannel::invokeAndRemoveDisposeCallback(JNIEnv* env, jobject obj) { in invokeAndRemoveDisposeCallback() 84 static NativeInputChannel* android_view_InputChannel_getNativeInputChannel(JNIEnv* env, in android_view_InputChannel_getNativeInputChannel() 90 static void android_view_InputChannel_setNativeInputChannel(JNIEnv* env, jobject inputChannelObj, in android_view_InputChannel_setNativeInputChannel() 96 sp<InputChannel> android_view_InputChannel_getInputChannel(JNIEnv* env, jobject inputChannelObj) { in android_view_InputChannel_getInputChannel() 102 void android_view_InputChannel_setDisposeCallback(JNIEnv* env, jobject inputChannelObj, in android_view_InputChannel_setDisposeCallback() 113 static jobject android_view_InputChannel_createInputChannel(JNIEnv* env, in android_view_InputChannel_createInputChannel() 124 static jobjectArray android_view_InputChannel_nativeOpenInputChannelPair(JNIEnv* env, in android_view_InputChannel_nativeOpenInputChannelPair() 162 static void android_view_InputChannel_nativeDispose(JNIEnv* env, jobject obj, jboolean finalized) { in android_view_InputChannel_nativeDispose() 178 static void android_view_InputChannel_nativeTransferTo(JNIEnv* env, jobject obj, in android_view_InputChannel_nativeTransferTo() 192 static void android_view_InputChannel_nativeReadFromParcel(JNIEnv* env, jobject obj, in android_view_InputChannel_nativeReadFromParcel() [all …]
|
D | android_net_NetUtils.cpp | 55 static void throwErrnoException(JNIEnv* env, const char* functionName, int error) { in throwErrnoException() 76 static void android_net_utils_attachDropAllBPFFilter(JNIEnv *env, jobject clazz, jobject javaFd) in android_net_utils_attachDropAllBPFFilter() 94 static void android_net_utils_detachBPFFilter(JNIEnv *env, jobject clazz, jobject javaFd) in android_net_utils_detachBPFFilter() 105 static jboolean android_net_utils_bindProcessToNetwork(JNIEnv *env, jobject thiz, jint netId) in android_net_utils_bindProcessToNetwork() 110 static jint android_net_utils_getBoundNetworkForProcess(JNIEnv *env, jobject thiz) in android_net_utils_getBoundNetworkForProcess() 115 static jboolean android_net_utils_bindProcessToNetworkForHostResolution(JNIEnv *env, jobject thiz, in android_net_utils_bindProcessToNetworkForHostResolution() 121 static jint android_net_utils_bindSocketToNetwork(JNIEnv *env, jobject thiz, jint socket, in android_net_utils_bindSocketToNetwork() 127 static jboolean android_net_utils_protectFromVpn(JNIEnv *env, jobject thiz, jint socket) in android_net_utils_protectFromVpn() 132 static jboolean android_net_utils_queryUserAccess(JNIEnv *env, jobject thiz, jint uid, jint netId) in android_net_utils_queryUserAccess() 137 static bool checkLenAndCopy(JNIEnv* env, const jbyteArray& addr, int len, void* dst) in checkLenAndCopy() [all …]
|
D | android_os_HwRemoteBinder.cpp | 57 static JavaVM* jnienv_to_javavm(JNIEnv* env) in jnienv_to_javavm() 65 JNIEnv* env; in javavm_to_jnienv() local 73 …HwBinderDeathRecipient(JNIEnv* env, jobject object, jlong cookie, const sp<HwBinderDeathRecipientL… in HwBinderDeathRecipient() 85 JNIEnv* env = javavm_to_jnienv(mVM); in binderDied() local 120 JNIEnv* env = javavm_to_jnienv(mVM); in matches() local 136 JNIEnv* env = javavm_to_jnienv(mVM); in warnIfStillLive() local 155 JNIEnv* env = javavm_to_jnienv(mVM); in ~HwBinderDeathRecipient() local 217 void JHwRemoteBinder::InitClass(JNIEnv *env) { in InitClass() 233 JNIEnv *env, jobject thiz, const sp<JHwRemoteBinder> &context) { in SetNativeContext() 252 JNIEnv *env, jobject thiz) { in GetNativeContext() [all …]
|
D | android_media_AudioVolumeGroupCallback.cpp | 44 JNIAudioVolumeGroupCallback::JNIAudioVolumeGroupCallback(JNIEnv* env, in JNIAudioVolumeGroupCallback() 63 JNIEnv *env = AndroidRuntime::getJNIEnv(); in ~JNIAudioVolumeGroupCallback() local 73 JNIEnv *env = AndroidRuntime::getJNIEnv(); in onAudioVolumeGroupChanged() local 90 JNIEnv *env = AndroidRuntime::getJNIEnv(); in onServiceDied() local 105 sp<JNIAudioVolumeGroupCallback> setJniCallback(JNIEnv* env, in setJniCallback() 124 android_media_AudioVolumeGroupChangeHandler_eventHandlerSetup(JNIEnv *env, in android_media_AudioVolumeGroupChangeHandler_eventHandlerSetup() 138 android_media_AudioVolumeGroupChangeHandler_eventHandlerFinalize(JNIEnv *env, jobject thiz) in android_media_AudioVolumeGroupChangeHandler_eventHandlerFinalize() 157 int register_android_media_AudioVolumeGroupChangeHandler(JNIEnv *env) in register_android_media_AudioVolumeGroupChangeHandler()
|
D | android_hardware_Camera.cpp | 130 sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, JNICameraContext** pContext) in get_native_camera() 148 JNICameraContext::JNICameraContext(JNIEnv* env, jobject weak_this, jclass clazz, const sp<Camera>& … in JNICameraContext() 171 JNIEnv *env = AndroidRuntime::getJNIEnv(); in release() local 207 JNIEnv *env = AndroidRuntime::getJNIEnv(); in notify() local 223 JNIEnv* env, Vector<jbyteArray>* buffers, size_t bufferSize) in getCallbackBuffer() 250 void JNICameraContext::copyAndPost(JNIEnv* env, const sp<IMemory>& dataPtr, int msgType) in copyAndPost() 312 JNIEnv *env = AndroidRuntime::getJNIEnv(); in postData() local 388 void JNICameraContext::postMetadata(JNIEnv *env, int32_t msgType, camera_frame_metadata_t *metadata) in postMetadata() 446 void JNICameraContext::setCallbackMode(JNIEnv *env, bool installed, bool manualMode) in setCallbackMode() 474 JNIEnv *env, jbyteArray cbb, int msgType) in addCallbackBuffer() [all …]
|
D | android_hardware_UsbRequest.cpp | 33 struct usb_request* get_request_from_object(JNIEnv* env, jobject java_request) in get_request_from_object() 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() 119 android_hardware_UsbRequest_dequeue_array(JNIEnv *env, jobject thiz, in android_hardware_UsbRequest_dequeue_array() 138 android_hardware_UsbRequest_queue_direct(JNIEnv *env, jobject thiz, in android_hardware_UsbRequest_queue_direct() 170 android_hardware_UsbRequest_queue(JNIEnv *env, jobject thiz, jobject buffer, jint offset, in android_hardware_UsbRequest_queue() 202 android_hardware_UsbRequest_dequeue_direct(JNIEnv *env, jobject thiz) in android_hardware_UsbRequest_dequeue_direct() 215 android_hardware_UsbRequest_cancel(JNIEnv *env, jobject thiz) in android_hardware_UsbRequest_cancel() 239 int register_android_hardware_UsbRequest(JNIEnv *env) in register_android_hardware_UsbRequest()
|
/frameworks/base/core/jni/android/graphics/ |
D | Graphics.cpp | 20 void doThrowNPE(JNIEnv* env) { in doThrowNPE() 24 void doThrowAIOOBE(JNIEnv* env) { in doThrowAIOOBE() 28 void doThrowRE(JNIEnv* env, const char* msg) { in doThrowRE() 32 void doThrowIAE(JNIEnv* env, const char* msg) { in doThrowIAE() 36 void doThrowISE(JNIEnv* env, const char* msg) { in doThrowISE() 40 void doThrowOOME(JNIEnv* env, const char* msg) { in doThrowOOME() 44 void doThrowIOE(JNIEnv* env, const char* msg) { in doThrowIOE() 48 bool GraphicsJNI::hasException(JNIEnv *env) { in hasException() 59 AutoJavaFloatArray::AutoJavaFloatArray(JNIEnv* env, jfloatArray array, in AutoJavaFloatArray() 79 AutoJavaIntArray::AutoJavaIntArray(JNIEnv* env, jintArray array, in AutoJavaIntArray() [all …]
|
D | SurfaceTexture.cpp | 83 static void SurfaceTexture_setSurfaceTexture(JNIEnv* env, jobject thiz, in SurfaceTexture_setSurfaceTexture() 97 static void SurfaceTexture_setProducer(JNIEnv* env, jobject thiz, in SurfaceTexture_setProducer() 111 static void SurfaceTexture_setFrameAvailableListener(JNIEnv* env, in SurfaceTexture_setFrameAvailableListener() 126 sp<SurfaceTexture> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz) { in SurfaceTexture_getSurfaceTexture() 130 sp<IGraphicBufferProducer> SurfaceTexture_getProducer(JNIEnv* env, jobject thiz) { in SurfaceTexture_getProducer() 134 sp<ANativeWindow> android_SurfaceTexture_getNativeWindow(JNIEnv* env, jobject thiz) { in android_SurfaceTexture_getNativeWindow() 141 bool android_SurfaceTexture_isInstanceOf(JNIEnv* env, jobject thiz) { in android_SurfaceTexture_isInstanceOf() 163 JNISurfaceTextureContext::JNISurfaceTextureContext(JNIEnv* env, in JNISurfaceTextureContext() 171 JNIEnv* env = AndroidRuntime::getJNIEnv(); in getJNIEnv() local 197 JNIEnv* env = getJNIEnv(&needsDetach); in ~JNISurfaceTextureContext() local [all …]
|
D | Movie.cpp | 22 jobject create_jmovie(JNIEnv* env, Movie* moov) { in create_jmovie() 30 static Movie* J2Movie(JNIEnv* env, jobject movie) { in J2Movie() 41 static jint movie_width(JNIEnv* env, jobject movie) { in movie_width() 46 static jint movie_height(JNIEnv* env, jobject movie) { in movie_height() 51 static jboolean movie_isOpaque(JNIEnv* env, jobject movie) { in movie_isOpaque() 56 static jint movie_duration(JNIEnv* env, jobject movie) { in movie_duration() 61 static jboolean movie_setTime(JNIEnv* env, jobject movie, jint ms) { in movie_setTime() 66 static void movie_draw(JNIEnv* env, jobject movie, jlong canvasHandle, in movie_draw() 83 static jobject movie_decodeAsset(JNIEnv* env, jobject clazz, jlong native_asset) { in movie_decodeAsset() 91 static jobject movie_decodeStream(JNIEnv* env, jobject clazz, jobject istream) { in movie_decodeStream() [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 …]
|
D | AnimatedImageDrawable.cpp | 36 static jlong AnimatedImageDrawable_nCreate(JNIEnv* env, jobject /*clazz*/, in AnimatedImageDrawable_nCreate() 123 static jlong AnimatedImageDrawable_nDraw(JNIEnv* env, jobject /*clazz*/, jlong nativePtr, in AnimatedImageDrawable_nDraw() 130 static void AnimatedImageDrawable_nSetAlpha(JNIEnv* env, jobject /*clazz*/, jlong nativePtr, in AnimatedImageDrawable_nSetAlpha() 136 static jlong AnimatedImageDrawable_nGetAlpha(JNIEnv* env, jobject /*clazz*/, jlong nativePtr) { in AnimatedImageDrawable_nGetAlpha() 141 static void AnimatedImageDrawable_nSetColorFilter(JNIEnv* env, jobject /*clazz*/, jlong nativePtr, in AnimatedImageDrawable_nSetColorFilter() 148 static jboolean AnimatedImageDrawable_nIsRunning(JNIEnv* env, jobject /*clazz*/, jlong nativePtr) { in AnimatedImageDrawable_nIsRunning() 153 static jboolean AnimatedImageDrawable_nStart(JNIEnv* env, jobject /*clazz*/, jlong nativePtr) { in AnimatedImageDrawable_nStart() 158 static jboolean AnimatedImageDrawable_nStop(JNIEnv* env, jobject /*clazz*/, jlong nativePtr) { in AnimatedImageDrawable_nStop() 166 static jint AnimatedImageDrawable_nGetRepeatCount(JNIEnv* env, jobject /*clazz*/, jlong nativePtr) { in AnimatedImageDrawable_nGetRepeatCount() 171 static void AnimatedImageDrawable_nSetRepeatCount(JNIEnv* env, jobject /*clazz*/, jlong nativePtr, in AnimatedImageDrawable_nSetRepeatCount() [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 …]
|
/frameworks/base/media/mca/filterfw/jni/ |
D | jni_native_program.cpp | 30 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 …]
|
D | jni_gl_frame.cpp | 44 jboolean Java_android_filterfw_core_GLFrame_nativeAllocate(JNIEnv* env, in Java_android_filterfw_core_GLFrame_nativeAllocate() 58 jboolean Java_android_filterfw_core_GLFrame_nativeAllocateWithTexture(JNIEnv* env, in Java_android_filterfw_core_GLFrame_nativeAllocateWithTexture() 73 jboolean Java_android_filterfw_core_GLFrame_nativeAllocateWithFbo(JNIEnv* env, in Java_android_filterfw_core_GLFrame_nativeAllocateWithFbo() 88 jboolean Java_android_filterfw_core_GLFrame_nativeAllocateExternal(JNIEnv* 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() 104 jboolean Java_android_filterfw_core_GLFrame_setNativeData(JNIEnv* env, in Java_android_filterfw_core_GLFrame_setNativeData() 121 jbyteArray Java_android_filterfw_core_GLFrame_getNativeData(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLFrame_getNativeData() 133 jboolean Java_android_filterfw_core_GLFrame_setNativeInts(JNIEnv* env, in Java_android_filterfw_core_GLFrame_setNativeInts() 150 jintArray Java_android_filterfw_core_GLFrame_getNativeInts(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLFrame_getNativeInts() 162 jboolean Java_android_filterfw_core_GLFrame_setNativeFloats(JNIEnv* env, in Java_android_filterfw_core_GLFrame_setNativeFloats() [all …]
|
D | jni_gl_environment.cpp | 65 jboolean Java_android_filterfw_core_GLEnvironment_nativeAllocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeAllocate() 70 jboolean Java_android_filterfw_core_GLEnvironment_nativeDeallocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeDeallocate() 74 jboolean Java_android_filterfw_core_GLEnvironment_nativeInitWithNewContext(JNIEnv* env, in Java_android_filterfw_core_GLEnvironment_nativeInitWithNewContext() 80 jboolean Java_android_filterfw_core_GLEnvironment_nativeInitWithCurrentContext(JNIEnv* env, in Java_android_filterfw_core_GLEnvironment_nativeInitWithCurrentContext() 86 jboolean Java_android_filterfw_core_GLEnvironment_nativeIsActive(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeIsActive() 91 jboolean Java_android_filterfw_core_GLEnvironment_nativeIsContextActive(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeIsContextActive() 101 jboolean Java_android_filterfw_core_GLEnvironment_nativeActivate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeActivate() 106 jboolean Java_android_filterfw_core_GLEnvironment_nativeDeactivate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeDeactivate() 111 jboolean Java_android_filterfw_core_GLEnvironment_nativeSwapBuffers(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeSwapBuffers() 117 static sp<MediaRecorder> getMediaRecorder(JNIEnv* env, jobject jmediarecorder) { in getMediaRecorder() [all …]
|
D | jni_shader_program.cpp | 38 jboolean Java_android_filterfw_core_ShaderProgram_allocate(JNIEnv* 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() 68 jboolean Java_android_filterfw_core_ShaderProgram_setUniformValue(JNIEnv* env, in Java_android_filterfw_core_ShaderProgram_setUniformValue() 83 jobject Java_android_filterfw_core_ShaderProgram_getUniformValue(JNIEnv* env, in Java_android_filterfw_core_ShaderProgram_getUniformValue() 91 jboolean Java_android_filterfw_core_ShaderProgram_shaderProcess(JNIEnv* env, in Java_android_filterfw_core_ShaderProgram_shaderProcess() 128 jobject Java_android_filterfw_core_ShaderProgram_nativeCreateIdentity(JNIEnv* env, in Java_android_filterfw_core_ShaderProgram_nativeCreateIdentity() 136 jboolean Java_android_filterfw_core_ShaderProgram_setSourceRegion(JNIEnv* env, in Java_android_filterfw_core_ShaderProgram_setSourceRegion() 154 jboolean Java_android_filterfw_core_ShaderProgram_setTargetRegion(JNIEnv* env, in Java_android_filterfw_core_ShaderProgram_setTargetRegion() 172 jboolean Java_android_filterfw_core_ShaderProgram_setShaderClearsOutput(JNIEnv* env, in Java_android_filterfw_core_ShaderProgram_setShaderClearsOutput() [all …]
|
/frameworks/base/core/jni/include/android_runtime/ |
D | Log.h | 27 #define LOG_EX(env, priority, tag, ...) \ argument 29 #define LOGV_EX(env, ...) LOG_EX(env, LOG_VERBOSE, LOG_TAG, ##__VA_ARGS__) argument 30 #define LOGD_EX(env, ...) LOG_EX(env, LOG_DEBUG, LOG_TAG, ##__VA_ARGS__) argument 31 #define LOGI_EX(env, ...) LOG_EX(env, LOG_INFO, LOG_TAG, ##__VA_ARGS__) argument 32 #define LOGW_EX(env, ...) LOG_EX(env, LOG_WARN, LOG_TAG, ##__VA_ARGS__) argument 33 #define LOGE_EX(env, ...) LOG_EX(env, LOG_ERROR, LOG_TAG, ##__VA_ARGS__) argument
|