/frameworks/base/media/jni/ |
D | android_media_MediaRecorder.cpp | 80 JNIMediaRecorderListener::JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaRecorderListener() 101 JNIEnv *env = AndroidRuntime::getJNIEnv(); in ~JNIMediaRecorderListener() local 110 JNIEnv *env = AndroidRuntime::getJNIEnv(); in notify() local 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() 149 static sp<MediaRecorder> setMediaRecorder(JNIEnv* env, jobject thiz, const sp<MediaRecorder>& recor… in setMediaRecorder() 164 static void android_media_MediaRecorder_setCamera(JNIEnv* env, jobject thiz, jobject camera) in android_media_MediaRecorder_setCamera() 186 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() 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 …]
|
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_media_AudioTrack.cpp | 134 JNIEnv *env = AndroidRuntime::getJNIEnv(); in audioCallback() local 148 JNIEnv *env = AndroidRuntime::getJNIEnv(); in audioCallback() local 171 static sp<AudioTrack> getAudioTrack(JNIEnv* env, jobject thiz) in getAudioTrack() 179 static sp<AudioTrack> setAudioTrack(JNIEnv* env, jobject thiz, const sp<AudioTrack>& at) in setAudioTrack() 195 sp<AudioTrack> android_media_AudioTrack_getAudioTrack(JNIEnv* env, jobject audioTrackObj) { in android_media_AudioTrack_getAudioTrack() 219 android_media_AudioTrack_setup(JNIEnv *env, jobject thiz, jobject weak_this, jobject jaa, in android_media_AudioTrack_setup() 467 android_media_AudioTrack_start(JNIEnv *env, jobject thiz) in android_media_AudioTrack_start() 482 android_media_AudioTrack_stop(JNIEnv *env, jobject thiz) in android_media_AudioTrack_stop() 497 android_media_AudioTrack_pause(JNIEnv *env, jobject thiz) in android_media_AudioTrack_pause() 512 android_media_AudioTrack_flush(JNIEnv *env, jobject thiz) in android_media_AudioTrack_flush() [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_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()
|
D | android_util_Binder.cpp | 153 static void incRefsCreated(JNIEnv* env) in incRefsCreated() 165 static JavaVM* jnienv_to_javavm(JNIEnv* env) in jnienv_to_javavm() 173 JNIEnv* env; in javavm_to_jnienv() local 178 static void report_java_lang_error(JNIEnv* env, jthrowable error) in report_java_lang_error() 194 static void report_exception(JNIEnv* env, jthrowable excep, const char* msg) in report_exception() 268 JavaBBinder(JNIEnv* env, jobject object) in JavaBBinder() 291 JNIEnv* env = javavm_to_jnienv(mVM); in ~JavaBBinder() local 298 JNIEnv* env = javavm_to_jnienv(mVM); in onTransact() local 365 sp<JavaBBinder> get(JNIEnv* env, jobject obj) in get() 418 JavaDeathRecipient(JNIEnv* env, jobject object, const sp<DeathRecipientList>& list) in JavaDeathRecipient() [all …]
|
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() 308 JNIEnv *env = AndroidRuntime::getJNIEnv(); in postData() local 384 void JNICameraContext::postMetadata(JNIEnv *env, int32_t msgType, camera_frame_metadata_t *metadata) in postMetadata() 442 void JNICameraContext::setCallbackMode(JNIEnv *env, bool installed, bool manualMode) in setCallbackMode() 470 JNIEnv *env, jbyteArray cbb, int msgType) in addCallbackBuffer() [all …]
|
D | android_media_ToneGenerator.cpp | 41 static jboolean android_media_ToneGenerator_startTone(JNIEnv *env, jobject thiz, jint toneType, jin… in android_media_ToneGenerator_startTone() 54 static void android_media_ToneGenerator_stopTone(JNIEnv *env, jobject thiz) { in android_media_ToneGenerator_stopTone() 68 static jint android_media_ToneGenerator_getAudioSessionId(JNIEnv *env, jobject thiz) { in android_media_ToneGenerator_getAudioSessionId() 78 static void android_media_ToneGenerator_release(JNIEnv *env, jobject thiz) { in android_media_ToneGenerator_release() 88 static void android_media_ToneGenerator_native_setup(JNIEnv *env, jobject thiz, in android_media_ToneGenerator_native_setup() 111 static void android_media_ToneGenerator_native_finalize(JNIEnv *env, in android_media_ToneGenerator_native_finalize() 136 int register_android_media_ToneGenerator(JNIEnv *env) { in register_android_media_ToneGenerator()
|
D | android_os_Trace.cpp | 44 static jlong android_os_Trace_nativeGetEnabledTags(JNIEnv* env, jclass clazz) { in android_os_Trace_nativeGetEnabledTags() 48 static void android_os_Trace_nativeTraceCounter(JNIEnv* env, jclass clazz, in android_os_Trace_nativeTraceCounter() 56 static void android_os_Trace_nativeTraceBegin(JNIEnv* env, jclass clazz, in android_os_Trace_nativeTraceBegin() 66 static void android_os_Trace_nativeTraceEnd(JNIEnv* env, jclass clazz, in android_os_Trace_nativeTraceEnd() 73 static void android_os_Trace_nativeAsyncTraceBegin(JNIEnv* env, jclass clazz, in android_os_Trace_nativeAsyncTraceBegin() 83 static void android_os_Trace_nativeAsyncTraceEnd(JNIEnv* env, jclass clazz, in android_os_Trace_nativeAsyncTraceEnd() 93 static void android_os_Trace_nativeSetAppTracingAllowed(JNIEnv* env, in android_os_Trace_nativeSetAppTracingAllowed() 100 static void android_os_Trace_nativeSetTracingEnabled(JNIEnv* env, in android_os_Trace_nativeSetTracingEnabled() 138 int register_android_os_Trace(JNIEnv* env) { in register_android_os_Trace()
|
D | android_hardware_UsbDeviceConnection.cpp | 41 struct usb_device* get_device_from_object(JNIEnv* env, jobject connection) in get_device_from_object() 47 android_hardware_UsbDeviceConnection_open(JNIEnv *env, jobject thiz, jstring deviceName, in android_hardware_UsbDeviceConnection_open() 70 android_hardware_UsbDeviceConnection_close(JNIEnv *env, jobject thiz) in android_hardware_UsbDeviceConnection_close() 81 android_hardware_UsbDeviceConnection_get_fd(JNIEnv *env, jobject thiz) in android_hardware_UsbDeviceConnection_get_fd() 92 android_hardware_UsbDeviceConnection_get_desc(JNIEnv *env, jobject thiz) in android_hardware_UsbDeviceConnection_get_desc() 113 android_hardware_UsbDeviceConnection_claim_interface(JNIEnv *env, jobject thiz, in android_hardware_UsbDeviceConnection_claim_interface() 132 android_hardware_UsbDeviceConnection_release_interface(JNIEnv *env, jobject thiz, jint interfaceID) in android_hardware_UsbDeviceConnection_release_interface() 148 android_hardware_UsbDeviceConnection_set_interface(JNIEnv *env, jobject thiz, jint interfaceID, in android_hardware_UsbDeviceConnection_set_interface() 161 android_hardware_UsbDeviceConnection_set_configuration(JNIEnv *env, jobject thiz, jint configuratio… in android_hardware_UsbDeviceConnection_set_configuration() 173 android_hardware_UsbDeviceConnection_control_request(JNIEnv *env, jobject thiz, in android_hardware_UsbDeviceConnection_control_request() [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/android/graphics/ |
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 | SurfaceTexture.cpp | 82 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() 162 JNISurfaceTextureContext::JNISurfaceTextureContext(JNIEnv* env, in JNISurfaceTextureContext() 170 JNIEnv* env = AndroidRuntime::getJNIEnv(); in getJNIEnv() local 196 JNIEnv* env = getJNIEnv(&needsDetach); in ~JNISurfaceTextureContext() local [all …]
|
D | Graphics.cpp | 23 void doThrowNPE(JNIEnv* env) { in doThrowNPE() 27 void doThrowAIOOBE(JNIEnv* env) { in doThrowAIOOBE() 31 void doThrowRE(JNIEnv* env, const char* msg) { in doThrowRE() 35 void doThrowIAE(JNIEnv* env, const char* msg) { in doThrowIAE() 39 void doThrowISE(JNIEnv* env, const char* msg) { in doThrowISE() 43 void doThrowOOME(JNIEnv* env, const char* msg) { in doThrowOOME() 47 void doThrowIOE(JNIEnv* env, const char* msg) { in doThrowIOE() 51 bool GraphicsJNI::hasException(JNIEnv *env) { in hasException() 62 AutoJavaFloatArray::AutoJavaFloatArray(JNIEnv* env, jfloatArray array, in AutoJavaFloatArray() 82 AutoJavaIntArray::AutoJavaIntArray(JNIEnv* env, jintArray array, in AutoJavaIntArray() [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 | 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/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
|
/frameworks/base/media/jni/soundpool/ |
D | android_media_SoundPool.cpp | 35 static inline SoundPool* MusterSoundPool(JNIEnv *env, jobject thiz) { in MusterSoundPool() 50 android_media_SoundPool_load_FD(JNIEnv *env, jobject thiz, jobject fileDescriptor, in android_media_SoundPool_load_FD() 61 android_media_SoundPool_unload(JNIEnv *env, jobject thiz, jint sampleID) { in android_media_SoundPool_unload() 69 android_media_SoundPool_play(JNIEnv *env, jobject thiz, jint sampleID, in android_media_SoundPool_play() 80 android_media_SoundPool_pause(JNIEnv *env, jobject thiz, jint channelID) in android_media_SoundPool_pause() 89 android_media_SoundPool_resume(JNIEnv *env, jobject thiz, jint channelID) in android_media_SoundPool_resume() 98 android_media_SoundPool_autoPause(JNIEnv *env, jobject thiz) in android_media_SoundPool_autoPause() 107 android_media_SoundPool_autoResume(JNIEnv *env, jobject thiz) in android_media_SoundPool_autoResume() 116 android_media_SoundPool_stop(JNIEnv *env, jobject thiz, jint channelID) in android_media_SoundPool_stop() 125 android_media_SoundPool_setVolume(JNIEnv *env, jobject thiz, jint channelID, in android_media_SoundPool_setVolume() [all …]
|