Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/
H A Davcodec_death_recipient.h24 class AVCodecDeathRecipient : public IRemoteObject::DeathRecipient, public NoCopyable {
26 explicit AVCodecDeathRecipient(pid_t pid) : pid_(pid) {} in AVCodecDeathRecipient() function
27 virtual ~AVCodecDeathRecipient() = default;
H A Davcodec_service_stub.cpp47 sptr<AVCodecDeathRecipient> deathRecipient = nullptr; in DestroyStubForPid()
121 sptr<AVCodecDeathRecipient> deathRecipient = new (std::nothrow) AVCodecDeathRecipient(pid); in SetDeathListener()
H A Davcodec_service_stub.h41 std::map<pid_t, sptr<AVCodecDeathRecipient>> deathRecipientMap_;
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/client/
H A Davcodec_client.h58 sptr<AVCodecDeathRecipient> deathRecipient_ = nullptr;
H A Davcodec_client.cpp144 deathRecipient_ = new (std::nothrow) AVCodecDeathRecipient(pid); in GetAVCodecProxy()