Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dhwl_buffer_allocator.cc28 std::atomic<uint64_t> HwlBufferAllocator::global_instance_count_ = 0; member in android::google_camera_hal::HwlBufferAllocator
60 id_ = ++global_instance_count_; in Initialize()
Dhwl_buffer_allocator.h62 static std::atomic<uint64_t> global_instance_count_; variable