HomeSort by relevance Sort by last modified time
    Searched defs:AndroidRuntime (Results 1 - 2 of 2) sorted by null

  /frameworks/base/include/android_runtime/
AndroidRuntime.h 34 class AndroidRuntime
37 AndroidRuntime(char* argBlockStart, size_t argBlockSize);
38 virtual ~AndroidRuntime();
75 static AndroidRuntime* getRuntime();
  /frameworks/base/core/jni/
AndroidRuntime.cpp 17 #define LOG_TAG "AndroidRuntime"
20 #include <android_runtime/AndroidRuntime.h>
195 static AndroidRuntime* gCurRuntime = NULL;
236 /*static*/ JavaVM* AndroidRuntime::mJavaVM = NULL;
238 AndroidRuntime::AndroidRuntime(char* argBlockStart, const size_t argBlockLength) :
254 AndroidRuntime::~AndroidRuntime()
262 /*static*/ int AndroidRuntime::registerNativeMethods(JNIEnv* env,
268 void AndroidRuntime::setArgv0(const char* argv0)
    [all...]

Completed in 72 milliseconds