OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onIncStrongAttempted
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/include/binder/
Binder.h
85
virtual bool
onIncStrongAttempted
(uint32_t flags, const void* id);
BpBinder.h
97
virtual bool
onIncStrongAttempted
(uint32_t flags, const void* id);
/frameworks/base/libs/utils/
RefBase.cpp
462
|| impl->mBase->
onIncStrongAttempted
(FIRST_INC_STRONG, id);
469
&& impl->mBase->
onIncStrongAttempted
(FIRST_INC_STRONG, id);
478
// someone else, the implementor of
onIncStrongAttempted
() is holding
587
bool RefBase::
onIncStrongAttempted
(uint32_t flags, const void* id)
/frameworks/base/libs/binder/
Binder.cpp
249
bool BpRefBase::
onIncStrongAttempted
(uint32_t flags, const void* id)
BpBinder.cpp
356
bool BpBinder::
onIncStrongAttempted
(uint32_t flags, const void* id)
358
LOGV("
onIncStrongAttempted
BpBinder %p handle %d\n", this, mHandle);
/frameworks/base/include/utils/
RefBase.h
135
//! Flags for
onIncStrongAttempted
()
142
virtual bool
onIncStrongAttempted
(uint32_t flags, const void* id);
Completed in 37 milliseconds