Home
last modified time | relevance | path

Searched defs:ListMetadataKeys (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/display/buffer/hdi_service/include/
H A Didisplay_buffer_vdi.h138 virtual int32_t ListMetadataKeys(const BufferHandle& handle, std::vector<uint32_t>& keys) in ListMetadataKeys() function
/ohos5.0/drivers/interface/display/buffer/v1_1/hdi_impl/
H A Ddisplay_buffer_hdi_impl.h79 int32_t ListMetadataKeys(const BufferHandle& handle, std::vector<uint32_t>& keys) override in ListMetadataKeys() function
/ohos5.0/drivers/peripheral/display/buffer/hdi_service/src/
H A Dmetadata_service.cpp152 int32_t MetadataService::ListMetadataKeys(const sptr<NativeBuffer>& handle, std::vector<uint32_t>& … in ListMetadataKeys() function in OHOS::HDI::Display::Buffer::V1_1::MetadataService
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/src/
H A Ddisplay_buffer_vdi_impl.cpp101 int32_t DisplayBufferVdiImpl::ListMetadataKeys(const BufferHandle& handle, std::vector<uint32_t>& k… in ListMetadataKeys() function in OHOS::HDI::DISPLAY::DisplayBufferVdiImpl
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_buffer_impl.cpp630 GSError SurfaceBufferImpl::ListMetadataKeys(std::vector<uint32_t>& keys) in ListMetadataKeys() function in OHOS::SurfaceBufferImpl