Searched refs:finishBy (Results 1 – 2 of 2) sorted by relevance
151 int64_t finishBy = android::ALooper::GetNowUs() + timeoutUs; member204 int64_t delayUs = finishBy - android::ALooper::GetNowUs();
152 int64_t finishBy = ALooper::GetNowUs() + timeoutUs; in dequeueMessageForNodeIgnoringBuffers() local177 mLock, (finishBy - ALooper::GetNowUs()) * 1000); in dequeueMessageForNodeIgnoringBuffers()