Home
last modified time | relevance | path

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

/frameworks/hardware/interfaces/sensorservice/utils/
Ddirect_channel_buffer_reader.cc38 int64_t last_atomic_counter_before_read = last_atomic_counter_; in Read()
79 ((last_atomic_counter_ + UINT32_MAX - buffer_size_samples_) % UINT32_MAX) + 1; in Read()
97 if (atomic_counter != (last_atomic_counter_ % UINT32_MAX) + 1) { in Read()
101 last_atomic_counter_ = atomic_counter; in Read()
112 last_atomic_counter_ - last_atomic_counter_before_read - num_samples_read; in Read()
Ddirect_channel_buffer_reader.h123 int64_t last_atomic_counter_ = 0; variable