Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueueProducer.cpp427 std::vector<gui::AdditionalOptions> allocOptions; in dequeueBuffer() local
543 allocOptions = mCore->mAdditionalOptions; in dequeueBuffer()
594 tempOptions.reserve(allocOptions.size()); in dequeueBuffer()
595 for (const auto& it : allocOptions) { in dequeueBuffer()
1508 std::vector<gui::AdditionalOptions> allocOptions; in allocateBuffers() local
1540 allocOptions = mCore->mAdditionalOptions; in allocateBuffers()
1550 tempOptions.reserve(allocOptions.size()); in allocateBuffers()
1551 for (const auto& it : allocOptions) { in allocateBuffers()