Lines Matching defs:binder
43 static void attach(const sp<IBinder>& binder) { in attach()
46 static bool has(const sp<IBinder>& binder) { in has()
57 wp<ABpBinder> binder; member
165 ABpBinder::ABpBinder(const ::android::sp<::android::IBinder>& binder) in ABpBinder()
189 sp<AIBinder> ABpBinder::lookupOrCreateFromBinder(const ::android::sp<::android::IBinder>& binder) { in lookupOrCreateFromBinder()
219 wp<AIBinder> binder; member
221 AIBinder_Weak* AIBinder_Weak_new(AIBinder* binder) { in AIBinder_Weak_new()
236 sp<AIBinder> binder = weakBinder->binder.promote(); in AIBinder_Weak_promote() local
300 binder_status_t AIBinder_DeathRecipient::linkToDeath(sp<IBinder> binder, void* cookie) { in linkToDeath()
319 binder_status_t AIBinder_DeathRecipient::unlinkToDeath(sp<IBinder> binder, void* cookie) { in unlinkToDeath()
359 bool AIBinder_isRemote(const AIBinder* binder) { in AIBinder_isRemote()
367 bool AIBinder_isAlive(const AIBinder* binder) { in AIBinder_isAlive()
375 binder_status_t AIBinder_ping(AIBinder* binder) { in AIBinder_ping()
383 binder_status_t AIBinder_dump(AIBinder* binder, int fd, const char** args, uint32_t numArgs) { in AIBinder_dump()
407 binder_status_t AIBinder_linkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient, in AIBinder_linkToDeath()
418 binder_status_t AIBinder_unlinkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient, in AIBinder_unlinkToDeath()
437 void AIBinder_incStrong(AIBinder* binder) { in AIBinder_incStrong()
445 void AIBinder_decStrong(AIBinder* binder) { in AIBinder_decStrong()
453 int32_t AIBinder_debugGetRefCount(AIBinder* binder) { in AIBinder_debugGetRefCount()
462 bool AIBinder_associateClass(AIBinder* binder, const AIBinder_Class* clazz) { in AIBinder_associateClass()
470 const AIBinder_Class* AIBinder_getClass(AIBinder* binder) { in AIBinder_getClass()
478 void* AIBinder_getUserData(AIBinder* binder) { in AIBinder_getUserData()
491 binder_status_t AIBinder_prepareTransaction(AIBinder* binder, AParcel** in) { in AIBinder_prepareTransaction()
528 binder_status_t AIBinder_transact(AIBinder* binder, transaction_code_t code, AParcel** in, in AIBinder_transact()