Home
last modified time | relevance | path

Searched refs:Gralloc2Mapper (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/ui/
DGralloc2.cpp79 void Gralloc2Mapper::preload() { in preload()
83 Gralloc2Mapper::Gralloc2Mapper() { in Gralloc2Mapper() function in android::Gralloc2Mapper
97 bool Gralloc2Mapper::isLoaded() const { in isLoaded()
101 status_t Gralloc2Mapper::validateBufferDescriptorInfo( in validateBufferDescriptorInfo()
116 status_t Gralloc2Mapper::createDescriptor(void* bufferDescriptorInfo, in createDescriptor()
155 status_t Gralloc2Mapper::importBuffer(const hardware::hidl_handle& rawHandle, in importBuffer()
172 void Gralloc2Mapper::freeBuffer(buffer_handle_t bufferHandle) const { in freeBuffer()
181 status_t Gralloc2Mapper::validateBufferSize(buffer_handle_t bufferHandle, uint32_t width, in validateBufferSize()
202 void Gralloc2Mapper::getTransportSize(buffer_handle_t bufferHandle, uint32_t* outNumFds, in getTransportSize()
229 status_t Gralloc2Mapper::lock(buffer_handle_t bufferHandle, uint64_t usage, const Rect& bounds, in lock()
[all …]
DGraphicBufferMapper.cpp48 Gralloc2Mapper::preload(); in ANDROID_SINGLETON_STATIC_INSTANCE()
55 mMapper = std::make_unique<const Gralloc2Mapper>(); in GraphicBufferMapper()
DGraphicBufferAllocator.cpp54 reinterpret_cast<const Gralloc2Mapper&>(mMapper.getGrallocMapper())); in GraphicBufferAllocator()
/frameworks/native/libs/ui/include_vndk/ui/
DGralloc2.h33 class Gralloc2Mapper : public GrallocMapper {
37 Gralloc2Mapper();
80 Gralloc2Allocator(const Gralloc2Mapper& mapper);
91 const Gralloc2Mapper& mMapper;
/frameworks/native/libs/ui/include/ui/
DGralloc2.h33 class Gralloc2Mapper : public GrallocMapper {
37 Gralloc2Mapper();
80 Gralloc2Allocator(const Gralloc2Mapper& mapper);
91 const Gralloc2Mapper& mMapper;