Home
last modified time | relevance | path

Searched refs:SessionDeathRecipient (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/post_processor/
H A Dvideo_post_processor.h53 class SessionDeathRecipient; variable
108 sptr<SessionDeathRecipient> sessionDeathRecipient_;
H A Dphoto_post_processor.h68 class SessionDeathRecipient; variable
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H A Dvideo_post_processor.cpp59 class VideoPostProcessor::SessionDeathRecipient : public IRemoteObject::DeathRecipient { class in OHOS::CameraStandard::DeferredProcessing::VideoPostProcessor
61 …explicit SessionDeathRecipient(const std::weak_ptr<VideoPostProcessor>& processor) : processor_(pr… in SessionDeathRecipient() function in OHOS::CameraStandard::DeferredProcessing::VideoPostProcessor::SessionDeathRecipient
137 sessionDeathRecipient_ = sptr<SessionDeathRecipient>::MakeSptr(weak_from_this()); in Initialize()
H A Dphoto_post_processor.cpp475 class PhotoPostProcessor::SessionDeathRecipient : public IRemoteObject::DeathRecipient { class in OHOS::CameraStandard::DeferredProcessing::PhotoPostProcessor
477 explicit SessionDeathRecipient(PhotoPostProcessor* processor) in SessionDeathRecipient() function in OHOS::CameraStandard::DeferredProcessing::PhotoPostProcessor::SessionDeathRecipient
481 ~SessionDeathRecipient() in ~SessionDeathRecipient()
532 …sessionDeathRecipient_ = new SessionDeathRecipient(this); // sptr<SessionDeathRecipient>::MakeSptr… in Initialize()