Searched refs:VSyncConnectionDeathRecipient (Results 1 – 2 of 2) sorted by relevance
85 class VSyncConnectionDeathRecipient : public IRemoteObject::DeathRecipient {87 explicit VSyncConnectionDeathRecipient(wptr<VSyncConnection> conn);88 virtual ~VSyncConnectionDeathRecipient() = default;96 sptr<VSyncConnectionDeathRecipient> vsyncConnDeathRecipient_ = nullptr;
51 VSyncConnection::VSyncConnectionDeathRecipient::VSyncConnectionDeathRecipient( in VSyncConnectionDeathRecipient() function in OHOS::Rosen::VSyncConnection::VSyncConnectionDeathRecipient56 void VSyncConnection::VSyncConnectionDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& token) in OnRemoteDied()89 vsyncConnDeathRecipient_(new VSyncConnectionDeathRecipient(this)), in VSyncConnection()