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/native/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/native/libs/binder/
Binder.cpp
47
BBinder
* IBinder::localBinder()
64
class
BBinder
::Extras
73
BBinder
::
BBinder
()
78
bool
BBinder
::isBinderAlive() const
83
status_t
BBinder
::pingBinder()
88
const String16&
BBinder
::getInterfaceDescriptor() const
93
ALOGW("reached
BBinder
::getInterfaceDescriptor (this=%p)", this);
97
status_t
BBinder
::transact(
119
status_t
BBinder
::linkToDeath
[
all
...]
Completed in 50 milliseconds