Home
last modified time | relevance | path

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

/frameworks/hardware/interfaces/sensorservice/utils/
Ddirect_channel_buffer_reader.cc75 int64_t atomic_counter = static_cast<uint32_t>(buffer_.back().reserved0); in Read() local
76 bool reached_zero_counter_head = atomic_counter == 0; in Read()
78 atomic_counter == in Read()
97 if (atomic_counter != (last_atomic_counter_ % UINT32_MAX) + 1) { in Read()
101 last_atomic_counter_ = atomic_counter; in Read()