Searched refs:MediaDeathRecipient (Results 1 – 5 of 5) sorted by relevance
24 class MediaDeathRecipient : public IRemoteObject::DeathRecipient, public NoCopyable {26 explicit MediaDeathRecipient(pid_t pid) : pid_(pid) {} in MediaDeathRecipient() function27 virtual ~MediaDeathRecipient() = default;
52 sptr<MediaDeathRecipient> deathRecipient = nullptr; in DestroyStubForPid()121 sptr<MediaDeathRecipient> deathRecipient = new(std::nothrow) MediaDeathRecipient(pid); in SetDeathListener()130 sptr<MediaDeathRecipient> oldDeathRecipient = in SetDeathListener()
44 std::map<pid_t, sptr<MediaDeathRecipient>> deathRecipientMap_;
89 sptr<MediaDeathRecipient> deathRecipient_ = nullptr;
337 deathRecipient_ = new(std::nothrow) MediaDeathRecipient(pid); in GetMediaProxy()