Home
last modified time | relevance | path

Searched refs:GetMillisecondsSinceBoot (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/gatekeeper/
H A Dgatekeeper.cpp50 uint64_t timestamp = GetMillisecondsSinceBoot(); in Enroll()
122 uint64_t timestamp = GetMillisecondsSinceBoot(); in Verify()
/aosp12/system/gatekeeper/include/gatekeeper/
H A Dgatekeeper.h117 virtual uint64_t GetMillisecondsSinceBoot() const = 0;
/aosp12/hardware/interfaces/gatekeeper/1.0/software/
H A DSoftGateKeeper.h92 virtual uint64_t GetMillisecondsSinceBoot() const { in GetMillisecondsSinceBoot() function