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(char* argBlockStart, size_t argBlockSize);
38 virtual ~AndroidRuntime();
75 static AndroidRuntime* getRuntime();
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp18 #define LOG_TAG "AndroidRuntime"
21 #include <android_runtime/AndroidRuntime.h>
207 static AndroidRuntime* gCurRuntime = NULL;
248 /*static*/ JavaVM* AndroidRuntime::mJavaVM = NULL;
250 AndroidRuntime::AndroidRuntime(char* argBlockStart, const size_t argBlockLength) : function in class:android::AndroidRuntime
266 AndroidRuntime::~AndroidRuntime()
274 /*static*/ int AndroidRuntime::registerNativeMethods(JNIEnv* env,
280 void AndroidRuntime
[all...]

Completed in 548 milliseconds