OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:no_timer_suspend
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_int.h
39
int
no_timer_suspend
; /* 1: no suspend, 0 stop calling GKI_timer_update() */
member in struct:__anon12658
gki_ulinux.c
176
p_os->
no_timer_suspend
= GKI_TIMER_TICK_RUN_COND;
323
volatile int *p_run_cond = &gki_cb.os.
no_timer_suspend
;
404
volatile int *p_run_cond = &p_os->
no_timer_suspend
;
520
volatile int * p_run_cond = &gki_cb.os.
no_timer_suspend
;
569
/* currently on reason to exit above loop is
no_timer_suspend
== GKI_TIMER_TICK_STOP_COND
[
all
...]
/external/libnfc-nci/src/gki/ulinux/
gki_int.h
39
int
no_timer_suspend
; /* 1: no suspend, 0 stop calling GKI_timer_update() */
member in struct:__anon12687
gki_ulinux.c
173
p_os->
no_timer_suspend
= GKI_TIMER_TICK_RUN_COND;
323
volatile int *p_run_cond = &gki_cb.os.
no_timer_suspend
;
404
volatile int *p_run_cond = &p_os->
no_timer_suspend
;
495
volatile int * p_run_cond = &gki_cb.os.
no_timer_suspend
;
547
/* currently on reason to exit above loop is
no_timer_suspend
== GKI_TIMER_TICK_STOP_COND
[
all
...]
Completed in 68 milliseconds