Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DRenderChannelImpl.cpp42 static constexpr size_t kGuestToHostQueueCapacity = 32U; variable
44 static constexpr size_t kGuestToHostQueueCapacity = 1024U; variable
49 : mFromGuest(kGuestToHostQueueCapacity, mLock), in RenderChannelImpl()