Home
last modified time | relevance | path

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

/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DALooper.cpp49 int64_t waitUntilNs; in pollOnce() local
51 waitUntilNs = -1; in pollOnce()
53 waitUntilNs = systemTime(SYSTEM_TIME_MONOTONIC) + timeoutMillis * 1000000LL; in pollOnce()
59 || (nowNs = systemTime(SYSTEM_TIME_MONOTONIC)) < waitUntilNs) in pollOnce()
65 mCondition.waitRelative(mLock, waitUntilNs - nowNs); in pollOnce()