Searched defs:TimeStamp (Results 1 - 1 of 1) sorted by relevance

/hardware/interfaces/confirmationui/1.0/default/
H A DPlatformSpecifics.h35 class TimeStamp { class in struct:android::hardware::confirmationui::V1_0::implementation::MonotonicClockTimeStamper
37 explicit TimeStamp(uint64_t ts) : timestamp_(ts), ok_(true) {} function in class:android::hardware::confirmationui::V1_0::implementation::MonotonicClockTimeStamper::TimeStamp
38 TimeStamp() : timestamp_(0), ok_(false) {} function in class:android::hardware::confirmationui::V1_0::implementation::MonotonicClockTimeStamper::TimeStamp
46 static TimeStamp now();

Completed in 54 milliseconds