Lines Matching refs:aiBinder
360 AIBinder* aiBinder = mMonitor->asBinder().get(); in registerMonitor() local
361 mDeathRegistrationWrapper->unlinkToDeath(aiBinder, mClientBinderDeathRecipient.get(), in registerMonitor()
362 static_cast<void*>(aiBinder)); in registerMonitor()
367 AIBinder* aiBinder = binder.get(); in registerMonitor() local
369 mDeathRegistrationWrapper->linkToDeath(aiBinder, mClientBinderDeathRecipient.get(), in registerMonitor()
370 static_cast<void*>(aiBinder)); in registerMonitor()
401 AIBinder* aiBinder = binder.get(); in unregisterMonitor() local
402 mDeathRegistrationWrapper->unlinkToDeath(aiBinder, mClientBinderDeathRecipient.get(), in unregisterMonitor()
403 static_cast<void*>(aiBinder)); in unregisterMonitor()
725 AIBinder* aiBinder = mMonitor->asBinder().get(); in terminate() local
726 mDeathRegistrationWrapper->unlinkToDeath(aiBinder, mClientBinderDeathRecipient.get(), in terminate()
727 static_cast<void*>(aiBinder)); in terminate()
857 AIBinder* aiBinder, in findClientAndProcessLocked() argument
859 return findClientAndProcessLocked(timeouts, reinterpret_cast<uintptr_t>(aiBinder), processor); in findClientAndProcessLocked()
971 if (AIBinder* aiBinder = mMonitor->asBinder().get(); in handleBinderDeath() local
972 reinterpret_cast<uintptr_t>(aiBinder) == cookieId) { in handleBinderDeath()
1367 AIBinder* aiBinder = getAIBinder(); in linkToDeath() local
1368 return kService.mDeathRegistrationWrapper->linkToDeath(aiBinder, recipient, in linkToDeath()
1369 static_cast<void*>(aiBinder)); in linkToDeath()
1379 AIBinder* aiBinder = getAIBinder(); in unlinkToDeath() local
1380 return kService.mDeathRegistrationWrapper->unlinkToDeath(aiBinder, recipient, in unlinkToDeath()
1381 static_cast<void*>(aiBinder)); in unlinkToDeath()