Searched defs:recipient (Results 1 – 6 of 6) 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()
183 bool AddDeathRecipient(const sptr<DeathRecipient> &recipient) { return true; }; in AddDeathRecipient()184 bool RemoveDeathRecipient(const sptr<DeathRecipient> &recipient) { return true; }; in RemoveDeathRecipient()
706 struct HdfDeathRecipient* recipient = nullptr; variable