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

  /system/nfc/halimpl/bcm2079x/hal/hal/
nfc_hal_api.c 69 GKI_run(0);
  /system/nfc/halimpl/bcm2079x/gki/common/
gki.h 368 extern void GKI_run(void*);
  /system/nfc/src/gki/common/
gki.h 364 extern void GKI_run(void*);
  /system/nfc/src/adaptation/
NfcAdaptation.cpp 297 GKI_run(0);
  /system/nfc/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 379 ** Function GKI_run
459 ** Function GKI_run
472 void GKI_run(void* p_task_id) {
501 /* register start stop function which disable timer loop in GKI_run() when no
509 GKI_TRACE_1("%s: GKI_run == NO_GKI_RUN_RETURN", __func__);
    [all...]
  /system/nfc/src/gki/ulinux/
gki_ulinux.c 364 ** Function GKI_run
446 ** Function GKI_run
459 void GKI_run(void* p_task_id) {
466 /* register start stop function which disable timer loop in GKI_run() when no
470 APPL_TRACE_DEBUG0("GKI_run(): Start/Stop GKI_timer_update_registered!");
474 GKI_TRACE_0("GKI_run == NO_GKI_RUN_RETURN");
482 GKI_TRACE_0("GKI_run: pthread_create failed to create timer_thread!");
486 GKI_TRACE_2("GKI_run, run_cond(%x)=%d ", p_run_cond, *p_run_cond);
    [all...]

Completed in 71 milliseconds