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

  /system/nfc/halimpl/bcm2079x/gki/common/
gki.h 366 extern int8_t* GKI_map_taskname(uint8_t);
gki_debug.c 213 i, p_hdr, p_hdr->q_id, GKI_map_taskname(p_hdr->task_id),
  /system/nfc/src/gki/common/
gki.h 362 extern int8_t* GKI_map_taskname(uint8_t);
  /system/nfc/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 874 ** Function GKI_map_taskname
890 int8_t* GKI_map_taskname(uint8_t task_id) {
891 GKI_TRACE_1("GKI_map_taskname %d", task_id);
894 GKI_TRACE_2("GKI_map_taskname %d %s done", task_id,
    [all...]
  /system/nfc/src/gki/ulinux/
gki_ulinux.c 837 ** Function GKI_map_taskname
852 int8_t* GKI_map_taskname(uint8_t task_id) {
853 GKI_TRACE_1("GKI_map_taskname %d", task_id);
856 GKI_TRACE_2("GKI_map_taskname %d %s done", task_id,
    [all...]

Completed in 48 milliseconds