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

  /frameworks/native/libs/binder/
Binder.cpp 268 return mRemote ? mRefs->attemptIncStrong(this) : false;
IPCThreadState.cpp 1013 const bool success = refs->attemptIncStrong(mProcess.get());
    [all...]
  /frameworks/rs/cpp/util/
RefBase.h 85 bool attemptIncStrong(const void* id);
433 if (m_ptr && m_refs->attemptIncStrong(&result)) {
  /frameworks/rs/server/
RefBase.h 84 bool attemptIncStrong(const void* id);
432 if (m_ptr && m_refs->attemptIncStrong(&result)) {
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/util/
RefBase.h 85 bool attemptIncStrong(const void* id);
433 if (m_ptr && m_refs->attemptIncStrong(&result)) {
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/server/
RefBase.h 84 bool attemptIncStrong(const void* id);
432 if (m_ptr && m_refs->attemptIncStrong(&result)) {
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/util/
RefBase.h 85 bool attemptIncStrong(const void* id);
433 if (m_ptr && m_refs->attemptIncStrong(&result)) {
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/server/
RefBase.h 84 bool attemptIncStrong(const void* id);
432 if (m_ptr && m_refs->attemptIncStrong(&result)) {
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/util/
RefBase.h 85 bool attemptIncStrong(const void* id);
433 if (m_ptr && m_refs->attemptIncStrong(&result)) {
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/server/
RefBase.h 84 bool attemptIncStrong(const void* id);
432 if (m_ptr && m_refs->attemptIncStrong(&result)) {
  /system/core/include/utils/
RefBase.h 89 bool attemptIncStrong(const void* id);
451 if (m_ptr && m_refs->attemptIncStrong(&result)) {
  /system/core/libutils/
RefBase.cpp 432 bool RefBase::weakref_type::attemptIncStrong(const void* id)
440 "attemptIncStrong called on %p after underflow", this);
513 ALOGD("attemptIncStrong of %p from %p: cnt=%d\n", this, id, curCount);
518 // were here in attemptIncStrong().
522 "attemptIncStrong in %p underflowed to INITIAL_STRONG_VALUE",

Completed in 479 milliseconds