Searched refs:mLastKovioTime (Results 1 – 2 of 2) sorted by relevance
415 struct timespec mLastKovioTime; // time of last Kovio tag activation variable
74 memset(&mLastKovioTime, 0, sizeof(timespec)); in NfcTag()254 if (TimeDiff(mLastKovioTime, now) < 500) { in IsSameKovio()268 mLastKovioTime = now; in IsSameKovio()