HomeSort by relevance Sort by last modified time
    Searched refs:boottimeOffset (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
FastMixer.h 47 virtual void setBoottimeOffset(int64_t boottimeOffset) {
48 mBoottimeOffset.store(boottimeOffset); /* memory_order_seq_cst */
Threads.cpp 274 int64_t boottimeOffset = mBoottimeOffset;
276 return boottimeOffset;
    [all...]

Completed in 179 milliseconds