Lines Matching refs:DeathNotifier
50 std::map<uintptr_t, sp<DeathNotifier> > ResourceManagerService::sCookieToDeathNotifierMap;
52 class DeathNotifier : public RefBase { class
54 DeathNotifier(const std::shared_ptr<ResourceManagerService> &service,
57 virtual ~DeathNotifier() {} in ~DeathNotifier()
69 DeathNotifier::DeathNotifier(const std::shared_ptr<ResourceManagerService> &service, in DeathNotifier() function in android::DeathNotifier
74 void DeathNotifier::BinderDiedCallback(void* cookie) { in BinderDiedCallback()
75 sp<DeathNotifier> notifier; in BinderDiedCallback()
90 void DeathNotifier::binderDied() { in binderDied()
103 class OverrideProcessInfoDeathNotifier : public DeathNotifier {
106 int pid) : DeathNotifier(service, pid, 0) {} in OverrideProcessInfoDeathNotifier()
315 mDeathRecipient(AIBinder_DeathRecipient_new(DeathNotifier::BinderDiedCallback)) { in ResourceManagerService()
467 new DeathNotifier(ref<ResourceManagerService>(), pid, clientId)); in addResource()
803 ::ndk::SpAIBinder binder, const sp<DeathNotifier>& notifier) { in addCookieAndLink_l()