Home
last modified time | relevance | path

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

/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc205 gki_cb.com.OSTName[task_id] = taskname; in GKI_create_task()
318 << StringPrintf("task %s dead", gki_cb.com.OSTName[task_id]); in GKI_shutdown()
815 "GKI_map_taskname %d %s done", task_id, gki_cb.com.OSTName[task_id]); in GKI_map_taskname()
816 return (gki_cb.com.OSTName[task_id]); in GKI_map_taskname()
818 return (gki_cb.com.OSTName[GKI_get_taskid()]); in GKI_map_taskname()
885 task_id, gki_cb.com.OSTName[task_id], in GKI_exception()
/system/nfc/src/gki/common/
Dgki_common.h175 int8_t* OSTName[GKI_MAX_TASKS]; /* name of the task */ member