Home
last modified time | relevance | path

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

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