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

  /hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/include/
loc_stub_android_runtime.h 36 class AndroidRuntime
  /hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/include/
loc_stub_android_runtime.h 36 class AndroidRuntime
  /frameworks/base/core/jni/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 18 #define LOG_TAG "AndroidRuntime"
21 #include <android_runtime/AndroidRuntime.h>
220 static AndroidRuntime* gCurRuntime = NULL;
269 /*static*/ JavaVM* AndroidRuntime::mJavaVM = NULL;
271 AndroidRuntime::AndroidRuntime(char* argBlockStart, const size_t argBlockLength) :
285 AndroidRuntime::~AndroidRuntime()
292 /*static*/ int AndroidRuntime::registerNativeMethods(JNIEnv* env,
298 void AndroidRuntime::setArgv0(const char* argv0, bool setProcName)
    [all...]

Completed in 604 milliseconds