OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BBinder
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/include/binder/
Binder.h
25
class
BBinder
: public IBinder
28
BBinder
();
56
virtual
BBinder
* localBinder();
59
virtual ~
BBinder
();
67
BBinder
(const
BBinder
& o);
68
BBinder
& operator=(const
BBinder
& o);
/frameworks/base/libs/binder/
Binder.cpp
46
BBinder
* IBinder::localBinder()
63
class
BBinder
::Extras
72
BBinder
::
BBinder
()
77
bool
BBinder
::isBinderAlive() const
82
status_t
BBinder
::pingBinder()
87
const String16&
BBinder
::getInterfaceDescriptor() const
92
LOGW("reached
BBinder
::getInterfaceDescriptor (this=%p)", this);
96
status_t
BBinder
::transact(
118
status_t
BBinder
::linkToDeath
[
all
...]
Completed in 244 milliseconds