Lines Matching defs:BBinder
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(
125 status_t BBinder::unlinkToDeath(
132 status_t BBinder::dump(int fd, const Vector<String16>& args)
137 void BBinder::attachObject(
157 void* BBinder::findObject(const void* objectID) const
166 void BBinder::detachObject(const void* objectID)
175 BBinder* BBinder::localBinder()
180 BBinder::~BBinder()
186 status_t BBinder::onTransact(