Loading libs/ui/GraphicBuffer.cpp +4 −2 Original line number Original line Diff line number Diff line Loading @@ -235,8 +235,10 @@ status_t GraphicBuffer::flatten(void*& buffer, size_t& size, int*& fds, size_t& buffer = reinterpret_cast<void*>(static_cast<int*>(buffer) + sizeNeeded); buffer = reinterpret_cast<void*>(static_cast<int*>(buffer) + sizeNeeded); size -= sizeNeeded; size -= sizeNeeded; if (handle) { fds += handle->numFds; fds += handle->numFds; count -= handle->numFds; count -= handle->numFds; } return NO_ERROR; return NO_ERROR; } } Loading Loading
libs/ui/GraphicBuffer.cpp +4 −2 Original line number Original line Diff line number Diff line Loading @@ -235,8 +235,10 @@ status_t GraphicBuffer::flatten(void*& buffer, size_t& size, int*& fds, size_t& buffer = reinterpret_cast<void*>(static_cast<int*>(buffer) + sizeNeeded); buffer = reinterpret_cast<void*>(static_cast<int*>(buffer) + sizeNeeded); size -= sizeNeeded; size -= sizeNeeded; if (handle) { fds += handle->numFds; fds += handle->numFds; count -= handle->numFds; count -= handle->numFds; } return NO_ERROR; return NO_ERROR; } } Loading