Lines Matching defs:binder

48 static void attach(const sp<IBinder>& binder) {  in attach()
51 static bool has(const sp<IBinder>& binder) { in has()
62 wp<ABpBinder> binder; member
215 ABpBinder::ABpBinder(const ::android::sp<::android::IBinder>& binder) in ABpBinder()
239 sp<AIBinder> ABpBinder::lookupOrCreateFromBinder(const ::android::sp<::android::IBinder>& binder) { in lookupOrCreateFromBinder()
269 wp<AIBinder> binder; member
271 AIBinder_Weak* AIBinder_Weak_new(AIBinder* binder) { in AIBinder_Weak_new()
286 sp<AIBinder> binder = weakBinder->binder.promote(); in AIBinder_Weak_promote() local
357 binder_status_t AIBinder_DeathRecipient::linkToDeath(sp<IBinder> binder, void* cookie) { in linkToDeath()
376 binder_status_t AIBinder_DeathRecipient::unlinkToDeath(sp<IBinder> binder, void* cookie) { in unlinkToDeath()
416 bool AIBinder_isRemote(const AIBinder* binder) { in AIBinder_isRemote()
424 bool AIBinder_isAlive(const AIBinder* binder) { in AIBinder_isAlive()
432 binder_status_t AIBinder_ping(AIBinder* binder) { in AIBinder_ping()
440 binder_status_t AIBinder_dump(AIBinder* binder, int fd, const char** args, uint32_t numArgs) { in AIBinder_dump()
464 binder_status_t AIBinder_linkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient, in AIBinder_linkToDeath()
475 binder_status_t AIBinder_unlinkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient, in AIBinder_unlinkToDeath()
494 void AIBinder_incStrong(AIBinder* binder) { in AIBinder_incStrong()
501 void AIBinder_decStrong(AIBinder* binder) { in AIBinder_decStrong()
509 int32_t AIBinder_debugGetRefCount(AIBinder* binder) { in AIBinder_debugGetRefCount()
518 bool AIBinder_associateClass(AIBinder* binder, const AIBinder_Class* clazz) { in AIBinder_associateClass()
526 const AIBinder_Class* AIBinder_getClass(AIBinder* binder) { in AIBinder_getClass()
534 void* AIBinder_getUserData(AIBinder* binder) { in AIBinder_getUserData()
547 binder_status_t AIBinder_prepareTransaction(AIBinder* binder, AParcel** in) { in AIBinder_prepareTransaction()
584 binder_status_t AIBinder_transact(AIBinder* binder, transaction_code_t code, AParcel** in, in AIBinder_transact()
650 binder_status_t AIBinder_getExtension(AIBinder* binder, AIBinder** outExt) { in AIBinder_getExtension()
673 binder_status_t AIBinder_setExtension(AIBinder* binder, AIBinder* ext) { in AIBinder_setExtension()
689 void AIBinder_setRequestingSid(AIBinder* binder, bool requestingSid) { in AIBinder_setRequestingSid()
702 android::sp<android::IBinder> AIBinder_toPlatformBinder(AIBinder* binder) { in AIBinder_toPlatformBinder()
707 AIBinder* AIBinder_fromPlatformBinder(const android::sp<android::IBinder>& binder) { in AIBinder_fromPlatformBinder()