HomeSort by relevance Sort by last modified time
    Searched refs:mRefs (Results 1 - 11 of 11) sorted by null

  /frameworks/native/libs/utils/
SharedBuffer.cpp 31 sb->mRefs = 1;
40 if (released->mRefs != 0) return -1; // XXX: invalid operation
97 android_atomic_inc(&mRefs);
103 if (onlyOwner() || ((prev = android_atomic_dec(&mRefs)) == 1)) {
104 mRefs = 0;
RefBase.cpp 321 weakref_impl* const refs = mRefs;
340 weakref_impl* const refs = mRefs;
358 weakref_impl* const refs = mRefs;
380 return mRefs->mStrong;
571 mRefs->incWeak(id);
572 return mRefs;
577 return mRefs;
581 : mRefs(new weakref_impl(this))
587 if (mRefs->mStrong == INITIAL_STRONG_VALUE) {
589 delete mRefs;
    [all...]
  /system/core/libpixelflinger/codeflinger/tinyutils/
SharedBuffer.cpp 33 sb->mRefs = 1;
42 if (released->mRefs != 0) return -1; // XXX: invalid operation
99 android_atomic_inc(&mRefs);
105 if (onlyOwner() || ((prev = android_atomic_dec(&mRefs)) == 1)) {
106 mRefs = 0;
SharedBuffer.h 101 mutable int32_t mRefs;
140 return (mRefs == 1);
  /frameworks/native/include/utils/
SharedBuffer.h 98 mutable int32_t mRefs;
130 return (mRefs == 1);
RefBase.h 168 weakref_impl* const mRefs;
  /frameworks/native/libs/binder/
Binder.cpp 224 : mRemote(o.get()), mRefs(NULL), mState(0)
230 mRefs = mRemote->createWeak(this); // Held for our entire lifetime.
240 mRefs->decWeak(this);
258 return mRemote ? mRefs->attemptIncStrong(this) : false;
  /frameworks/native/include/binder/
Binder.h 95 RefBase::weakref_type* mRefs;
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 476 mRequiredProfileRefs[i].mRefs[j].mHasRefProfile = false;
477 mRequiredProfileRefs[i].mRefs[j].mRefProfileIndex = -1;
479 mRequiredProfileRefs[i].mRefs[j].mResolutionProduct = 0x7FFFFFFF;
481 mRequiredProfileRefs[i].mRefs[j].mResolutionProduct = 0;
529 info = &(mRequiredProfileRefs[refIndex].mRefs[j]);
569 &mRequiredProfileRefs[refIndex].mRefs[j];
    [all...]
  /frameworks/av/include/media/
MediaProfiles.h 506 RequiredProfileRefInfo mRefs[kNumRequiredProfiles];
  /frameworks/rs/server/
RefBase.h 157 weakref_impl* const mRefs;

Completed in 491 milliseconds