Searched refs:SetQueueSize (Results 1 – 4 of 4) sorted by relevance
183 int32_t ConsumerSurfaceAdapterImpl::SetQueueSize(uint32_t queueSize) in SetQueueSize() function in OHOS::NWeb::ConsumerSurfaceAdapterImpl189 return cSurface_->SetQueueSize(queueSize); in SetQueueSize()
87 EXPECT_EQ(surfaceAdapter_->SetQueueSize(0), -1);136 EXPECT_EQ(surfaceAdapter_->SetQueueSize(1), OHOS::GSERROR_OK);
77 int32_t SetQueueSize(uint32_t queueSize) override;
89 virtual int32_t SetQueueSize(uint32_t queueSize) = 0;