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 - 6
of
6
) 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:__anon10157
gki_ulinux.c
177
p_os->
no_timer_suspend
= GKI_TIMER_TICK_RUN_COND;
321
volatile int *p_run_cond = &gki_cb.os.
no_timer_suspend
;
402
volatile int *p_run_cond = &p_os->
no_timer_suspend
;
518
volatile int * p_run_cond = &gki_cb.os.
no_timer_suspend
;
567
/* 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:__anon10169
gki_ulinux.c
174
p_os->
no_timer_suspend
= GKI_TIMER_TICK_RUN_COND;
321
volatile int *p_run_cond = &gki_cb.os.
no_timer_suspend
;
402
volatile int *p_run_cond = &p_os->
no_timer_suspend
;
493
volatile int * p_run_cond = &gki_cb.os.
no_timer_suspend
;
545
/* currently on reason to exit above loop is
no_timer_suspend
== GKI_TIMER_TICK_STOP_COND
[
all
...]
/external/bluetooth/bluedroid/gki/ulinux/
gki_int.h
79
int
no_timer_suspend
; /* 1: no suspend, 0 stop calling GKI_timer_update() */
member in struct:__anon2970
gki_ulinux.c
201
p_os->
no_timer_suspend
= GKI_TIMER_TICK_RUN_COND;
547
int *p_run_cond = &p_os->
no_timer_suspend
;
617
int *p_run_cond = &p_os->
no_timer_suspend
;
788
volatile int * p_run_cond = &gki_cb.os.
no_timer_suspend
;
839
/* currently on reason to exit above loop is
no_timer_suspend
== GKI_TIMER_TICK_STOP_COND
[
all
...]
Completed in 99 milliseconds