Searched refs:atomicCounter (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/ |
D | SensorsTestSharedMemory.h | 89 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/ |
D | SensorsAidlTestSharedMemory.h | 101 int64_t atomicCounter = variable 103 if (atomicCounter <= lastCounter) { 104 ALOGV("atomicCounter = %" PRId64 ", lastCounter = %" PRId64, atomicCounter, 122 offset, atomicCounter, token, type, timestamp); 136 lastCounter = atomicCounter;
|