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

/external/libnfc-nci/src/include/
H A DNfcAdaptation.h87 static UINT32 NFCA_TASK (UINT32 arg);
/external/libnfc-nci/src/adaptation/
H A DNfcAdaptation.cpp169 GKI_create_task ((TASKPTR)NFCA_TASK, BTU_TASK, (INT8*)"NFCA_TASK", 0, 0, (pthread_cond_t*)NULL, NULL);
227 ** Function: NfcAdaptation::NFCA_TASK()
229 ** Description: NFCA_TASK runs the GKI main task
234 UINT32 NfcAdaptation::NFCA_TASK (UINT32 arg) function in class:NfcAdaptation
236 const char* func = "NfcAdaptation::NFCA_TASK";

Completed in 69 milliseconds