Searched refs:queueSize (Results 1 – 4 of 4) sorted by relevance
183 int32_t ConsumerSurfaceAdapterImpl::SetQueueSize(uint32_t queueSize) in SetQueueSize() argument189 return cSurface_->SetQueueSize(queueSize); in SetQueueSize()
77 int32_t SetQueueSize(uint32_t queueSize) override;
89 virtual int32_t SetQueueSize(uint32_t queueSize) = 0;
660 uint32_t queueSize = subEventQueues_[i].queue.size(); in IsQueueEmpty() local661 if (queueSize != 0) { in IsQueueEmpty()