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

  /system/core/include/utils/
StrongPointer.h 190 other->forceIncStrong(this);
RefBase.h 75 void forceIncStrong(const void* id) const;
  /frameworks/rs/cpp/util/
StrongPointer.h 193 other->forceIncStrong(this);
RefBase.h 71 void forceIncStrong(const void* id) const;
  /frameworks/rs/server/
StrongPointer.h 192 other->forceIncStrong(this);
RefBase.h 70 void forceIncStrong(const void* id) const;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/util/
StrongPointer.h 193 other->forceIncStrong(this);
RefBase.h 71 void forceIncStrong(const void* id) const;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/server/
StrongPointer.h 192 other->forceIncStrong(this);
RefBase.h 70 void forceIncStrong(const void* id) const;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/util/
StrongPointer.h 193 other->forceIncStrong(this);
RefBase.h 71 void forceIncStrong(const void* id) const;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/server/
StrongPointer.h 192 other->forceIncStrong(this);
RefBase.h 70 void forceIncStrong(const void* id) const;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/util/
StrongPointer.h 193 other->forceIncStrong(this);
RefBase.h 71 void forceIncStrong(const void* id) const;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/server/
StrongPointer.h 192 other->forceIncStrong(this);
RefBase.h 70 void forceIncStrong(const void* id) const;
  /system/core/libutils/
RefBase.cpp 359 void RefBase::forceIncStrong(const void* id) const
366 ALOG_ASSERT(c >= 0, "forceIncStrong called on %p after ref count underflow",
369 ALOGD("forceIncStrong of %p from %p: cnt=%d\n", this, id, c);

Completed in 474 milliseconds