OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFCA_TASK
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/src/include/
NfcAdaptation.h
88
static UINT32
NFCA_TASK
(UINT32 arg);
/external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp
144
GKI_create_task ((TASKPTR)
NFCA_TASK
, BTU_TASK, (INT8*)"
NFCA_TASK
", 0, 0, (pthread_cond_t*)NULL, NULL);
202
** Function: NfcAdaptation::
NFCA_TASK
()
204
** Description:
NFCA_TASK
runs the GKI main task
209
UINT32 NfcAdaptation::
NFCA_TASK
(UINT32 arg)
211
const char* func = "NfcAdaptation::
NFCA_TASK
";
Completed in 39 milliseconds