Home
last modified time | relevance | path

Searched refs:GKI_exit_task (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/nfc/src/gki/ulinux/
H A Dgki_ulinux.cc315 GKI_exit_task(task_id - 1); in GKI_shutdown()
516 GKI_exit_task(task_id); in GKI_stop()
1069 void GKI_exit_task(uint8_t task_id) { in GKI_exit_task() function
/aosp12/system/nfc/src/gki/common/
H A Dgki.h346 extern void GKI_exit_task(uint8_t);
/aosp12/hardware/st/nfc/1.0/gki/common/
H A Dgki.h365 extern void GKI_exit_task(uint8_t);
/aosp12/hardware/st/nfc/st21nfc/gki/common/
H A Dgki.h365 extern void GKI_exit_task(uint8_t);
/aosp12/system/nfc/src/nfc/nfc/
H A Dnfc_task.cc432 GKI_exit_task(GKI_get_taskid()); in nfc_task()
/aosp12/system/nfc/src/adaptation/
H A DNfcAdaptation.cc481 GKI_exit_task(GKI_get_taskid()); in Thread()