Home
last modified time | relevance | path

Searched refs:requestorName (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/libs/ui/
DGraphicBufferAllocator.cpp93 rec.layerCount, rec.format, rec.usage, rec.requestorName.c_str()); in dump()
98 rec.format, rec.usage, rec.requestorName.c_str()); in dump()
117 std::string requestorName, bool importBuffer) { in allocateHelper() argument
140 status_t error = mAllocator->allocate(requestorName, width, height, format, layerCount, usage, in allocateHelper()
173 rec.requestorName = std::move(requestorName); in allocateHelper()
181 std::string requestorName) { in allocate() argument
182 return allocateHelper(width, height, format, layerCount, usage, handle, stride, requestorName, in allocate()
189 uint32_t* stride, std::string requestorName) { in allocateRawHandle() argument
190 return allocateHelper(width, height, format, layerCount, usage, handle, stride, requestorName, in allocateRawHandle()
198 uint64_t /*graphicBufferId*/, std::string requestorName) { in allocate() argument
[all …]
DGraphicBuffer.cpp79 PixelFormat inFormat, uint32_t inUsage, std::string requestorName) in GraphicBuffer() argument
80 : GraphicBuffer(inWidth, inHeight, inFormat, 1, static_cast<uint64_t>(inUsage), requestorName) in GraphicBuffer()
85 uint32_t inLayerCount, uint64_t inUsage, std::string requestorName) in GraphicBuffer() argument
88 std::move(requestorName)); in GraphicBuffer()
182 std::string requestorName) in initWithSize() argument
188 std::move(requestorName)); in initWithSize()
DGralloc4.cpp1068 status_t Gralloc4Allocator::allocate(std::string requestorName, uint32_t width, uint32_t height, in allocate() argument
1073 sBufferDescriptorInfo(requestorName, width, height, format, layerCount, usage, &descriptorInfo); in allocate()
/frameworks/native/libs/ui/include_vndk/ui/
DGraphicBufferAllocator.h52 std::string requestorName);
63 std::string requestorName);
71 std::string requestorName);
89 std::string requestorName; member
94 std::string requestorName, bool importBuffer);
DGraphicBuffer.h95 std::string requestorName = "<Unknown>");
144 uint32_t inUsage, std::string requestorName = "<Unknown>");
246 uint64_t inUsage, std::string requestorName);
/frameworks/native/libs/ui/include/ui/
DGraphicBufferAllocator.h52 std::string requestorName);
63 std::string requestorName);
71 std::string requestorName);
89 std::string requestorName; member
94 std::string requestorName, bool importBuffer);
DGraphicBuffer.h95 std::string requestorName = "<Unknown>");
144 uint32_t inUsage, std::string requestorName = "<Unknown>");
246 uint64_t inUsage, std::string requestorName);
DGralloc2.h83 status_t allocate(std::string requestorName, uint32_t width, uint32_t height,
DGralloc3.h84 status_t allocate(std::string requestorName, uint32_t width, uint32_t height,
DGralloc.h269 virtual status_t allocate(std::string requestorName, uint32_t width, uint32_t height,
DGralloc4.h197 status_t allocate(std::string requestorName, uint32_t width, uint32_t height,
/frameworks/native/services/surfaceflinger/
DSurfaceFlingerDefaultFactory.cpp100 uint64_t usage, std::string requestorName) { in createGraphicBuffer() argument
101 return new GraphicBuffer(width, height, format, layerCount, usage, requestorName); in createGraphicBuffer()
DSurfaceFlingerDefaultFactory.h43 std::string requestorName) override;
DSurfaceFlingerFactory.h89 uint64_t usage, std::string requestorName) = 0;
/frameworks/native/libs/ui/tests/mock/
DMockGrallocAllocator.h37 (std::string requestorName, uint32_t width, uint32_t height, PixelFormat format,
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h110 std::string requestorName) override { in createGraphicBuffer() argument
111 return new GraphicBuffer(width, height, format, layerCount, usage, requestorName); in createGraphicBuffer()