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

1 2 3 4

  /external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
jni_helpers.cc 77 jclass globalRef = reinterpret_cast<jclass>(jni->NewGlobalRef(localRef));
79 CHECK(globalRef, name.c_str());
80 bool inserted = classes_.insert(std::make_pair(name, globalRef)).second;
  /external/chromium_org/third_party/skia/include/core/
SkPixelRef.h 243 virtual void globalRef(void* data=NULL);
  /external/skia/include/core/
SkPixelRef.h 243 virtual void globalRef(void* data=NULL);
  /frameworks/base/libs/hwui/
ResourceCache.cpp 65 bitmapResource->pixelRef()->globalRef();
93 bitmapResource->pixelRef()->globalRef();
  /external/chromium_org/third_party/skia/src/core/
SkPixelRef.cpp 295 void SkPixelRef::globalRef(void* data) {
  /external/skia/src/core/
SkPixelRef.cpp 295 void SkPixelRef::globalRef(void* data) {
  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 137 virtual void globalRef(void* localref=NULL);
139 /** Release a ref that was acquired using globalRef(). */
159 * AndroidPixelRef::globalRef() will allocate a JNI global reference
Graphics.cpp 551 void AndroidPixelRef::globalRef(void* localref) {
554 fWrappedPixelRef->globalRef(localref);
557 // bitmap->pixelRef()->globalRef() and globalUnref() can be used in a pair, even if
  /art/runtime/
check_jni.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 305 jclass globalRef = reinterpret_cast<jclass>(jni->NewGlobalRef(localRef));
307 CHECK(globalRef, name);
308 bool inserted = classes_.insert(std::make_pair(name, globalRef)).second;
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 566 void DeleteGlobalRef(jobject globalRef)
567 { functions->DeleteGlobalRef(this, globalRef); }
    [all...]
  /libnativehelper/include/nativehelper/
jni.h 552 void DeleteGlobalRef(jobject globalRef)
553 { functions->DeleteGlobalRef(this, globalRef); }
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
jni.h 550 void DeleteGlobalRef(jobject globalRef)
551 { functions->DeleteGlobalRef(this, globalRef); }
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
jni.h 550 void DeleteGlobalRef(jobject globalRef)
551 { functions->DeleteGlobalRef(this, globalRef); }
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
jni.h 550 void DeleteGlobalRef(jobject globalRef)
551 { functions->DeleteGlobalRef(this, globalRef); }
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
jni.h 550 void DeleteGlobalRef(jobject globalRef)
551 { functions->DeleteGlobalRef(this, globalRef); }
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
jni.h 550 void DeleteGlobalRef(jobject globalRef)
551 { functions->DeleteGlobalRef(this, globalRef); }
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
jni.h 550 void DeleteGlobalRef(jobject globalRef)
551 { functions->DeleteGlobalRef(this, globalRef); }
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
jni.h 550 void DeleteGlobalRef(jobject globalRef)
551 { functions->DeleteGlobalRef(this, globalRef); }
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
jni.h 550 void DeleteGlobalRef(jobject globalRef)
551 { functions->DeleteGlobalRef(this, globalRef); }
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
jni.h 550 void DeleteGlobalRef(jobject globalRef)
551 { functions->DeleteGlobalRef(this, globalRef); }
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
jni.h 565 void DeleteGlobalRef(jobject globalRef)
566 { functions->DeleteGlobalRef(this, globalRef); }
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
jni.h 565 void DeleteGlobalRef(jobject globalRef)
566 { functions->DeleteGlobalRef(this, globalRef); }
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
jni.h 565 void DeleteGlobalRef(jobject globalRef)
566 { functions->DeleteGlobalRef(this, globalRef); }
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
jni.h 565 void DeleteGlobalRef(jobject globalRef)
566 { functions->DeleteGlobalRef(this, globalRef); }
    [all...]

Completed in 1631 milliseconds

1 2 3 4