Home
last modified time | relevance | path

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

/system/nfc/src/gki/ulinux/
Dgki_int.h44 #define GKI_TIMER_TICK_RUN_COND 1 macro
Dgki_ulinux.cc141 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND; in GKI_init()
365 *p_run_cond = GKI_TIMER_TICK_RUN_COND; in gki_system_tick_start_stop_cback()
467 if (GKI_TIMER_TICK_RUN_COND != *p_run_cond) break; // GKI has shutdown in GKI_run()
474 } while (GKI_TIMER_TICK_RUN_COND == *p_run_cond); in GKI_run()