HomeSort by relevance Sort by last modified time
    Searched defs:GKI_run (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 595 ** Function GKI_run
635 GKI_TRACE("GKI_run lock mutex");
640 GKI_TRACE("GKI_run unlock mutex");
776 ** Function GKI_run
784 void GKI_run (void *p_task_id)
794 /* register start stop function which disable timer loop in GKI_run() when no timers are
797 GKI_TRACE( "GKI_run(): Start/Stop GKI_timer_update_registered!" );
816 GKI_TRACE("GKI_run ");
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 390 ** Function GKI_run
475 ** Function GKI_run
488 void GKI_run (void *p_task_id)
521 /* register start stop function which disable timer loop in GKI_run() when no timers are
528 GKI_TRACE_1("%s: GKI_run == NO_GKI_RUN_RETURN", __func__);
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 390 ** Function GKI_run
475 ** Function GKI_run
488 void GKI_run (void *p_task_id)
496 /* register start stop function which disable timer loop in GKI_run() when no timers are
499 APPL_TRACE_DEBUG0( "GKI_run(): Start/Stop GKI_timer_update_registered!" );
503 GKI_TRACE_0("GKI_run == NO_GKI_RUN_RETURN");
515 GKI_TRACE_0("GKI_run: pthread_create failed to create timer_thread!");
519 GKI_TRACE_2("GKI_run, run_cond(%x)=%d ", p_run_cond, *p_run_cond);
    [all...]

Completed in 957 milliseconds