Home
last modified time | relevance | path

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

/packages/modules/Nfc/libnfc-nci/src/gki/ulinux/
Dgki_int.h39 int no_timer_suspend; /* 1: no suspend, 0 stop calling GKI_timer_update() */ member
Dgki_ulinux.cc147 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND; in GKI_init()
296 volatile int* p_run_cond = &gki_cb.os.no_timer_suspend; in GKI_shutdown()
387 volatile int* p_run_cond = &p_os->no_timer_suspend; in gki_system_tick_start_stop_cback()
460 volatile int* p_run_cond = &gki_cb.os.no_timer_suspend; in GKI_run()