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.cc274 volatile int* p_run_cond = &gki_cb.os.no_timer_suspend; in GKI_shutdown() local
295 *p_run_cond = GKI_TIMER_TICK_EXIT_COND; /* stop system tick */ in GKI_shutdown()
332 oldCOnd = *p_run_cond; in GKI_shutdown()
333 *p_run_cond = GKI_TIMER_TICK_EXIT_COND; in GKI_shutdown()
352 volatile int* p_run_cond = &p_os->no_timer_suspend; in gki_system_tick_start_stop_cback() local
359 *p_run_cond = GKI_TIMER_TICK_STOP_COND; in gki_system_tick_start_stop_cback()
363 *p_run_cond = GKI_TIMER_TICK_RUN_COND; in gki_system_tick_start_stop_cback()
424 volatile int* p_run_cond = &gki_cb.os.no_timer_suspend; in GKI_run() local
448 LOG(VERBOSE) << StringPrintf("GKI_run, run_cond(%p)=%d ", p_run_cond, in GKI_run()
449 *p_run_cond); in GKI_run()
[all …]