Searched refs:boottimeOffset (Results 1 – 2 of 2) sorted by relevance
47 virtual void setBoottimeOffset(int64_t boottimeOffset) { in setBoottimeOffset() argument48 mBoottimeOffset.store(boottimeOffset); /* memory_order_seq_cst */ in setBoottimeOffset()
277 int64_t boottimeOffset = mBoottimeOffset; in getBoottimeOffset() local279 return boottimeOffset; in getBoottimeOffset()