HomeSort by relevance Sort by last modified time
    Searched refs:globalRef (Results 76 - 78 of 78) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
jni.h 566 void DeleteGlobalRef(jobject globalRef)
567 { functions->DeleteGlobalRef(this, globalRef); }
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 319 jclass globalRef = reinterpret_cast<jclass>(jni->NewGlobalRef(localRef));
321 CHECK(globalRef) << name;
322 bool inserted = classes_.insert(std::make_pair(name, globalRef)).second;
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 1010 * We hang on to BIO with a JNI GlobalRef and we want to remove them as soon as possible.
    [all...]

Completed in 4176 milliseconds

1 2 34