Searched refs:requestorName (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/libs/gui/ |
D | IGraphicBufferAlloc.cpp | 49 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()
|
D | GraphicBufferAlloc.cpp | 36 std::string requestorName, status_t* error) { in createGraphicBuffer() argument 38 width, height, format, usage, std::move(requestorName))); in createGraphicBuffer()
|
/frameworks/native/libs/ui/ |
D | GraphicBufferAllocator.cpp | 61 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()
|
D | GraphicBuffer.cpp | 57 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/ |
D | GraphicBufferAllocator.h | 64 uint64_t graphicBufferId, std::string requestorName); 79 std::string requestorName; member
|
D | GraphicBuffer.h | 77 uint32_t inUsage, std::string requestorName = "<Unknown>"); 163 uint32_t inUsage, std::string requestorName);
|
/frameworks/native/include/gui/ |
D | GraphicBufferAlloc.h | 38 std::string requestorName, status_t* error) override;
|
D | IGraphicBufferAlloc.h | 41 PixelFormat format, uint32_t usage, std::string requestorName,
|