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

  /frameworks/native/include/binder/
Binder.h 97 RefBase::weakref_type* mRefs;
  /system/core/libutils/
SharedBuffer.h 103 mutable std::atomic<int32_t> mRefs;
139 return (mRefs.load(std::memory_order_acquire) == 1);
  /frameworks/rs/cpp/util/
RefBase.h 158 weakref_impl* const mRefs;
  /frameworks/rs/server/
RefBase.h 157 weakref_impl* const mRefs;
  /system/core/include/utils/
RefBase.h 168 weakref_impl* const mRefs;
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 222 int mRefs;
225 : mType(type), mMsg(getHalInfo(handle)->nl80211_family_id), mId(id), mRefs(1)
234 mId(id), mRefs(1)
254 int refs = __sync_add_and_fetch(&mRefs, 1);
259 int refs = __sync_sub_and_fetch(&mRefs, 1);
  /frameworks/av/include/media/
MediaProfiles.h 442 RequiredProfileRefInfo mRefs[kNumRequiredProfiles];

Completed in 810 milliseconds