Home
last modified time | relevance | path

Searched defs:env (Results 1 – 25 of 1273) sorted by relevance

12345678910>>...51

/aosp12/art/openjdkjvmti/
H A DOpenjdkJvmTi.cc118 #define ENSURE_HAS_CAP(env, cap) \ argument
239 static jvmtiError RunAgentThread(jvmtiEnv* env, in RunAgentThread()
287 static jvmtiError GetStackTrace(jvmtiEnv* env, in GetStackTrace()
480 jvmtiEnv* env, in IterateOverObjectsReachableFromObject()
490 jvmtiEnv* env, in IterateOverReachableObjects()
510 jvmtiEnv* env, in IterateOverInstancesOfClass()
541 static jvmtiError GetLocalInt(jvmtiEnv* env, in GetLocalInt()
551 static jvmtiError GetLocalLong(jvmtiEnv* env, in GetLocalLong()
591 static jvmtiError SetLocalInt(jvmtiEnv* env, in SetLocalInt()
601 static jvmtiError SetLocalLong(jvmtiEnv* env, in SetLocalLong()
[all …]
/aosp12/art/test/1927-exception-event/
H A Dexception_event.cc37 static void ThrowNative(JNIEnv* env) { in ThrowNative()
42 static void CallMethod(JNIEnv* env, jclass test, const char* name) { in CallMethod()
47 static void ClearAndPrintException(JNIEnv* env, jclass test) { in ClearAndPrintException()
54 extern "C" JNIEXPORT void JNICALL Java_art_Test1927_terminal_1N(JNIEnv* env, jclass) { in Java_art_Test1927_terminal_1N()
58 extern "C" JNIEXPORT void JNICALL Java_art_Test1927_test_1N(JNIEnv* env, jclass test) { in Java_art_Test1927_test_1N()
63 extern "C" JNIEXPORT void JNICALL Java_art_Test1927_test_1N_1J(JNIEnv* env, jclass test) { in Java_art_Test1927_test_1N_1J()
68 extern "C" JNIEXPORT void JNICALL Java_art_Test1927_test_1N_1N(JNIEnv* env, jclass test) { in Java_art_Test1927_test_1N_1N()
81 extern "C" JNIEXPORT void JNICALL Java_art_Test1927_test_1N_1J_1J(JNIEnv* env, jclass test) { in Java_art_Test1927_test_1N_1J_1J()
86 extern "C" JNIEXPORT void JNICALL Java_art_Test1927_test_1N_1J_1N(JNIEnv* env, jclass test) { in Java_art_Test1927_test_1N_1J_1N()
91 extern "C" JNIEXPORT void JNICALL Java_art_Test1927_test_1N_1N_1J(JNIEnv* env, jclass test) { in Java_art_Test1927_test_1N_1N_1J()
[all …]
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp113 JNIEnv *env = AndroidRuntime::getJNIEnv(); in ~JNIMediaRecorderListener() local
122 JNIEnv *env = AndroidRuntime::getJNIEnv(); in notify() local
128 static sp<Surface> get_surface(JNIEnv* env, jobject clazz) in get_surface()
423 JNIEnv *env, jobject thiz, jlong max_filesize_bytes) in android_media_MediaRecorder_setMaxFileSize()
519 android_media_MediaRecorder_stop(JNIEnv *env, jobject thiz) in android_media_MediaRecorder_stop()
581 android_media_MediaRecorder_native_init(JNIEnv *env) in android_media_MediaRecorder_native_init()
666 JNIEnv* env, jobject thiz, jobject object) { in android_media_MediaRecorder_setInputSurface()
759 android_media_MediaRecord_getActiveMicrophones(JNIEnv *env, in android_media_MediaRecord_getActiveMicrophones()
798 JNIEnv *env, jobject thiz, jint direction) { in android_media_MediaRecord_setPreferredMicrophoneDirection()
817 JNIEnv *env, jobject thiz, jfloat zoom) { in android_media_MediaRecord_setPreferredMicrophoneFieldDimension()
[all …]
H A Dandroid_media_MediaPlayer.cpp138 JNIEnv *env = AndroidRuntime::getJNIEnv(); in ~JNIMediaPlayerListener() local
145 JNIEnv *env = AndroidRuntime::getJNIEnv(); in notify() local
307 getVideoSurfaceTexture(JNIEnv* env, jobject thiz) { in getVideoSurfaceTexture()
313 decVideoSurfaceRef(JNIEnv *env, jobject thiz) in decVideoSurfaceRef()
407 android_media_MediaPlayer_start(JNIEnv *env, jobject thiz) in android_media_MediaPlayer_start()
419 android_media_MediaPlayer_stop(JNIEnv *env, jobject thiz) in android_media_MediaPlayer_stop()
431 android_media_MediaPlayer_pause(JNIEnv *env, jobject thiz) in android_media_MediaPlayer_pause()
722 android_media_MediaPlayer_reset(JNIEnv *env, jobject thiz) in android_media_MediaPlayer_reset()
887 android_media_MediaPlayer_native_init(JNIEnv *env) in android_media_MediaPlayer_native_init()
1355 JNIEnv* env, jobject thiz, jboolean enabled) in android_media_MediaPlayer_enableDeviceCallback()
[all …]
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp112 JNIEnv *env = AndroidRuntime::getJNIEnv(); in ~JNIMediaRecorderListener() local
121 JNIEnv *env = AndroidRuntime::getJNIEnv(); in notify() local
127 static sp<Surface> get_surface(JNIEnv* env, jobject clazz) in get_surface()
422 JNIEnv *env, jobject thiz, jlong max_filesize_bytes) in android_media_MediaRecorder_setMaxFileSize()
518 android_media_MediaRecorder_stop(JNIEnv *env, jobject thiz) in android_media_MediaRecorder_stop()
580 android_media_MediaRecorder_native_init(JNIEnv *env) in android_media_MediaRecorder_native_init()
665 JNIEnv* env, jobject thiz, jobject object) { in android_media_MediaRecorder_setInputSurface()
758 android_media_MediaRecord_getActiveMicrophones(JNIEnv *env, in android_media_MediaRecord_getActiveMicrophones()
797 JNIEnv *env, jobject thiz, jint direction) { in android_media_MediaRecord_setPreferredMicrophoneDirection()
816 JNIEnv *env, jobject thiz, jfloat zoom) { in android_media_MediaRecord_setPreferredMicrophoneFieldDimension()
[all …]
H A Dandroid_media_MediaPlayer.cpp138 JNIEnv *env = AndroidRuntime::getJNIEnv(); in ~JNIMediaPlayerListener() local
145 JNIEnv *env = AndroidRuntime::getJNIEnv(); in notify() local
307 getVideoSurfaceTexture(JNIEnv* env, jobject thiz) { in getVideoSurfaceTexture()
313 decVideoSurfaceRef(JNIEnv *env, jobject thiz) in decVideoSurfaceRef()
425 android_media_MediaPlayer_start(JNIEnv *env, jobject thiz) in android_media_MediaPlayer_start()
437 android_media_MediaPlayer_stop(JNIEnv *env, jobject thiz) in android_media_MediaPlayer_stop()
449 android_media_MediaPlayer_pause(JNIEnv *env, jobject thiz) in android_media_MediaPlayer_pause()
740 android_media_MediaPlayer_reset(JNIEnv *env, jobject thiz) in android_media_MediaPlayer_reset()
905 android_media_MediaPlayer_native_init(JNIEnv *env) in android_media_MediaPlayer_native_init()
1375 JNIEnv* env, jobject thiz, jboolean enabled) in android_media_MediaPlayer_enableDeviceCallback()
[all …]
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_animation_NativeInterpolatorFactory.cpp28 static jlong createAccelerateDecelerateInterpolator(JNIEnv* env, jobject clazz) { in createAccelerateDecelerateInterpolator()
32 static jlong createAccelerateInterpolator(JNIEnv* env, jobject clazz, jfloat factor) { in createAccelerateInterpolator()
36 static jlong createAnticipateInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateInterpolator()
40 static jlong createAnticipateOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateOvershootInterpolator()
44 static jlong createBounceInterpolator(JNIEnv* env, jobject clazz) { in createBounceInterpolator()
48 static jlong createCycleInterpolator(JNIEnv* env, jobject clazz, jfloat cycles) { in createCycleInterpolator()
52 static jlong createDecelerateInterpolator(JNIEnv* env, jobject clazz, jfloat factor) { in createDecelerateInterpolator()
56 static jlong createLinearInterpolator(JNIEnv* env, jobject clazz) { in createLinearInterpolator()
60 static jlong createOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createOvershootInterpolator()
77 static jlong createLutInterpolator(JNIEnv* env, jobject clazz, jfloatArray jlut) { in createLutInterpolator()
[all …]
H A DMovie.cpp20 jobject create_jmovie(JNIEnv* env, Movie* moov) { in create_jmovie()
28 static Movie* J2Movie(JNIEnv* env, jobject movie) { in J2Movie()
39 static jint movie_width(JNIEnv* env, jobject movie) { in movie_width()
44 static jint movie_height(JNIEnv* env, jobject movie) { in movie_height()
49 static jboolean movie_isOpaque(JNIEnv* env, jobject movie) { in movie_isOpaque()
54 static jint movie_duration(JNIEnv* env, jobject movie) { in movie_duration()
59 static jboolean movie_setTime(JNIEnv* env, jobject movie, jint ms) { in movie_setTime()
64 static void movie_draw(JNIEnv* env, jobject movie, jlong canvasHandle, in movie_draw()
111 static jobject movie_decodeByteArray(JNIEnv* env, jobject clazz, in movie_decodeByteArray()
128 static void movie_destructor(JNIEnv* env, jobject, jlong movieHandle) { in movie_destructor()
[all …]
H A DGraphics.cpp29 JNIEnv* env; in getJNIEnv() local
39 JNIEnv* env = nullptr; in attachJNIEnv() local
54 void doThrowNPE(JNIEnv* env) { in doThrowNPE()
58 void doThrowAIOOBE(JNIEnv* env) { in doThrowAIOOBE()
62 void doThrowRE(JNIEnv* env, const char* msg) { in doThrowRE()
66 void doThrowIAE(JNIEnv* env, const char* msg) { in doThrowIAE()
70 void doThrowISE(JNIEnv* env, const char* msg) { in doThrowISE()
74 void doThrowOOME(JNIEnv* env, const char* msg) { in doThrowOOME()
78 void doThrowIOE(JNIEnv* env, const char* msg) { in doThrowIOE()
82 bool GraphicsJNI::hasException(JNIEnv *env) { in hasException()
[all …]
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_animation_NativeInterpolatorFactory.cpp28 static jlong createAccelerateDecelerateInterpolator(JNIEnv* env, jobject clazz) { in createAccelerateDecelerateInterpolator()
32 static jlong createAccelerateInterpolator(JNIEnv* env, jobject clazz, jfloat factor) { in createAccelerateInterpolator()
36 static jlong createAnticipateInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateInterpolator()
40 static jlong createAnticipateOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateOvershootInterpolator()
44 static jlong createBounceInterpolator(JNIEnv* env, jobject clazz) { in createBounceInterpolator()
48 static jlong createCycleInterpolator(JNIEnv* env, jobject clazz, jfloat cycles) { in createCycleInterpolator()
52 static jlong createDecelerateInterpolator(JNIEnv* env, jobject clazz, jfloat factor) { in createDecelerateInterpolator()
56 static jlong createLinearInterpolator(JNIEnv* env, jobject clazz) { in createLinearInterpolator()
60 static jlong createOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createOvershootInterpolator()
77 static jlong createLutInterpolator(JNIEnv* env, jobject clazz, jfloatArray jlut) { in createLutInterpolator()
[all …]
H A DMovie.cpp20 jobject create_jmovie(JNIEnv* env, Movie* moov) { in create_jmovie()
28 static Movie* J2Movie(JNIEnv* env, jobject movie) { in J2Movie()
39 static jint movie_width(JNIEnv* env, jobject movie) { in movie_width()
44 static jint movie_height(JNIEnv* env, jobject movie) { in movie_height()
49 static jboolean movie_isOpaque(JNIEnv* env, jobject movie) { in movie_isOpaque()
54 static jint movie_duration(JNIEnv* env, jobject movie) { in movie_duration()
59 static jboolean movie_setTime(JNIEnv* env, jobject movie, jint ms) { in movie_setTime()
64 static void movie_draw(JNIEnv* env, jobject movie, jlong canvasHandle, in movie_draw()
111 static jobject movie_decodeByteArray(JNIEnv* env, jobject clazz, in movie_decodeByteArray()
128 static void movie_destructor(JNIEnv* env, jobject, jlong movieHandle) { in movie_destructor()
[all …]
H A DGraphics.cpp36 JNIEnv* env; in getJNIEnv() local
46 JNIEnv* env = nullptr; in attachJNIEnv() local
61 void doThrowNPE(JNIEnv* env) { in doThrowNPE()
65 void doThrowAIOOBE(JNIEnv* env) { in doThrowAIOOBE()
69 void doThrowRE(JNIEnv* env, const char* msg) { in doThrowRE()
73 void doThrowIAE(JNIEnv* env, const char* msg) { in doThrowIAE()
77 void doThrowISE(JNIEnv* env, const char* msg) { in doThrowISE()
81 void doThrowOOME(JNIEnv* env, const char* msg) { in doThrowOOME()
85 void doThrowIOE(JNIEnv* env, const char* msg) { in doThrowIOE()
89 bool GraphicsJNI::hasException(JNIEnv *env) { in hasException()
[all …]
/aosp14/frameworks/base/core/jni/
H A Dandroid_graphics_SurfaceTexture.cpp98 static void SurfaceTexture_setProducer(JNIEnv* env, jobject thiz, in SurfaceTexture_setProducer()
112 static void SurfaceTexture_setFrameAvailableListener(JNIEnv* env, in SurfaceTexture_setFrameAvailableListener()
156 JNISurfaceTextureContext::JNISurfaceTextureContext(JNIEnv* env, in JNISurfaceTextureContext()
163 JNIEnv* env = AndroidRuntime::getJNIEnv(); in getJNIEnv() local
179 JNIEnv* env = getJNIEnv(); in ~JNISurfaceTextureContext() local
190 JNIEnv* env = getJNIEnv(); in onFrameAvailable() local
206 static void SurfaceTexture_classInit(JNIEnv* env, jclass clazz) in SurfaceTexture_classInit()
283 static void SurfaceTexture_finalize(JNIEnv* env, jobject thiz) in SurfaceTexture_finalize()
293 JNIEnv* env, jobject thiz, jint width, jint height) { in SurfaceTexture_setDefaultBufferSize()
354 static void SurfaceTexture_release(JNIEnv* env, jobject thiz) in SurfaceTexture_release()
[all …]
H A Dandroid_media_AudioTrack.cpp85 const auto env = getJNIEnvOrDie(); in AudioTrackCallbackImpl() local
95 const auto env = getJNIEnvOrDie(); in ~AudioTrackCallbackImpl() local
134 auto env = getJNIEnvOrDie(); in postEvent() local
185 static const Ids &getIds(JNIEnv *env) { in getIds()
231 sp<AudioTrack> getAudioTrack(JNIEnv* env, jobject thiz) { in getAudioTrack()
521 android_media_AudioTrack_start(JNIEnv *env, jobject thiz) in android_media_AudioTrack_start()
536 android_media_AudioTrack_stop(JNIEnv *env, jobject thiz) in android_media_AudioTrack_stop()
1195 JNIEnv *env, jobject thiz) { in android_media_AudioTrack_getRoutedDeviceId()
1205 JNIEnv *env, jobject thiz) { in android_media_AudioTrack_enableDeviceCallback()
1224 JNIEnv *env, jobject thiz) { in android_media_AudioTrack_disableDeviceCallback()
[all …]
/aosp12/frameworks/base/core/jni/
H A Dandroid_graphics_SurfaceTexture.cpp98 static void SurfaceTexture_setProducer(JNIEnv* env, jobject thiz, in SurfaceTexture_setProducer()
112 static void SurfaceTexture_setFrameAvailableListener(JNIEnv* env, in SurfaceTexture_setFrameAvailableListener()
157 JNISurfaceTextureContext::JNISurfaceTextureContext(JNIEnv* env, in JNISurfaceTextureContext()
165 JNIEnv* env = AndroidRuntime::getJNIEnv(); in getJNIEnv() local
191 JNIEnv* env = getJNIEnv(&needsDetach); in ~JNISurfaceTextureContext() local
206 JNIEnv* env = getJNIEnv(&needsDetach); in onFrameAvailable() local
225 static void SurfaceTexture_classInit(JNIEnv* env, jclass clazz) in SurfaceTexture_classInit()
302 static void SurfaceTexture_finalize(JNIEnv* env, jobject thiz) in SurfaceTexture_finalize()
312 JNIEnv* env, jobject thiz, jint width, jint height) { in SurfaceTexture_setDefaultBufferSize()
368 static void SurfaceTexture_release(JNIEnv* env, jobject thiz) in SurfaceTexture_release()
[all …]
H A Dandroid_util_XmlBlock.cpp34 static jlong android_content_XmlBlock_nativeCreate(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeCreate()
62 static jlong android_content_XmlBlock_nativeGetStringBlock(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetStringBlock()
74 static jlong android_content_XmlBlock_nativeCreateParseState(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeCreateParseState()
95 static jint android_content_XmlBlock_nativeNext(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeNext()
129 static jint android_content_XmlBlock_nativeGetNamespace(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetNamespace()
140 static jint android_content_XmlBlock_nativeGetName(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetName()
151 static jint android_content_XmlBlock_nativeGetText(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetText()
162 static jint android_content_XmlBlock_nativeGetLineNumber(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetLineNumber()
289 static jint android_content_XmlBlock_nativeGetIdAttribute(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetIdAttribute()
362 static void android_content_XmlBlock_nativeDestroy(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeDestroy()
[all …]
/aosp12/frameworks/base/media/mca/filterfw/jni/
H A Djni_native_program.cpp30 jboolean Java_android_filterfw_core_NativeProgram_allocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_NativeProgram_allocate()
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()
106 jboolean Java_android_filterfw_core_NativeProgram_callNativeSetValue(JNIEnv* env, in Java_android_filterfw_core_NativeProgram_callNativeSetValue()
120 jstring Java_android_filterfw_core_NativeProgram_callNativeGetValue(JNIEnv* env, in Java_android_filterfw_core_NativeProgram_callNativeGetValue()
[all …]
H A Djni_gl_frame.cpp44 jboolean Java_android_filterfw_core_GLFrame_nativeAllocate(JNIEnv* env, in Java_android_filterfw_core_GLFrame_nativeAllocate()
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()
104 jboolean Java_android_filterfw_core_GLFrame_setNativeData(JNIEnv* env, in Java_android_filterfw_core_GLFrame_setNativeData()
133 jboolean Java_android_filterfw_core_GLFrame_setNativeInts(JNIEnv* env, in Java_android_filterfw_core_GLFrame_setNativeInts()
162 jboolean Java_android_filterfw_core_GLFrame_setNativeFloats(JNIEnv* env, in Java_android_filterfw_core_GLFrame_setNativeFloats()
208 jboolean Java_android_filterfw_core_GLFrame_setNativeBitmap(JNIEnv* env, in Java_android_filterfw_core_GLFrame_setNativeBitmap()
225 jboolean Java_android_filterfw_core_GLFrame_getNativeBitmap(JNIEnv* env, in Java_android_filterfw_core_GLFrame_getNativeBitmap()
240 jboolean Java_android_filterfw_core_GLFrame_setNativeViewport(JNIEnv* env, in Java_android_filterfw_core_GLFrame_setNativeViewport()
278 jboolean Java_android_filterfw_core_GLFrame_nativeCopyFromNative(JNIEnv* env, in Java_android_filterfw_core_GLFrame_nativeCopyFromNative()
[all …]
/aosp14/frameworks/base/media/mca/filterfw/jni/
H A Djni_native_program.cpp30 jboolean Java_android_filterfw_core_NativeProgram_allocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_NativeProgram_allocate()
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()
106 jboolean Java_android_filterfw_core_NativeProgram_callNativeSetValue(JNIEnv* env, in Java_android_filterfw_core_NativeProgram_callNativeSetValue()
120 jstring Java_android_filterfw_core_NativeProgram_callNativeGetValue(JNIEnv* env, in Java_android_filterfw_core_NativeProgram_callNativeGetValue()
[all …]
H A Djni_gl_frame.cpp44 jboolean Java_android_filterfw_core_GLFrame_nativeAllocate(JNIEnv* env, in Java_android_filterfw_core_GLFrame_nativeAllocate()
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()
104 jboolean Java_android_filterfw_core_GLFrame_setNativeData(JNIEnv* env, in Java_android_filterfw_core_GLFrame_setNativeData()
133 jboolean Java_android_filterfw_core_GLFrame_setNativeInts(JNIEnv* env, in Java_android_filterfw_core_GLFrame_setNativeInts()
162 jboolean Java_android_filterfw_core_GLFrame_setNativeFloats(JNIEnv* env, in Java_android_filterfw_core_GLFrame_setNativeFloats()
208 jboolean Java_android_filterfw_core_GLFrame_setNativeBitmap(JNIEnv* env, in Java_android_filterfw_core_GLFrame_setNativeBitmap()
225 jboolean Java_android_filterfw_core_GLFrame_getNativeBitmap(JNIEnv* env, in Java_android_filterfw_core_GLFrame_getNativeBitmap()
240 jboolean Java_android_filterfw_core_GLFrame_setNativeViewport(JNIEnv* env, in Java_android_filterfw_core_GLFrame_setNativeViewport()
278 jboolean Java_android_filterfw_core_GLFrame_nativeCopyFromNative(JNIEnv* env, in Java_android_filterfw_core_GLFrame_nativeCopyFromNative()
[all …]
/aosp12/art/test/common/
H A Dstack_inspect.cc46 static jboolean IsInterpreted(JNIEnv* env, jclass, size_t level) { in IsInterpreted()
59 extern "C" JNIEXPORT jboolean JNICALL Java_Main_isInterpreted(JNIEnv* env, jclass klass) { in Java_Main_isInterpreted()
65 extern "C" JNIEXPORT jboolean JNICALL Java_Main_isInterpretedAt(JNIEnv* env, in Java_Main_isInterpretedAt()
101 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method, jboolean require_deoptimizable) { in Java_Main_isInterpretedFunction()
131 extern "C" JNIEXPORT void JNICALL Java_Main_assertIsInterpreted(JNIEnv* env, jclass klass) { in Java_Main_assertIsInterpreted()
137 static jboolean IsManaged(JNIEnv* env, jclass, size_t level) { in IsManaged()
147 extern "C" JNIEXPORT jboolean JNICALL Java_Main_isManaged(JNIEnv* env, jclass cls) { in Java_Main_isManaged()
153 extern "C" JNIEXPORT void JNICALL Java_Main_assertIsManaged(JNIEnv* env, jclass cls) { in Java_Main_assertIsManaged()
175 extern "C" JNIEXPORT jboolean JNICALL Java_Main_isCallerManaged(JNIEnv* env, jclass cls) { in Java_Main_isCallerManaged()
181 extern "C" JNIEXPORT void JNICALL Java_Main_assertCallerIsManaged(JNIEnv* env, jclass cls) { in Java_Main_assertCallerIsManaged()
[all …]
/aosp12/libnativehelper/
H A DJNIHelp.c53 static jmethodID FindMethod(JNIEnv* env, in FindMethod()
128 static jobject NewStringWriter(JNIEnv* env) { in NewStringWriter()
136 static jstring StringWriterToString(JNIEnv* env, jobject stringWriter) { in StringWriterToString()
142 static jobject NewPrintWriter(JNIEnv* env, jobject writer) { in NewPrintWriter()
221 static void DiscardPendingException(JNIEnv* env, const char* className) { in DiscardPendingException()
287 static jstring CreateExceptionMsg(JNIEnv* env, const char* msg) { in CreateExceptionMsg()
319 int jniRegisterNativeMethods(JNIEnv* env, const char* className, in jniRegisterNativeMethods()
368 int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException()
372 int jniThrowRuntimeException(JNIEnv* env, const char* msg) { in jniThrowRuntimeException()
376 int jniThrowIOException(JNIEnv* env, int errno_value) { in jniThrowIOException()
[all …]
/aosp12/libnativehelper/include_platform/nativehelper/
H A DJNIPlatformHelp.h92 inline jobject jniCreateFileDescriptor(JNIEnv* env, int fd) { in jniCreateFileDescriptor()
100 inline int jniGetFDFromFileDescriptor(JNIEnv* env, jobject fileDescriptor) { in jniGetFDFromFileDescriptor()
107 inline void jniSetFileDescriptorOfFD(JNIEnv* env, jobject fileDescriptor, int value) { in jniSetFileDescriptorOfFD()
115 inline jarray jniGetNioBufferBaseArray(JNIEnv* env, jobject nioBuffer) { in jniGetNioBufferBaseArray()
119 inline jint jniGetNioBufferBaseArrayOffset(JNIEnv* env, jobject nioBuffer) { in jniGetNioBufferBaseArrayOffset()
123 inline jlong jniGetNioBufferFields(JNIEnv* env, jobject nioBuffer, in jniGetNioBufferFields()
129 inline jlong jniGetNioBufferPointer(JNIEnv* env, jobject nioBuffer) { in jniGetNioBufferPointer()
/aosp12/art/runtime/jni/
H A Djni_internal.cc538 static JavaVMExt* JavaVmExtFromEnv(JNIEnv* env) { in JavaVmExtFromEnv()
702 static jboolean ExceptionCheck(JNIEnv* env) { in ExceptionCheck()
706 static void ExceptionClear(JNIEnv* env) { in ExceptionClear()
711 static void ExceptionDescribe(JNIEnv* env) { in ExceptionDescribe()
741 static jthrowable ExceptionOccurred(JNIEnv* env) { in ExceptionOccurred()
774 static jobject NewGlobalRef(JNIEnv* env, jobject obj) { in NewGlobalRef()
798 static jobject NewLocalRef(JNIEnv* env, jobject obj) { in NewLocalRef()
808 static void DeleteLocalRef(JNIEnv* env, jobject obj) { in DeleteLocalRef()
2104 static void ReleaseStringCritical(JNIEnv* env, in ReleaseStringCritical()
2463 static jint RegisterNatives(JNIEnv* env, in RegisterNatives()
[all …]
/aosp12/libnativehelper/tests_mts/jni/
H A Djni_helper_jni.cpp33 static void throwException(JNIEnv* env, jclass /*clazz*/, jstring className, jstring message) { in throwException()
39 static void throwExceptionWithIntFormat(JNIEnv* env, in throwExceptionWithIntFormat()
49 static void throwNullPointerException(JNIEnv* env, in throwNullPointerException()
56 static void throwRuntimeException(JNIEnv* env, jclass /*clazz*/, jstring message) { in throwRuntimeException()
61 static void throwIOException(JNIEnv* env, jclass /*clazz*/, jint cause) { in throwIOException()
70 static void logException(JNIEnv* env, jclass /*clazz*/, jthrowable throwable) { in logException()
74 static jobject fileDescriptorCreate(JNIEnv* env, jclass /*clazz*/, jint unix_fd) { in fileDescriptorCreate()
78 static jint fileDescriptorGetFD(JNIEnv* env, jclass /*clazz*/, jobject jiofd) { in fileDescriptorGetFD()
82 static void fileDescriptorSetFD(JNIEnv* env, jclass /*clazz*/, jobject jiofd, jint unix_fd) { in fileDescriptorSetFD()
86 static jstring createString(JNIEnv* env, jclass /*clazz*/, jstring value) { in createString()
[all …]

12345678910>>...51