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

  /frameworks/av/services/audioflinger/
AudioWatchdog.h 45 mPeriodNs(periodMs * 1000000), mMaxCycleNs(mPeriodNs * 2),
75 uint32_t mPeriodNs; // nominal period
AudioWatchdog.cpp 94 mPeriodNs * 1e-6, cycleNs * 1e-6, mUnderruns, mLogs);
101 req.tv_nsec = mPeriodNs;

Completed in 44 milliseconds