Searched refs:hdi_ (Results 1 – 2 of 2) sorted by relevance
73 : hdi_(hdi), in DisplayComposerHdiImpl()84 sptr<IRemoteObject> remoteObj = OHOS::HDI::hdi_objcast<CompHdi>(hdi_); in ~DisplayComposerHdiImpl()92 sptr<IRemoteObject> remoteObj = OHOS::HDI::hdi_objcast<CompHdi>(hdi_); in AddDeathRecipient()111 sptr<IRemoteObject> remoteObj = OHOS::HDI::hdi_objcast<CompHdi>(hdi_); in RemoveDeathRecipient()123 COMPOSER_CHECK_NULLPTR(hdi_); in RegHotPlugCallback()124 return ToDispErrCode(hdi_->RegHotPlugCallback(this)); in RegHotPlugCallback()129 COMPOSER_CHECK_NULLPTR(hdi_); in SetClientBufferCacheCount()130 return ToDispErrCode(hdi_->SetClientBufferCacheCount(devId, cacheCount)); in SetClientBufferCacheCount()135 COMPOSER_CHECK_NULLPTR(hdi_); in GetDisplayCapability()136 return ToDispErrCode(hdi_->GetDisplayCapability(devId, info)); in GetDisplayCapability()[all …]
43 hdi_(hdi), in DisplayCmdRequester()70 DISPLAY_CHK_RETURN(hdi_ == nullptr, HDF_FAILURE, in Init()73 int32_t ret = hdi_->InitCmdRequest(request_); in Init()84 ret = hdi_->GetCmdReply(reply_); in Init()696 ret = hdi_->CmdRequest(eleCnt, requestHdiFds_, replyEleCnt, outFds); in DoRequest()731 sptr<CompHdi> hdi_; variable