Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/common/vts/utils/
DSensorsTestSharedMemory.cpp56 int64_t atomicCounter = in parseEvents() local
58 if (atomicCounter <= lastCounter) { in parseEvents()
59 ALOGV("atomicCounter = %" PRId64 ", lastCounter = %" PRId64, atomicCounter, in parseEvents()
77 offset, atomicCounter, token, type, timestamp); in parseEvents()
89 lastCounter = atomicCounter; in parseEvents()