Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DIGraphicBufferAlloc.cpp49 std::string requestorName, status_t* error) { in createGraphicBuffer() argument
56 if (requestorName.empty()) { in createGraphicBuffer()
57 requestorName += "[PID "; in createGraphicBuffer()
58 requestorName += std::to_string(getpid()); in createGraphicBuffer()
59 requestorName += ']'; in createGraphicBuffer()
61 data.writeUtf8AsUtf16(requestorName); in createGraphicBuffer()
111 std::string requestorName; in onTransact() local
112 data.readUtf8FromUtf16(&requestorName); in onTransact()
114 format, usage, requestorName, &error); in onTransact()
DGraphicBufferAlloc.cpp36 std::string requestorName, status_t* error) { in createGraphicBuffer() argument
38 width, height, format, usage, std::move(requestorName))); in createGraphicBuffer()
/frameworks/native/libs/ui/
DGraphicBufferAllocator.cpp61 rec.requestorName.c_str()); in dump()
66 rec.requestorName.c_str()); in dump()
86 uint32_t* stride, uint64_t graphicBufferId, std::string requestorName) in allocate() argument
145 rec.requestorName = std::move(requestorName); in allocate()
DGraphicBuffer.cpp57 PixelFormat inFormat, uint32_t inUsage, std::string requestorName) in GraphicBuffer() argument
68 std::move(requestorName)); in GraphicBuffer()
169 PixelFormat inFormat, uint32_t inUsage, std::string requestorName) in initSize() argument
174 &handle, &outStride, mId, std::move(requestorName)); in initSize()
/frameworks/native/include/ui/
DGraphicBufferAllocator.h64 uint64_t graphicBufferId, std::string requestorName);
79 std::string requestorName; member
DGraphicBuffer.h77 uint32_t inUsage, std::string requestorName = "<Unknown>");
163 uint32_t inUsage, std::string requestorName);
/frameworks/native/include/gui/
DGraphicBufferAlloc.h38 std::string requestorName, status_t* error) override;
DIGraphicBufferAlloc.h41 PixelFormat format, uint32_t usage, std::string requestorName,