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();
67 static AndroidRuntime* getRuntime();
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp1 /* //device/libs/android_runtime/AndroidRuntime.cpp
18 #define LOG_TAG "AndroidRuntime"
21 #include <android_runtime/AndroidRuntime.h>
175 static AndroidRuntime* gCurRuntime = NULL;
239 /*static*/ JavaVM* AndroidRuntime::mJavaVM = NULL;
242 AndroidRuntime::AndroidRuntime() function in class:android::AndroidRuntime
263 AndroidRuntime::~AndroidRuntime()
271 /*static*/ int AndroidRuntime
[all...]

Completed in 97 milliseconds