Lines Matching defs:binder

49 static void attach(const sp<IBinder>& binder) {  in attach()
52 static bool has(const sp<IBinder>& binder) { in has()
63 wp<ABpBinder> binder; member
228 ABpBinder::ABpBinder(const ::android::sp<::android::IBinder>& binder) in ABpBinder()
252 sp<AIBinder> ABpBinder::lookupOrCreateFromBinder(const ::android::sp<::android::IBinder>& binder) { in lookupOrCreateFromBinder()
282 wp<AIBinder> binder; member
284 AIBinder_Weak* AIBinder_Weak_new(AIBinder* binder) { in AIBinder_Weak_new()
299 sp<AIBinder> binder = weakBinder->binder.promote(); in AIBinder_Weak_promote() local
398 binder_status_t AIBinder_DeathRecipient::linkToDeath(const sp<IBinder>& binder, void* cookie) { in linkToDeath()
417 binder_status_t AIBinder_DeathRecipient::unlinkToDeath(const sp<IBinder>& binder, void* cookie) { in unlinkToDeath()
457 bool AIBinder_isRemote(const AIBinder* binder) { in AIBinder_isRemote()
465 bool AIBinder_isAlive(const AIBinder* binder) { in AIBinder_isAlive()
473 binder_status_t AIBinder_ping(AIBinder* binder) { in AIBinder_ping()
481 binder_status_t AIBinder_dump(AIBinder* binder, int fd, const char** args, uint32_t numArgs) { in AIBinder_dump()
505 binder_status_t AIBinder_linkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient, in AIBinder_linkToDeath()
516 binder_status_t AIBinder_unlinkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient, in AIBinder_unlinkToDeath()
535 void AIBinder_incStrong(AIBinder* binder) { in AIBinder_incStrong()
542 void AIBinder_decStrong(AIBinder* binder) { in AIBinder_decStrong()
550 int32_t AIBinder_debugGetRefCount(AIBinder* binder) { in AIBinder_debugGetRefCount()
559 bool AIBinder_associateClass(AIBinder* binder, const AIBinder_Class* clazz) { in AIBinder_associateClass()
567 const AIBinder_Class* AIBinder_getClass(AIBinder* binder) { in AIBinder_getClass()
575 void* AIBinder_getUserData(AIBinder* binder) { in AIBinder_getUserData()
588 binder_status_t AIBinder_prepareTransaction(AIBinder* binder, AParcel** in) { in AIBinder_prepareTransaction()
620 binder_status_t AIBinder_transact(AIBinder* binder, transaction_code_t code, AParcel** in, in AIBinder_transact()
686 binder_status_t AIBinder_getExtension(AIBinder* binder, AIBinder** outExt) { in AIBinder_getExtension()
709 binder_status_t AIBinder_setExtension(AIBinder* binder, AIBinder* ext) { in AIBinder_setExtension()
725 void AIBinder_setRequestingSid(AIBinder* binder, bool requestingSid) { in AIBinder_setRequestingSid()
738 android::sp<android::IBinder> AIBinder_toPlatformBinder(AIBinder* binder) { in AIBinder_toPlatformBinder()
743 AIBinder* AIBinder_fromPlatformBinder(const android::sp<android::IBinder>& binder) { in AIBinder_fromPlatformBinder()