Lines Matching defs:binder
48 static void attach(const sp<IBinder>& binder) { in attach()
52 static bool has(const sp<IBinder>& binder) { in has()
62 wp<ABpBinder> binder; member
258 ABpBinder::ABpBinder(const ::android::sp<::android::IBinder>& binder) in ABpBinder()
264 sp<AIBinder> ABpBinder::lookupOrCreateFromBinder(const ::android::sp<::android::IBinder>& binder) { in lookupOrCreateFromBinder()
302 wp<AIBinder> binder; member
304 AIBinder_Weak* AIBinder_Weak_new(AIBinder* binder) { in AIBinder_Weak_new()
319 sp<AIBinder> binder = weakBinder->binder.promote(); in AIBinder_Weak_promote() local
434 binder_status_t AIBinder_DeathRecipient::linkToDeath(const sp<IBinder>& binder, void* cookie) { in linkToDeath()
455 binder_status_t AIBinder_DeathRecipient::unlinkToDeath(const sp<IBinder>& binder, void* cookie) { in unlinkToDeath()
500 bool AIBinder_isRemote(const AIBinder* binder) { in AIBinder_isRemote()
508 bool AIBinder_isAlive(const AIBinder* binder) { in AIBinder_isAlive()
516 binder_status_t AIBinder_ping(AIBinder* binder) { in AIBinder_ping()
524 binder_status_t AIBinder_dump(AIBinder* binder, int fd, const char** args, uint32_t numArgs) { in AIBinder_dump()
548 binder_status_t AIBinder_linkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient, in AIBinder_linkToDeath()
560 binder_status_t AIBinder_unlinkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient, in AIBinder_unlinkToDeath()
584 void AIBinder_incStrong(AIBinder* binder) { in AIBinder_incStrong()
591 void AIBinder_decStrong(AIBinder* binder) { in AIBinder_decStrong()
599 int32_t AIBinder_debugGetRefCount(AIBinder* binder) { in AIBinder_debugGetRefCount()
608 bool AIBinder_associateClass(AIBinder* binder, const AIBinder_Class* clazz) { in AIBinder_associateClass()
616 const AIBinder_Class* AIBinder_getClass(AIBinder* binder) { in AIBinder_getClass()
624 void* AIBinder_getUserData(AIBinder* binder) { in AIBinder_getUserData()
637 binder_status_t AIBinder_prepareTransaction(AIBinder* binder, AParcel** in) { in AIBinder_prepareTransaction()
677 binder_status_t AIBinder_transact(AIBinder* binder, transaction_code_t code, AParcel** in, in AIBinder_transact()
755 binder_status_t AIBinder_getExtension(AIBinder* binder, AIBinder** outExt) { in AIBinder_getExtension()
778 binder_status_t AIBinder_setExtension(AIBinder* binder, AIBinder* ext) { in AIBinder_setExtension()
794 void AIBinder_setRequestingSid(AIBinder* binder, bool requestingSid) { in AIBinder_setRequestingSid()
807 void AIBinder_setMinSchedulerPolicy(AIBinder* binder, int policy, int priority) { in AIBinder_setMinSchedulerPolicy()
811 void AIBinder_setInheritRt(AIBinder* binder, bool inheritRt) { in AIBinder_setInheritRt()