Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DPostWorkerVk.cpp43 constexpr const int kMaxPostRetries = 2; in postImpl() local
44 for (int i = 0; i < kMaxPostRetries; i++) { in postImpl()
52 ERR("Failed to post ColorBuffer after %d retries.", kMaxPostRetries); in postImpl()