Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp3097 const int64_t waitNs = computeWaitTimeNs_l(); in threadLoop() local
3098 ALOGV("wait async completion (wait time: %lld)", (long long)waitNs); in threadLoop()
3099 status_t status = mWaitWorkCV.waitRelative(mLock, waitNs); in threadLoop()