Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/hidl_common/
DAllocator.cpp55 std::atomic<uint16_t> next_idx = 0; variable
165 auto idx = next_idx.fetch_add(1); in allocate()