OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attemptincweak
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/binder/
ProcessState.cpp
195
if (b == NULL || !e->refs->
attemptIncWeak
(this)) {
223
//
attemptIncWeak
() is safe because we know the BpBinder destructor will always
229
if (b == NULL || !e->refs->
attemptIncWeak
(this)) {
250
// (if someone failed the
AttemptIncWeak
() above); we don't want
/frameworks/base/libs/utils/
RefBase.cpp
501
bool RefBase::weakref_type::
attemptIncWeak
(const void* id)
506
LOG_ASSERT(curCount >= 0, "
attemptIncWeak
called on %p after underflow",
/frameworks/base/include/utils/
RefBase.h
89
bool
attemptIncWeak
(const void* id);
/prebuilt/sdk/tools/linux/
aapt
Completed in 1353 milliseconds