Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueueProducer.cpp511 std::vector<gui::AdditionalOptions> allocOptions; in dequeueBuffer() local
629 allocOptions = mCore->mAdditionalOptions; in dequeueBuffer()
684 tempOptions.reserve(allocOptions.size()); in dequeueBuffer()
685 for (const auto& it : allocOptions) { in dequeueBuffer()
1629 std::vector<gui::AdditionalOptions> allocOptions; in allocateBuffers() local
1662 allocOptions = mCore->mAdditionalOptions; in allocateBuffers()
1672 tempOptions.reserve(allocOptions.size()); in allocateBuffers()
1673 for (const auto& it : allocOptions) { in allocateBuffers()