Home
last modified time | relevance | path

Searched refs:getSystemNanoTime (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/biometrics/fingerprint/aidl/default/
DFakeLockoutTracker.cpp46 mLockoutTimedStart = Util::getSystemNanoTime(); in addFailedAttempt()
73 auto now = Util::getSystemNanoTime(); in getLockoutTimeLeft()
DFakeFingerprintEngineUdfps.cpp48 mPointerDownTime = Util::getSystemNanoTime(); in onPointerDownImpl()
DFakeFingerprintEngine.cpp201 int64_t now = Util::getSystemNanoTime(); in onAuthenticateFingerDown()
285 int64_t now = Util::getSystemNanoTime(); in onDetectInteractFingerDown()
/hardware/interfaces/biometrics/face/aidl/default/
DFakeLockoutTracker.cpp44 mLastFailedTime = Util::getSystemNanoTime(); in addFailedAttempt()
78 auto now = Util::getSystemNanoTime(); in getLockoutTimeLeft()
DFakeFaceEngine.cpp194 int64_t now = Util::getSystemNanoTime(); in authenticateImpl()
/hardware/interfaces/biometrics/common/util/include/util/
DUtil.h50 static int64_t getSystemNanoTime() { in getSystemNanoTime() function
57 auto now = getSystemNanoTime(); in hasElapsed()