Searched refs:atomicCounter (Results 1 – 1 of 1) sorted by relevance
273 int64_t atomicCounter = *reinterpret_cast<uint32_t *>(mBuffer + offset + kOffsetAtomicCounter); in parseEvents() local274 if (atomicCounter <= lastCounter) { in parseEvents()275 ALOGV("atomicCounter = %" PRId64 ", lastCounter = %" PRId64, atomicCounter, lastCounter); in parseEvents()291 offset, atomicCounter, token, type, timestamp); in parseEvents()303 lastCounter = atomicCounter; in parseEvents()