Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/fastpath/
DFastMixer.h45 virtual void setBoottimeOffset(int64_t boottimeOffset) { in setBoottimeOffset() argument
46 mBoottimeOffset.store(boottimeOffset); /* memory_order_seq_cst */ in setBoottimeOffset()
/frameworks/av/services/audioflinger/
DThreads.cpp434 int64_t boottimeOffset = mBoottimeOffset; in getBoottimeOffset() local
436 return boottimeOffset; in getBoottimeOffset()