Searched refs:ToHostJNIEnv (Results 1 – 3 of 3) sorted by relevance
34 ret = AFileDescriptor_create(ToHostJNIEnv(guest_env)); in DoCustomTrampoline_AFileDescriptor_create()41 ret = AFileDescriptor_getFd(ToHostJNIEnv(guest_env), fileDescriptor); in DoCustomTrampoline_AFileDescriptor_getFd()47 AFileDescriptor_setFd(ToHostJNIEnv(guest_env), fileDescriptor, fd); in DoCustomTrampoline_AFileDescriptor_setFd()
180 JNIEnv* arg_env = ToHostJNIEnv(guest_env); in DoTrampoline_JNIEnv_RegisterNatives()191 JNIEnv* arg_env = ToHostJNIEnv(guest_env); in DoTrampoline_JNIEnv_GetJavaVM()204 JNIEnv* arg_0 = ToHostJNIEnv(arg_env); in DoTrampoline_JNIEnv_CallStaticVoidMethodV()331 JNIEnv* ToHostJNIEnv(GuestType<JNIEnv*> guest_jni_env) { in ToHostJNIEnv() function
35 JNIEnv* ToHostJNIEnv(GuestType<JNIEnv*> guest_jni_env);