Searched defs:AndroidRuntime (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/android_runtime/
H A DAndroidRuntime.h34 class AndroidRuntime class in namespace:android
37 AndroidRuntime();
38 virtual ~AndroidRuntime();
75 static AndroidRuntime* getRuntime();
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp17 #define LOG_TAG "AndroidRuntime"
20 #include <android_runtime/AndroidRuntime.h>
183 static AndroidRuntime* gCurRuntime = NULL;
230 /*static*/ JavaVM* AndroidRuntime::mJavaVM = NULL;
233 AndroidRuntime::AndroidRuntime() : function in class:android::AndroidRuntime
255 AndroidRuntime::~AndroidRuntime()
263 /*static*/ int AndroidRuntime::registerNativeMethods(JNIEnv* env,
269 status_t AndroidRuntime
[all...]

Completed in 77 milliseconds