Searched refs:mRefs (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/libs/binder/
H A DBinder.cpp265 : mRemote(o.get()), mRefs(NULL), mState(0)
271 mRefs = mRemote->createWeak(this); // Held for our entire lifetime.
281 mRefs->decWeak(this);
299 return mRemote ? mRefs->attemptIncStrong(this) : false;
/frameworks/native/include/binder/
H A DBinder.h97 RefBase::weakref_type* mRefs; member in class:android::BpRefBase
/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp448 mRequiredProfileRefs[i].mRefs[j].mHasRefProfile = false;
449 mRequiredProfileRefs[i].mRefs[j].mRefProfileIndex = -1;
451 mRequiredProfileRefs[i].mRefs[j].mResolutionProduct = 0x7FFFFFFF;
453 mRequiredProfileRefs[i].mRefs[j].mResolutionProduct = 0;
503 info = &(mRequiredProfileRefs[refIndex].mRefs[j]);
543 &mRequiredProfileRefs[refIndex].mRefs[j];
/frameworks/av/include/media/
H A DMediaProfiles.h442 RequiredProfileRefInfo mRefs[kNumRequiredProfiles]; member in struct:android::MediaProfiles::__anon58
/frameworks/rs/cpp/util/
H A DRefBase.h158 weakref_impl* const mRefs; member in class:android::RSC::RefBase
/frameworks/rs/server/
H A DRefBase.h157 weakref_impl* const mRefs; member in class:android::RefBase

Completed in 165 milliseconds