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.h562 auto newData = std::make_unique<uint32_t[]>(newMaxSize); in growData() local
563 std::copy_n(mData.get(), mDataWritten, newData.get()); in growData()
565 mData = std::move(newData); in growData()
/hardware/qcom/sm7250/display/composer/
DQtiComposerCommandBuffer.h648 auto newData = std::make_unique<uint32_t[]>(newMaxSize); in growData() local
649 std::copy_n(mData.get(), mDataWritten, newData.get()); in growData()
651 mData = std::move(newData); in growData()