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

  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 392 GKI_API extern UINT8 *GKI_map_taskname(UINT8);
gki_debug.c 239 GKI_map_taskname(p_hdr->task_id),
  /external/libnfc-nci/src/gki/common/
gki.h 395 GKI_API extern INT8 *GKI_map_taskname(UINT8);
gki_debug.c 239 GKI_map_taskname(p_hdr->task_id),
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 905 ** Function GKI_map_taskname
920 UINT8 *GKI_map_taskname (UINT8 task_id)
922 GKI_TRACE_1("GKI_map_taskname %d", task_id);
926 GKI_TRACE_2("GKI_map_taskname %d %s done", task_id, gki_cb.com.OSTName[task_id]);
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 882 ** Function GKI_map_taskname
897 INT8 *GKI_map_taskname (UINT8 task_id)
899 GKI_TRACE_1("GKI_map_taskname %d", task_id);
903 GKI_TRACE_2("GKI_map_taskname %d %s done", task_id, gki_cb.com.OSTName[task_id]);
    [all...]

Completed in 34 milliseconds