Home
last modified time | relevance | path

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

/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc283 volatile int* p_run_cond = &gki_cb.os.no_timer_suspend; in GKI_shutdown() local
335 oldCOnd = *p_run_cond; in GKI_shutdown()
336 *p_run_cond = GKI_TIMER_TICK_EXIT_COND; in GKI_shutdown()
354 volatile int* p_run_cond = &p_os->no_timer_suspend; in gki_system_tick_start_stop_cback() local
361 *p_run_cond = GKI_TIMER_TICK_STOP_COND; in gki_system_tick_start_stop_cback()
365 *p_run_cond = GKI_TIMER_TICK_RUN_COND; in gki_system_tick_start_stop_cback()
426 volatile int* p_run_cond = &gki_cb.os.no_timer_suspend; in GKI_run() local
453 << StringPrintf("GKI_run, run_cond(%p)=%d ", p_run_cond, *p_run_cond); in GKI_run()
454 for (; GKI_TIMER_TICK_EXIT_COND != *p_run_cond;) { in GKI_run()
467 if (GKI_TIMER_TICK_RUN_COND != *p_run_cond) break; // GKI has shutdown in GKI_run()
[all …]