Searched refs:waitNs (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.cpp3090 const int64_t waitNs = computeWaitTimeNs_l(); local
3091 ALOGV("wait async completion (wait time: %lld)", (long long)waitNs);
3092 status_t status = mWaitWorkCV.waitRelative(mLock, waitNs);

Completed in 19 milliseconds