Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
H A DSensorsTestSharedMemory.h74 int64_t atomicCounter = variable
76 if (atomicCounter <= lastCounter) {
77 ALOGV("atomicCounter = %" PRId64 ", lastCounter = %" PRId64, atomicCounter,
95 offset, atomicCounter, token, type, timestamp);
107 lastCounter = atomicCounter;
/aosp12/art/test/2029-contended-monitors/src/
H A DMain.java29 private AtomicInteger atomicCounter = new AtomicInteger(); field in Main
137 atomicCounter.addAndGet(y); in run()
181 if (atomicCounter.get() != TOTAL_ITERS) { in run()
207 runAll(new RepeatedIncrementer(), () -> { atomicCounter.set(0); }, new CheckAtomicCounter()); in run()
/aosp12/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/
H A DVtsHalSensorManagerV1_0TargetTest.cpp201 int64_t atomicCounter = *reinterpret_cast<uint32_t *>(start + (size_t)O::ATOMIC_COUNTER); in parseEvents() local
202 if (atomicCounter <= lastCounter) { in parseEvents()
214 lastCounter = atomicCounter; in parseEvents()