Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/nci/jni/
H A DNfcTag.h433 struct timespec mLastKovioTime; // time of last Kovio tag activation variable
H A DNfcTag.cpp73 memset(&mLastKovioTime, 0, sizeof(timespec)); in NfcTag()
253 if (TimeDiff(mLastKovioTime, now) < 500) { in IsSameKovio()
267 mLastKovioTime = now; in IsSameKovio()