Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.cpp186 constexpr int32_t BUFFER_LENGTH = 4096; in dump() local
187 char buffer[BUFFER_LENGTH] = {}; in dump()
188 mDevice->dump(mDevice, buffer, BUFFER_LENGTH); in dump()
189 buffer[BUFFER_LENGTH - 1] = 0; // Ensure the buffer is null-terminated in dump()