Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dwakelock.cc50 static const clockid_t CLOCK_ID = CLOCK_BOOTTIME; variable
229 if (clock_gettime(CLOCK_ID, &ts) == -1) { in now_ms()
Dalarm.cc113 static const clockid_t CLOCK_ID = CLOCK_BOOTTIME; variable
323 if (!timer_create_internal(CLOCK_ID, &timer)) goto error; in lazy_initialize()
392 if (clock_gettime(CLOCK_ID, &ts) == -1) { in now_ms()