Searched refs:waitNs (Results 1 – 1 of 1) sorted by relevance
3544 const int64_t waitNs = computeWaitTimeNs_l(); in threadLoop() local3545 ALOGV("wait async completion (wait time: %lld)", (long long)waitNs); in threadLoop()3546 status_t status = mWaitWorkCV.waitRelative(mLock, waitNs); in threadLoop()