Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/
H A Davcodec_death_recipient.h24 class AVCodecDeathRecipient : public IRemoteObject::DeathRecipient, public NoCopyable { class
26 explicit AVCodecDeathRecipient(pid_t pid) : pid_(pid) {} in AVCodecDeathRecipient() function in OHOS::MediaAVCodec::AVCodecDeathRecipient
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()
122 CHECK_AND_RETURN_RET_LOG(deathRecipient != nullptr, AVCS_ERR_NO_MEMORY, "failed to new AVCodecDeathRecipient"); in SetDeathListener()
H A Davcodec_service_stub.h41 std::map<pid_t, sptr<AVCodecDeathRecipient>> deathRecipientMap_;
/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()
145 CHECK_AND_RETURN_RET_LOG(deathRecipient_ != nullptr, nullptr, "failed to new AVCodecDeathRecipient."); in GetAVCodecProxy()

Completed in 2 milliseconds