Searched defs:recipient (Results 1 – 5 of 5) sorted by relevance
51 sptr<IRemoteObject::DeathRecipient> recipient = new ComposerDiedRecipient(); variable70 sptr<IRemoteObject::DeathRecipient> recipient = new ComposerDiedRecipient(); variable
51 sptr<IRemoteObject::DeathRecipient> recipient = new BufferDiedRecipient(); variable70 sptr<IRemoteObject::DeathRecipient> recipient = new BufferDiedRecipient(); variable
57 bool AddDeathRecipient(const sptr<IRemoteObject::DeathRecipient> &recipient) const in AddDeathRecipient()
123 bool AddDeathRecipient(const sptr<DeathRecipient> &recipient) override in AddDeathRecipient()128 bool RemoveDeathRecipient(const sptr<DeathRecipient> &recipient) override in RemoveDeathRecipient()
706 struct HdfDeathRecipient* recipient = nullptr; variable