Searched refs:vdiImpl_ (Results 1 - 8 of 8) sorted by relevance
/drivers/peripheral/display/buffer/hdi_service/src/ |
H A D | mapper_service.cpp | 43 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 D | metadata_service.cpp | 44 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 D | allocator_service.cpp | 48 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 D | display_composer_service.cpp | 53 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 D | allocator_service.h | 41 IDisplayBufferVdi *vdiImpl_; member in OHOS::HDI::Display::Buffer::V1_0::AllocatorService
|
H A D | metadata_service.h | 48 IDisplayBufferVdi* vdiImpl_; member in OHOS::HDI::Display::Buffer::V1_1::MetadataService
|
H A D | mapper_service.h | 48 IDisplayBufferVdi* vdiImpl_; member in OHOS::HDI::Display::Buffer::V1_0::MapperService
|
/drivers/peripheral/display/composer/hdi_service/include/ |
H A D | display_composer_service.h | 107 IDisplayComposerVdi* vdiImpl_; member in OHOS::HDI::Display::Composer::DisplayComposerService
|
Completed in 4 milliseconds