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>
194 static AndroidRuntime* gCurRuntime = NULL;
241 /*static*/ JavaVM* AndroidRuntime::mJavaVM = NULL;
243 AndroidRuntime::AndroidRuntime(char* argBlockStart, const size_t argBlockLength) :
259 AndroidRuntime::~AndroidRuntime()
267 /*static*/ int AndroidRuntime::registerNativeMethods(JNIEnv* env,
273 void AndroidRuntime::setArgv0(const char* argv0)
    [all...]

Completed in 233 milliseconds