Home
last modified time | relevance | path

Searched defs:is_periodic (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/os/fuzz/
Dfake_timerfd.cc113 bool is_periodic = to_fire->period_ms != 0; in fire_next_event() local
/system/bt/osi/src/
Dalarm.cc100 bool is_periodic; member
168 static alarm_t* alarm_new_internal(const char* name, bool is_periodic) { in alarm_new_internal()