OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMillisecondsSinceBoot
(Results
1 - 3
of
3
) sorted by null
/system/gatekeeper/include/gatekeeper/
gatekeeper.h
115
virtual uint64_t
GetMillisecondsSinceBoot
() const = 0;
/system/core/gatekeeperd/
SoftGateKeeper.h
100
virtual uint64_t
GetMillisecondsSinceBoot
() const {
/system/gatekeeper/
gatekeeper.cpp
50
uint64_t timestamp =
GetMillisecondsSinceBoot
();
124
uint64_t timestamp =
GetMillisecondsSinceBoot
();
Completed in 53 milliseconds