Home
last modified time | relevance | path

Searched refs:MediaDeathRecipient (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/ipc/
H A Dmedia_death_recipient.h24 class MediaDeathRecipient : public IRemoteObject::DeathRecipient, public NoCopyable {
26 explicit MediaDeathRecipient(pid_t pid) : pid_(pid) {} in MediaDeathRecipient() function
27 virtual ~MediaDeathRecipient() = default;
H A Dmedia_service_stub.cpp52 sptr<MediaDeathRecipient> deathRecipient = nullptr; in DestroyStubForPid()
121 sptr<MediaDeathRecipient> deathRecipient = new(std::nothrow) MediaDeathRecipient(pid); in SetDeathListener()
130 sptr<MediaDeathRecipient> oldDeathRecipient = in SetDeathListener()
H A Dmedia_service_stub.h44 std::map<pid_t, sptr<MediaDeathRecipient>> deathRecipientMap_;
/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/client/
H A Dmedia_client.h89 sptr<MediaDeathRecipient> deathRecipient_ = nullptr;
H A Dmedia_client.cpp337 deathRecipient_ = new(std::nothrow) MediaDeathRecipient(pid); in GetMediaProxy()