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 41 virtual void setBoottimeOffset(int64_t boottimeOffset) {
42 mBoottimeOffset.store(boottimeOffset); /* memory_order_seq_cst */
Threads.cpp 268 int64_t boottimeOffset = mBoottimeOffset;
270 return boottimeOffset;
    [all...]

Completed in 83 milliseconds