Home | History | Annotate | Download | only in binder

Lines Matching refs: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(
126 status_t BBinder::unlinkToDeath(
133 status_t BBinder::dump(int /*fd*/, const Vector<String16>& /*args*/)
138 void BBinder::attachObject(
163 void* BBinder::findObject(const void* objectID) const
173 void BBinder::detachObject(const void* objectID)
183 BBinder* BBinder::localBinder()
188 BBinder::~BBinder()
196 status_t BBinder::onTransact(