Home | History | Annotate | Download | only in binder

Lines Matching defs:BBinder

49 BBinder* IBinder::localBinder()
86 class BBinder::Extras
95 BBinder::BBinder() : mExtras(nullptr)
99 bool BBinder::isBinderAlive() const
104 status_t BBinder::pingBinder()
109 const String16& BBinder::getInterfaceDescriptor() const
114 ALOGW("reached BBinder::getInterfaceDescriptor (this=%p)", this);
118 status_t BBinder::transact(
140 status_t BBinder::linkToDeath(
147 status_t BBinder::unlinkToDeath(
154 status_t BBinder::dump(int /*fd*/, const Vector<String16>& /*args*/)
159 void BBinder::attachObject(
181 void* BBinder::findObject(const void* objectID) const
190 void BBinder::detachObject(const void* objectID)
199 BBinder* BBinder::localBinder()
204 BBinder::~BBinder()
211 status_t BBinder::onTransact(