Searched refs:next_descriptor_id_ (Results 1 – 2 of 2) sorted by relevance
152 static std::atomic<uint64_t> next_descriptor_id_; variable
84 std::atomic<uint64_t> GrallocImpl::next_descriptor_id_(1); member in gralloc::GrallocImpl158 auto descriptor = std::make_shared<BufferDescriptor>(next_descriptor_id_++); in CreateBufferDescriptorLocked()