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

  /frameworks/native/include/utils/
StrongPointer.h 192 other->forceIncStrong(this);
RefBase.h 75 void forceIncStrong(const void* id) const;
  /frameworks/rs/server/
StrongPointer.h 192 other->forceIncStrong(this);
RefBase.h 70 void forceIncStrong(const void* id) const;
  /frameworks/native/libs/utils/
RefBase.cpp 356 void RefBase::forceIncStrong(const void* id) const
363 ALOG_ASSERT(c >= 0, "forceIncStrong called on %p after ref count underflow",
366 ALOGD("forceIncStrong of %p from %p: cnt=%d\n", this, id, c);

Completed in 61 milliseconds