HomeSort by relevance Sort by last modified time
    Searched full:jvm_ (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/utility/source/
helpers_android.cc 99 : attached_(false), jvm_(jvm), env_(NULL) {
115 jint res = jvm_->DetachCurrentThread();
117 RTC_CHECK(!GetEnv(jvm_));
jvm_android.cc 229 : jvm_(jvm) {
250 JNIEnv* jni = GetEnv(jvm_);
  /external/webrtc/webrtc/modules/utility/include/
jvm_android.h 168 JavaVM* jvm() const { return jvm_; }
176 JNIEnv* jni() const { return GetEnv(jvm_); }
179 JavaVM* const jvm_; member in class:webrtc::JVM
helpers_android.h 64 JavaVM* jvm_; member in class:webrtc::AttachThreadScoped
  /libcore/ojluni/src/main/native/
net_util.h 151 * These work just like the JVM_* procedures, except that they may do some
jvm.h 60 * 1. There is a change in JVM_* functions.
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
Version.java 319 // Gets the JVM version info if available and sets the jvm_*_version fields

Completed in 238 milliseconds