Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/osi/src/
Dwakelock.cc46 static const clockid_t CLOCK_ID = CLOCK_BOOTTIME; variable
221 if (clock_gettime(CLOCK_ID, &ts) == -1) { in now_ms()
Dalarm.cc108 static const clockid_t CLOCK_ID = CLOCK_BOOTTIME; variable
319 if (!timer_create_internal(CLOCK_ID, &timer)) goto error; in lazy_initialize()
388 if (clock_gettime(CLOCK_ID, &ts) == -1) { in now_ms()