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

/system/bt/osi/src/
H A Dwakelock.cc50 static const clockid_t CLOCK_ID = CLOCK_BOOTTIME; variable
229 if (clock_gettime(CLOCK_ID, &ts) == -1) {
H A Dalarm.cc116 static const clockid_t CLOCK_ID = CLOCK_BOOTTIME; variable
327 if (!timer_create_internal(CLOCK_ID, &timer)) goto error;
394 if (clock_gettime(CLOCK_ID, &ts) == -1) {

Completed in 84 milliseconds