Searched refs:boottimeOffset (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastMixer.h41 virtual void setBoottimeOffset(int64_t boottimeOffset) { argument
42 mBoottimeOffset.store(boottimeOffset); /* memory_order_seq_cst */
H A DThreads.cpp269 int64_t boottimeOffset = mBoottimeOffset; local
271 return boottimeOffset;

Completed in 107 milliseconds