Searched refs:AVCodecDeathRecipient (Results 1 – 5 of 5) sorted by relevance
24 class AVCodecDeathRecipient : public IRemoteObject::DeathRecipient, public NoCopyable {26 explicit AVCodecDeathRecipient(pid_t pid) : pid_(pid) {} in AVCodecDeathRecipient() function27 virtual ~AVCodecDeathRecipient() = default;
47 sptr<AVCodecDeathRecipient> deathRecipient = nullptr; in DestroyStubForPid()121 sptr<AVCodecDeathRecipient> deathRecipient = new (std::nothrow) AVCodecDeathRecipient(pid); in SetDeathListener()
41 std::map<pid_t, sptr<AVCodecDeathRecipient>> deathRecipientMap_;
58 sptr<AVCodecDeathRecipient> deathRecipient_ = nullptr;
144 deathRecipient_ = new (std::nothrow) AVCodecDeathRecipient(pid); in GetAVCodecProxy()