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

/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c321 volatile int *p_run_cond = &gki_cb.os.no_timer_suspend; local
381 oldCOnd = *p_run_cond;
382 *p_run_cond = GKI_TIMER_TICK_EXIT_COND;
402 volatile int *p_run_cond = &p_os->no_timer_suspend; local
410 *p_run_cond = GKI_TIMER_TICK_STOP_COND;
423 *p_run_cond = GKI_TIMER_TICK_RUN_COND;
493 volatile int * p_run_cond = &gki_cb.os.no_timer_suspend; local
519 GKI_TRACE_2("GKI_run, run_cond(%x)=%d ", p_run_cond, *p_run_cond);
520 for (;GKI_TIMER_TICK_EXIT_COND != *p_run_cond;)
[all...]
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c321 volatile int *p_run_cond = &gki_cb.os.no_timer_suspend; local
381 oldCOnd = *p_run_cond;
382 *p_run_cond = GKI_TIMER_TICK_EXIT_COND;
402 volatile int *p_run_cond = &p_os->no_timer_suspend; local
410 *p_run_cond = GKI_TIMER_TICK_STOP_COND;
423 *p_run_cond = GKI_TIMER_TICK_RUN_COND;
518 volatile int * p_run_cond = &gki_cb.os.no_timer_suspend; local
544 GKI_TRACE_3("%s: run_cond(%x)=%d ", __func__, p_run_cond, *p_run_cond);
545 for (;GKI_TIMER_TICK_EXIT_COND != *p_run_cond;)
[all...]
/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c547 int *p_run_cond = &p_os->no_timer_suspend; local
553 if (GKI_TIMER_TICK_RUN_COND == *p_run_cond)
563 *p_run_cond = GKI_TIMER_TICK_STOP_COND;
578 *p_run_cond = GKI_TIMER_TICK_RUN_COND;
617 int *p_run_cond = &p_os->no_timer_suspend; local
629 if (*p_run_cond == GKI_TIMER_TICK_STOP_COND)
788 volatile int * p_run_cond = &gki_cb.os.no_timer_suspend; local
837 } while ( GKI_TIMER_TICK_RUN_COND == *p_run_cond );
850 *p_run_cond );

Completed in 49 milliseconds