Searched refs:mPinnedRefCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DBitmap.h100 int mPinnedRefCount = 0; member in class:android::Bitmap
H A DBitmap.cpp170 if (mPinnedRefCount == 0) {
193 "references! mPinnedRefCount = %d", mPinnedRefCount);
247 mPinnedRefCount++;
282 return mPinnedRefCount == 0 && !mAttachedToJava;
297 if (mPinnedRefCount > 0) {
298 mPinnedRefCount--;
299 if (mPinnedRefCount == 0) {

Completed in 50 milliseconds