Home
last modified time | relevance | path

Searched refs:vdiImpl_ (Results 1 - 8 of 8) sorted by relevance

/drivers/peripheral/display/buffer/hdi_service/src/
H A Dmapper_service.cpp43 vdiImpl_(nullptr), in MapperService()
49 vdiImpl_ = createVdi_(); in MapperService()
50 CHECK_NULLPOINTER_RETURN(vdiImpl_); in MapperService()
59 if (destroyVdi_ != nullptr && vdiImpl_ != nullptr) { in ~MapperService()
60 destroyVdi_(vdiImpl_); in ~MapperService()
61 vdiImpl_ = nullptr; in ~MapperService()
117 CHECK_NULLPOINTER_RETURN_VALUE(vdiImpl_, HDF_FAILURE); in FreeMem()
121 vdiImpl_->FreeMem(*buffer); in FreeMem()
129 CHECK_NULLPOINTER_RETURN_VALUE(vdiImpl_, HDF_FAILURE); in Mmap()
133 void* retPtr = vdiImpl_ in Mmap()
[all...]
H A Dmetadata_service.cpp44 vdiImpl_(nullptr), in MetadataService()
50 vdiImpl_ = createVdi_(); in MetadataService()
51 CHECK_NULLPOINTER_RETURN(vdiImpl_); in MetadataService()
60 if (destroyVdi_ != nullptr && vdiImpl_ != nullptr) { in ~MetadataService()
61 destroyVdi_(vdiImpl_); in ~MetadataService()
62 vdiImpl_ = nullptr; in ~MetadataService()
118 CHECK_NULLPOINTER_RETURN_VALUE(vdiImpl_, HDF_FAILURE); in RegisterBuffer()
122 int32_t ret = vdiImpl_->RegisterBuffer(*buffer); in RegisterBuffer()
131 CHECK_NULLPOINTER_RETURN_VALUE(vdiImpl_, HDF_FAILURE); in SetMetadata()
135 int32_t ret = vdiImpl_ in SetMetadata()
[all...]
H A Dallocator_service.cpp48 vdiImpl_(nullptr), in AllocatorService()
54 vdiImpl_ = createVdi_(); in AllocatorService()
55 CHECK_NULLPOINTER_RETURN(vdiImpl_); in AllocatorService()
64 if (destroyVdi_ != nullptr && vdiImpl_ != nullptr) { in ~AllocatorService()
65 destroyVdi_(vdiImpl_); in ~AllocatorService()
66 vdiImpl_ = nullptr; in ~AllocatorService()
132 vdiImpl_->FreeMem(*handle); in FreeMemVdi()
140 CHECK_NULLPOINTER_RETURN_VALUE(vdiImpl_, HDF_FAILURE); in AllocMem()
146 int32_t ec = vdiImpl_->AllocMem(info, buffer); in AllocMem()
/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_composer_service.cpp53 vdiImpl_(nullptr), in DisplayComposerService()
88 if ((destroyVdiFunc_ != nullptr) && (vdiImpl_ != nullptr)) { in ~DisplayComposerService()
89 destroyVdiFunc_(vdiImpl_); in ~DisplayComposerService()
90 vdiImpl_ = nullptr; in ~DisplayComposerService()
163 vdiImpl_ = createVdiFunc(); in LoadVdiV1_0()
164 CHECK_NULLPOINTER_RETURN_VALUE(vdiImpl_, HDF_FAILURE); in LoadVdiV1_0()
167 cmdResponser_ = V1_2::HdiDisplayCmdResponser::Create(vdiImpl_, cacheMgr_); in LoadVdiV1_0()
197 vdiImpl_ = dynamic_cast<IDisplayComposerVdi*>(vdiImplV1_1_); in LoadVdiV1_1()
198 CHECK_NULLPOINTER_RETURN_VALUE(vdiImpl_, HDF_FAILURE); in LoadVdiV1_1()
259 CHECK_NULLPOINTER_RETURN_VALUE(vdiImpl_, HDF_FAILUR in RegHotPlugCallback()
[all...]
/drivers/peripheral/display/buffer/hdi_service/include/
H A Dallocator_service.h41 IDisplayBufferVdi *vdiImpl_; member in OHOS::HDI::Display::Buffer::V1_0::AllocatorService
H A Dmetadata_service.h48 IDisplayBufferVdi* vdiImpl_; member in OHOS::HDI::Display::Buffer::V1_1::MetadataService
H A Dmapper_service.h48 IDisplayBufferVdi* vdiImpl_; member in OHOS::HDI::Display::Buffer::V1_0::MapperService
/drivers/peripheral/display/composer/hdi_service/include/
H A Ddisplay_composer_service.h107 IDisplayComposerVdi* vdiImpl_; member in OHOS::HDI::Display::Composer::DisplayComposerService

Completed in 4 milliseconds