Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueueProducer.cpp593 std::vector<GraphicBufferAllocator::AdditionalOptions> tempOptions; in dequeueBuffer() local
594 tempOptions.reserve(allocOptions.size()); in dequeueBuffer()
596 tempOptions.emplace_back(it.name.c_str(), it.value); in dequeueBuffer()
606 .extras = std::move(tempOptions), in dequeueBuffer()
1549 std::vector<GraphicBufferAllocator::AdditionalOptions> tempOptions; in allocateBuffers() local
1550 tempOptions.reserve(allocOptions.size()); in allocateBuffers()
1552 tempOptions.emplace_back(it.name.c_str(), it.value); in allocateBuffers()
1562 .extras = std::move(tempOptions), in allocateBuffers()