Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/pn54x/tml/
DphTmlNfc.h137 pthread_t readerThread; /*Handle to the thread which handles write and read operations */ member
DphTmlNfc.c235 …pthread_create_status = pthread_create(&gpphTmlNfc_Context->readerThread,NULL,(void *)&phTmlNfc_Tm… in phTmlNfc_StartThread()
648 if (0 != pthread_join(gpphTmlNfc_Context->readerThread, (void**)NULL)) in phTmlNfc_Shutdown()