OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BpRefBase
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/binder/include/binder/
Binder.h
80
class
BpRefBase
: public virtual RefBase
83
explicit
BpRefBase
(const sp<IBinder>& o);
84
virtual ~
BpRefBase
();
93
BpRefBase
(const
BpRefBase
& o);
94
BpRefBase
& operator=(const
BpRefBase
& o);
/frameworks/native/libs/binder/
Binder.cpp
268
// the
BpRefBase
object holding it (when it is constructed), to the
269
// owner of the
BpRefBase
object when it first acquires that
BpRefBase
.
273
BpRefBase
::
BpRefBase
(const sp<IBinder>& o)
284
BpRefBase
::~
BpRefBase
()
294
void
BpRefBase
::onFirstRef()
299
void
BpRefBase
::onLastStrongRef(const void* /*id*/)
306
bool
BpRefBase
::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/
[
all
...]
Completed in 130 milliseconds