Searched defs:NFCA_TASK (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/src/adaptation/
H A DNfcAdaptation.cpp111 GKI_create_task ((TASKPTR)NFCA_TASK, BTU_TASK, (INT8*)"NFCA_TASK", 0, 0, (pthread_cond_t*)NULL, NULL);
169 ** Function: NfcAdaptation::NFCA_TASK()
171 ** Description: NFCA_TASK runs the GKI main task
176 UINT32 NfcAdaptation::NFCA_TASK (UINT32 arg) function in class:NfcAdaptation
178 const char* func = "NfcAdaptation::NFCA_TASK";

Completed in 59 milliseconds