Home
last modified time | relevance | path

Searched refs:OSTName (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc203 gki_cb.com.OSTName[task_id] = taskname; in GKI_create_task()
316 << StringPrintf("task %s dead", gki_cb.com.OSTName[task_id - 1]); in GKI_shutdown()
813 "GKI_map_taskname %d %s done", task_id, gki_cb.com.OSTName[task_id]); in GKI_map_taskname()
814 return (gki_cb.com.OSTName[task_id]); in GKI_map_taskname()
816 return (gki_cb.com.OSTName[GKI_get_taskid()]); in GKI_map_taskname()
883 task_id, gki_cb.com.OSTName[task_id], in GKI_exception()
/system/nfc/src/gki/common/
Dgki_common.h178 int8_t* OSTName[GKI_MAX_TASKS]; /* name of the task */ member