Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsTestSharedMemory.h89 int64_t atomicCounter = variable
91 if (atomicCounter <= lastCounter) {
92 ALOGV("atomicCounter = %" PRId64 ", lastCounter = %" PRId64, atomicCounter,
110 offset, atomicCounter, token, type, timestamp);
122 lastCounter = atomicCounter;
/hardware/interfaces/sensors/aidl/vts/
DSensorsAidlTestSharedMemory.h101 int64_t atomicCounter = variable
103 if (atomicCounter <= lastCounter) {
104 ALOGV("atomicCounter = %" PRId64 ", lastCounter = %" PRId64, atomicCounter,
122 offset, atomicCounter, token, type, timestamp);
136 lastCounter = atomicCounter;