Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h563 auto newData = std::make_unique<uint32_t[]>(newMaxSize); in growData() local
564 std::copy_n(mData.get(), mDataWritten, newData.get()); in growData()
566 mData = std::move(newData); in growData()
/hardware/qcom/sm7250/display/composer/
DQtiComposerCommandBuffer.h659 auto newData = std::make_unique<uint32_t[]>(newMaxSize); in growData() local
660 std::copy_n(mData.get(), mDataWritten, newData.get()); in growData()
662 mData = std::move(newData); in growData()