Home
last modified time | relevance | path

Searched refs:connDeathRecipient_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.cpp87 connDeathRecipient_(new RSConnectionDeathRecipient(this)), in RSRenderServiceConnection()
91 if (!token_->AddDeathRecipient(connDeathRecipient_)) { in RSRenderServiceConnection()
98 if (token_ && connDeathRecipient_) { in ~RSRenderServiceConnection()
99 token_->RemoveDeathRecipient(connDeathRecipient_); in ~RSRenderServiceConnection()
H A Drs_render_service_connection.h327 sptr<RSConnectionDeathRecipient> connDeathRecipient_; variable