OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timer_queue_oneshot
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/btu/
btu_task.c
344
if (!GKI_timer_queue_is_empty(&btu_cb.
timer_queue_oneshot
)) {
345
TIMER_LIST_ENT *tle = GKI_timer_getfirst(&btu_cb.
timer_queue_oneshot
);
355
if (GKI_timer_queue_is_empty(&btu_cb.
timer_queue_oneshot
)) {
585
if (!GKI_timer_queue_is_empty(&btu_cb.
timer_queue_oneshot
)) {
586
TIMER_LIST_ENT *p_tle = GKI_timer_getfirst(&btu_cb.
timer_queue_oneshot
);
587
INT32 ticks_since_last_update = GKI_timer_ticks_getinitial(GKI_timer_getfirst(&btu_cb.
timer_queue_oneshot
));
588
GKI_update_timer_list(&btu_cb.
timer_queue_oneshot
, ticks_since_last_update);
591
while (!GKI_timer_queue_is_empty(&btu_cb.
timer_queue_oneshot
)) {
592
TIMER_LIST_ENT *p_tle = GKI_timer_getfirst(&btu_cb.
timer_queue_oneshot
);
596
GKI_remove_from_timer_list(&btu_cb.
timer_queue_oneshot
, p_tle)
[
all
...]
/external/bluetooth/bluedroid/stack/include/
btu.h
234
TIMER_LIST_Q
timer_queue_oneshot
; /* Timer queue for oneshot BTU tasks */
member in struct:__anon6139
Completed in 32 milliseconds