Home
last modified time | relevance | path

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

/frameworks/hardware/interfaces/sensorservice/aidl/vts/
DVtsHalSensorManagerTargetTest.cpp167 int64_t atomicCounter = *reinterpret_cast<uint32_t*>( in parseEvents() local
169 if (atomicCounter <= lastCounter) { in parseEvents()
182 lastCounter = atomicCounter; in parseEvents()
/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/
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()