OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:needs_reschedule
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/bluedroid/osi/src/
alarm.c
123
bool
needs_reschedule
= (!list_is_empty(alarms) && list_front(alarms) == alarm);
local
144
if (
needs_reschedule
|| (!list_is_empty(alarms) && list_front(alarms) == alarm))
156
bool
needs_reschedule
= (!list_is_empty(alarms) && list_front(alarms) == alarm);
local
163
if (
needs_reschedule
)
Completed in 1142 milliseconds