Searched refs:mPinnedRefCount (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 44 milliseconds