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

  /frameworks/rs/cpp/util/
StrongPointer.h 193 other->forceIncStrong(this);
RefBase.h 71 void forceIncStrong(const void* id) const;
  /system/core/libutils/include/utils/
StrongPointer.h 225 other->forceIncStrong(this);
RefBase.h 243 void forceIncStrong(const void* id) const;
  /system/core/libutils/
RefBase.cpp 452 void RefBase::forceIncStrong(const void* id) const
461 ALOG_ASSERT(c >= 0, "forceIncStrong called on %p after ref count underflow",
464 ALOGD("forceIncStrong of %p from %p: cnt=%d\n", this, id, c);

Completed in 575 milliseconds