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

  /system/nfc/src/gki/ulinux/
gki_ulinux.c 301 volatile int* p_run_cond = &gki_cb.os.no_timer_suspend; local
356 oldCOnd = *p_run_cond;
357 *p_run_cond = GKI_TIMER_TICK_EXIT_COND;
375 volatile int* p_run_cond = &p_os->no_timer_suspend; local
383 *p_run_cond = GKI_TIMER_TICK_STOP_COND;
396 *p_run_cond = GKI_TIMER_TICK_RUN_COND;
463 volatile int* p_run_cond = &gki_cb.os.no_timer_suspend; local
486 GKI_TRACE_2("GKI_run, run_cond(%x)=%d ", p_run_cond, *p_run_cond);
487 for (; GKI_TIMER_TICK_EXIT_COND != *p_run_cond;) {
    [all...]
  /system/nfc/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 314 volatile int* p_run_cond = &gki_cb.os.no_timer_suspend; local
371 oldCOnd = *p_run_cond;
372 *p_run_cond = GKI_TIMER_TICK_EXIT_COND;
390 volatile int* p_run_cond = &p_os->no_timer_suspend; local
398 *p_run_cond = GKI_TIMER_TICK_STOP_COND;
409 *p_run_cond = GKI_TIMER_TICK_RUN_COND;
498 volatile int* p_run_cond = &gki_cb.os.no_timer_suspend; local
521 GKI_TRACE_3("%s: run_cond(%x)=%d ", __func__, p_run_cond, *p_run_cond);
522 for (; GKI_TIMER_TICK_EXIT_COND != *p_run_cond;) {
    [all...]

Completed in 57 milliseconds