Searched refs:MapperAdapter (Results 1 – 4 of 4) sorted by relevance
26 MapperAdapter::MapperAdapter() in MapperAdapter() function in OHOS::HDI::Display::V1_0::MapperAdapter33 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()
27 class MapperAdapter {29 MapperAdapter();30 virtual ~MapperAdapter();
47 std::shared_ptr<MapperAdapter> mapperAdapter_;
53 DisplayGrallocClient::DisplayGrallocClient() : mapperAdapter_(std::make_shared<MapperAdapter>()) in DisplayGrallocClient()