Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h557 auto newData = std::make_unique<uint32_t[]>(newMaxSize); in growData() local
558 std::copy_n(mData.get(), mDataWritten, newData.get()); in growData()
560 mData = std::move(newData); in growData()