Searched defs:loadUs (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastThread.cpp39 FastThread::FastThread(const char *cycleMs, const char *loadUs) : Thread(false /*canCallJava*/), argument
77 // mLoadUs(loadUs)
84 strlcpy(mLoadUs, loadUs, sizeof(mLoadUs));

Completed in 11 milliseconds