Searched refs:boottimeOffset (Results 1 – 2 of 2) sorted by relevance
41 virtual void setBoottimeOffset(int64_t boottimeOffset) { in setBoottimeOffset() argument42 mBoottimeOffset.store(boottimeOffset); /* memory_order_seq_cst */ in setBoottimeOffset()
265 int64_t boottimeOffset = mBoottimeOffset; in getBoottimeOffset() local267 return boottimeOffset; in getBoottimeOffset()