Home | History | Annotate | Download | only in binder

Lines Matching refs:BBinder

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(
124 status_t BBinder::unlinkToDeath(
131 status_t BBinder::dump(int fd, const Vector<String16>& args)
136 void BBinder::attachObject(
156 void* BBinder::findObject(const void* objectID) const
165 void BBinder::detachObject(const void* objectID)
174 BBinder* BBinder::localBinder()
179 BBinder::~BBinder()
185 status_t BBinder::onTransact(