HomeSort by relevance Sort by last modified time
    Searched refs:p_run_cond (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 322 volatile int *p_run_cond = &gki_cb.os.no_timer_suspend; local
382 oldCOnd = *p_run_cond;
383 *p_run_cond = GKI_TIMER_TICK_EXIT_COND;
403 volatile int *p_run_cond = &p_os->no_timer_suspend; local
411 *p_run_cond = GKI_TIMER_TICK_STOP_COND;
424 *p_run_cond = GKI_TIMER_TICK_RUN_COND;
494 volatile int * p_run_cond = &gki_cb.os.no_timer_suspend; local
520 GKI_TRACE_2("GKI_run, run_cond(%x)=%d ", p_run_cond, *p_run_cond);
521 for (;GKI_TIMER_TICK_EXIT_COND != *p_run_cond;)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 322 volatile int *p_run_cond = &gki_cb.os.no_timer_suspend; local
382 oldCOnd = *p_run_cond;
383 *p_run_cond = GKI_TIMER_TICK_EXIT_COND;
403 volatile int *p_run_cond = &p_os->no_timer_suspend; local
411 *p_run_cond = GKI_TIMER_TICK_STOP_COND;
424 *p_run_cond = GKI_TIMER_TICK_RUN_COND;
519 volatile int * p_run_cond = &gki_cb.os.no_timer_suspend; local
545 GKI_TRACE_3("%s: run_cond(%x)=%d ", __func__, p_run_cond, *p_run_cond);
546 for (;GKI_TIMER_TICK_EXIT_COND != *p_run_cond;)
    [all...]

Completed in 142 milliseconds