OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:forceIncStrong
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/include/utils/
StrongPointer.h
192
other->
forceIncStrong
(this);
RefBase.h
70
void
forceIncStrong
(const void* id) const;
/frameworks/base/libs/utils/
RefBase.cpp
365
void RefBase::
forceIncStrong
(const void* id) const
372
LOG_ASSERT(c >= 0, "
forceIncStrong
called on %p after ref count underflow",
375
LOGD("
forceIncStrong
of %p from %p: cnt=%d\n", this, id, c);
Completed in 214 milliseconds