Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_distributor.h85 class VSyncConnectionDeathRecipient : public IRemoteObject::DeathRecipient {
87 explicit VSyncConnectionDeathRecipient(wptr<VSyncConnection> conn);
88 virtual ~VSyncConnectionDeathRecipient() = default;
96 sptr<VSyncConnectionDeathRecipient> vsyncConnDeathRecipient_ = nullptr;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp51 VSyncConnection::VSyncConnectionDeathRecipient::VSyncConnectionDeathRecipient( in VSyncConnectionDeathRecipient() function in OHOS::Rosen::VSyncConnection::VSyncConnectionDeathRecipient
56 void VSyncConnection::VSyncConnectionDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& token) in OnRemoteDied()
89 vsyncConnDeathRecipient_(new VSyncConnectionDeathRecipient(this)), in VSyncConnection()