Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/client/
H A Ddisplay_gralloc_client.cpp27 …GrallocDeathRecipient(AllocatorDeathCallback func, void *data) : deathCbFun_(func), data_(data) {}; in GrallocDeathRecipient()
31 if (deathCbFun_ != nullptr) { in OnRemoteDied()
33 deathCbFun_(data_); in OnRemoteDied()
37 AllocatorDeathCallback deathCbFun_; member in OHOS::HDI::Display::V1_0::GrallocDeathRecipient