Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/client/
H A Dmapper_adapter.cpp26 MapperAdapter::MapperAdapter() in MapperAdapter() function in OHOS::HDI::Display::V1_0::MapperAdapter
33 MapperAdapter::~MapperAdapter() in ~MapperAdapter()
40 bool MapperAdapter::IsReady() const in IsReady()
46 int32_t MapperAdapter::MapBuffer(const BufferHandle& handle, void*& outData) const in MapBuffer()
53 int32_t MapperAdapter::UnmapBuffer(const BufferHandle& handle) const in UnmapBuffer()
60 int32_t MapperAdapter::InvalidateCache(const BufferHandle& handle) const in InvalidateCache()
67 int32_t MapperAdapter::FlushCache(const BufferHandle& handle) const in FlushCache()
74 void MapperAdapter::FreeBuffer(const BufferHandle& handle) const in FreeBuffer()
H A Dmapper_adapter.h27 class MapperAdapter {
29 MapperAdapter();
30 virtual ~MapperAdapter();
H A Ddisplay_gralloc_client.h47 std::shared_ptr<MapperAdapter> mapperAdapter_;
H A Ddisplay_gralloc_client.cpp53 DisplayGrallocClient::DisplayGrallocClient() : mapperAdapter_(std::make_shared<MapperAdapter>()) in DisplayGrallocClient()