HomeSort by relevance Sort by last modified time
    Searched refs:CLOCK_ID (Results 1 - 2 of 2) sorted by null

  /system/bt/osi/src/
wakelock.c 45 static const clockid_t CLOCK_ID = CLOCK_BOOTTIME;
238 if (clock_gettime(CLOCK_ID, &ts) == -1) {
alarm.c 97 static const clockid_t CLOCK_ID = CLOCK_BOOTTIME;
136 static bool timer_create_internal(const clockid_t clock_id, timer_t *timer);
341 if (!timer_create_internal(CLOCK_ID, &timer))
415 if (clock_gettime(CLOCK_ID, &ts) == -1) {
676 static bool timer_create_internal(const clockid_t clock_id, timer_t *timer) {
683 if (timer_create(clock_id, &sigevent, timer) == -1) {
685 __func__, clock_id, strerror(errno));
686 if (clock_id == CLOCK_BOOTTIME_ALARM) {

Completed in 4267 milliseconds