Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp89 vsyncConnDeathRecipient_(new VSyncConnectionDeathRecipient(this)), in VSyncConnection()
99 token_->AddDeathRecipient(vsyncConnDeathRecipient_); in VSyncConnection()
107 if ((token_ != nullptr) && (vsyncConnDeathRecipient_ != nullptr)) { in ~VSyncConnection()
108 token_->RemoveDeathRecipient(vsyncConnDeathRecipient_); in ~VSyncConnection()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_distributor.h96 sptr<VSyncConnectionDeathRecipient> vsyncConnDeathRecipient_ = nullptr; variable