Home
last modified time | relevance | path

Searched refs:no_timer_suspend (Results 1 – 6 of 6) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_int.h39 int no_timer_suspend; /* 1: no suspend, 0 stop calling GKI_timer_update() */ member
Dgki_ulinux.c177 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND; in GKI_init()
321 volatile int *p_run_cond = &gki_cb.os.no_timer_suspend; in GKI_shutdown()
402 volatile int *p_run_cond = &p_os->no_timer_suspend; in gki_system_tick_start_stop_cback()
518 volatile int * p_run_cond = &gki_cb.os.no_timer_suspend; in GKI_run_worker_thread()
/external/libnfc-nci/src/gki/ulinux/
Dgki_int.h39 int no_timer_suspend; /* 1: no suspend, 0 stop calling GKI_timer_update() */ member
Dgki_ulinux.c174 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND; in GKI_init()
321 volatile int *p_run_cond = &gki_cb.os.no_timer_suspend; in GKI_shutdown()
402 volatile int *p_run_cond = &p_os->no_timer_suspend; in gki_system_tick_start_stop_cback()
493 volatile int * p_run_cond = &gki_cb.os.no_timer_suspend; in GKI_run()
/external/bluetooth/bluedroid/gki/ulinux/
Dgki_int.h79 int no_timer_suspend; /* 1: no suspend, 0 stop calling GKI_timer_update() */ member
Dgki_ulinux.c201 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND; in GKI_init()
547 int *p_run_cond = &p_os->no_timer_suspend; in gki_system_tick_start_stop_cback()
617 int *p_run_cond = &p_os->no_timer_suspend; in timer_thread()
788 volatile int * p_run_cond = &gki_cb.os.no_timer_suspend; in GKI_run()