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

  /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);
  /system/core/libutils/
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 324 weakref_impl* const refs = mRefs;
343 weakref_impl* const refs = mRefs;
361 weakref_impl* const refs = mRefs;
383 return mRefs->mStrong;
574 mRefs->incWeak(id);
575 return mRefs;
580 return mRefs;
584 : mRefs(new weakref_impl(this))
590 if (mRefs->mStrong == INITIAL_STRONG_VALUE) {
592 delete mRefs;
    [all...]
  /system/core/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 234 : mRemote(o.get()), mRefs(NULL), mState(0)
240 mRefs = mRemote->createWeak(this); // Held for our entire lifetime.
250 mRefs->decWeak(this);
268 return mRemote ? mRefs->attemptIncStrong(this) : false;
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 221 int mRefs;
224 : mMsg(getHalInfo(handle)->nl80211_family_id), mId(id), mRefs(1)
232 : mMsg(getHalInfo(iface)->nl80211_family_id, getIfaceInfo(iface)->id), mId(id), mRefs(1)
248 int refs = __sync_add_and_fetch(&mRefs, 1);
253 int refs = __sync_sub_and_fetch(&mRefs, 1);
  /frameworks/native/include/binder/
Binder.h 97 RefBase::weakref_type* mRefs;
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 496 mRequiredProfileRefs[i].mRefs[j].mHasRefProfile = false;
497 mRequiredProfileRefs[i].mRefs[j].mRefProfileIndex = -1;
499 mRequiredProfileRefs[i].mRefs[j].mResolutionProduct = 0x7FFFFFFF;
501 mRequiredProfileRefs[i].mRefs[j].mResolutionProduct = 0;
552 info = &(mRequiredProfileRefs[refIndex].mRefs[j]);
592 &mRequiredProfileRefs[refIndex].mRefs[j];
    [all...]
  /frameworks/av/include/media/
MediaProfiles.h 517 RequiredProfileRefInfo mRefs[kNumRequiredProfiles];
  /frameworks/rs/cpp/util/
RefBase.h 158 weakref_impl* const mRefs;
  /frameworks/rs/server/
RefBase.h 157 weakref_impl* const mRefs;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/util/
RefBase.h 158 weakref_impl* const mRefs;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/server/
RefBase.h 157 weakref_impl* const mRefs;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/util/
RefBase.h 158 weakref_impl* const mRefs;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/server/
RefBase.h 157 weakref_impl* const mRefs;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/util/
RefBase.h 158 weakref_impl* const mRefs;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/server/
RefBase.h 157 weakref_impl* const mRefs;

Completed in 420 milliseconds