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

/system/bt/osi/src/
H A Dalarm.cc134 static bool timer_create_internal(const clockid_t clock_id, timer_t* timer);
296 if (!timer_create_internal(CLOCK_ID, &timer)) goto error;
299 if (!timer_create_internal(CLOCK_ID_ALARM, &wakeup_timer)) goto error;
621 static bool timer_create_internal(const clockid_t clock_id, timer_t* timer) { function

Completed in 652 milliseconds