Searched refs:JNI_GetCreatedJavaVMs (Results 1 - 3 of 3) sorted by relevance

/libnativehelper/include/nativehelper/
H A DJniInvocation.h49 jint JNI_GetCreatedJavaVMs(JavaVM** vms, jsize size, jsize* vm_count);
60 friend jint JNI_GetCreatedJavaVMs(JavaVM** vms, jsize size, jsize* vm_count);
H A Djni.h1104 jint JNI_GetCreatedJavaVMs(JavaVM**, jsize, jsize*);
/libnativehelper/
H A DJniInvocation.cpp97 "JNI_GetCreatedJavaVMs")) {
111 jint JniInvocation::JNI_GetCreatedJavaVMs(JavaVM** vms, jsize size, jsize* vm_count) { function in class:JniInvocation
140 extern "C" jint JNI_GetCreatedJavaVMs(JavaVM** vms, jsize size, jsize* vm_count) { function
141 return JniInvocation::GetJniInvocation().JNI_GetCreatedJavaVMs(vms, size, vm_count);

Completed in 74 milliseconds