Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libbufferhubqueue/
Dbuffer_hub_queue_client.cpp466 std::vector<size_t> buffer_slots; in AllocateBuffers() local
467 buffer_slots.reserve(buffer_count); in AllocateBuffers()
480 buffer_slots.push_back(buffer_slot); in AllocateBuffers()
484 if (buffer_slots.size() == 0) { in AllocateBuffers()
490 return {std::move(buffer_slots)}; in AllocateBuffers()