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

  /frameworks/native/include/binder/
Binder.h 97 RefBase::weakref_type* mRefs;
  /system/core/include/utils/
SharedBuffer.h 98 mutable int32_t mRefs;
130 return (mRefs == 1);
RefBase.h 168 weakref_impl* const mRefs;
  /system/core/libpixelflinger/codeflinger/tinyutils/
SharedBuffer.h 101 mutable int32_t mRefs;
140 return (mRefs == 1);
  /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;
  /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/av/include/media/
MediaProfiles.h 517 RequiredProfileRefInfo mRefs[kNumRequiredProfiles];

Completed in 1276 milliseconds