Home
last modified time | relevance | path

Searched refs:GKI_TIMER_TICK_RUN_COND (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nci/src/gki/ulinux/
Dgki_int.h49 #define GKI_TIMER_TICK_RUN_COND 1 macro
Dgki_ulinux.c173 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND; in GKI_init()
425 *p_run_cond = GKI_TIMER_TICK_RUN_COND; in gki_system_tick_start_stop_cback()
537 if (GKI_TIMER_TICK_RUN_COND != *p_run_cond) in GKI_run()
545 } while ( GKI_TIMER_TICK_RUN_COND == *p_run_cond); in GKI_run()
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_int.h49 #define GKI_TIMER_TICK_RUN_COND 1 macro
Dgki_ulinux.c176 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND; in GKI_init()
425 *p_run_cond = GKI_TIMER_TICK_RUN_COND; in gki_system_tick_start_stop_cback()
567 } while ( GKI_TIMER_TICK_RUN_COND == *p_run_cond); in GKI_run_worker_thread()