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

  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 392 ** Function GKI_run
477 ** Function GKI_run
490 void GKI_run (void *p_task_id)
523 /* register start stop function which disable timer loop in GKI_run() when no timers are
530 GKI_TRACE_1("%s: GKI_run == NO_GKI_RUN_RETURN", __func__);
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 392 ** Function GKI_run
477 ** Function GKI_run
490 void GKI_run (void *p_task_id)
498 /* register start stop function which disable timer loop in GKI_run() when no timers are
501 APPL_TRACE_DEBUG0( "GKI_run(): Start/Stop GKI_timer_update_registered!" );
505 GKI_TRACE_0("GKI_run == NO_GKI_RUN_RETURN");
517 GKI_TRACE_0("GKI_run: pthread_create failed to create timer_thread!");
521 GKI_TRACE_2("GKI_run, run_cond(%x)=%d ", p_run_cond, *p_run_cond);
    [all...]

Completed in 130 milliseconds