OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BpRefBase
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/include/binder/
Binder.h
78
class
BpRefBase
: public virtual RefBase
81
BpRefBase
(const sp<IBinder>& o);
82
virtual ~
BpRefBase
();
91
BpRefBase
(const
BpRefBase
& o);
92
BpRefBase
& operator=(const
BpRefBase
& o);
IInterface.h
63
class BpInterface : public INTERFACE, public
BpRefBase
136
:
BpRefBase
(remote)
/frameworks/native/libs/binder/
Binder.cpp
218
// the
BpRefBase
object holding it (when it is constructed), to the
219
// owner of the
BpRefBase
object when it first acquires that
BpRefBase
.
223
BpRefBase
::
BpRefBase
(const sp<IBinder>& o)
234
BpRefBase
::~
BpRefBase
()
244
void
BpRefBase
::onFirstRef()
249
void
BpRefBase
::onLastStrongRef(const void* id)
256
bool
BpRefBase
::onIncStrongAttempted(uint32_t flags, const void* id
[
all
...]
Completed in 41 milliseconds