Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_device_impl.cpp43 class HwcDeathRecipient : public IRemoteObject::DeathRecipient { class
45 explicit HwcDeathRecipient(OnHwcDeadCallback callback = nullptr, void *data = nullptr) in HwcDeathRecipient() function in OHOS::Rosen::HwcDeathRecipient
95 sptr<HwcDeathRecipient> recipient = new HwcDeathRecipient(callback, data); in RegHwcDeadCallback()