Home
last modified time | relevance | path

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

/system/nfc/src/gki/ulinux/
Dgki_int.h38 int no_timer_suspend; /* 1: no suspend, 0 stop calling GKI_timer_update() */ member
Dgki_ulinux.cc139 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND; in GKI_init()
281 volatile int* p_run_cond = &gki_cb.os.no_timer_suspend; in GKI_shutdown()
352 volatile int* p_run_cond = &p_os->no_timer_suspend; in gki_system_tick_start_stop_cback()
424 volatile int* p_run_cond = &gki_cb.os.no_timer_suspend; in GKI_run()