Searched defs:p_env (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/art/runtime/jni/ |
H A D | java_vm_ext.cc | 435 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { in AttachCurrentThread() 439 static jint AttachCurrentThreadAsDaemon(JavaVM* vm, JNIEnv** p_env, void* thr_args) { in AttachCurrentThreadAsDaemon() 467 …static jint AttachCurrentThreadInternal(JavaVM* vm, JNIEnv** p_env, void* raw_args, bool as_daemon… in AttachCurrentThreadInternal() 1230 extern "C" EXPORT jint JNI_CreateJavaVM(JavaVM** p_vm, JNIEnv** p_env, void* vm_args) { in JNI_CreateJavaVM()
|
H A D | check_jni.cc | 4074 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { in AttachCurrentThread() 4084 static jint AttachCurrentThreadAsDaemon(JavaVM* vm, JNIEnv** p_env, void* thr_args) { in AttachCurrentThreadAsDaemon() 4104 static jint GetEnv(JavaVM* vm, void** p_env, jint version) { in GetEnv()
|
/aosp_15_r20/libnativehelper/ |
H A D | libnativehelper_lazy.c | 192 static jint JNI_CreateJavaVMImpl(JavaVM** p_vm, JNIEnv** p_env, void* vm_args) { in JNI_CreateJavaVMImpl() 197 jint JNI_CreateJavaVM(JavaVM** p_vm, JNIEnv** p_env, void* vm_args) { in JNI_CreateJavaVM()
|
H A D | JniInvocation.c | 116 jint JNI_CreateJavaVM(JavaVM** p_vm, JNIEnv** p_env, void* vm_args) { in JNI_CreateJavaVM()
|
/aosp_15_r20/external/vulkan-validation-layers/tests/ |
H A D | layer_validation_tests.cpp | 2005 JNIEnv *p_env; in get_args() local
|