Searched defs:kMaxQueueCapacity (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbufferhub_rpc.h163 static constexpr size_t kMaxQueueCapacity = member in struct:android::dvr::BufferHubRPC
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
H A Dbuffer_hub_queue_client.h94 static constexpr size_t kMaxQueueCapacity = member in class:android::dvr::BufferHubQueue
164 // When |index| >= 0 and |index| < kMaxQueueCapacity it refers to a specific
168 index < static_cast<int64_t>(BufferHubQueue::kMaxQueueCapacity);

Completed in 531 milliseconds