Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/pn54x/tml/
DphTmlNfc.h138 pthread_t writerThread; member
DphTmlNfc.c244 …pthread_create_status = pthread_create(&gpphTmlNfc_Context->writerThread,NULL,(void *)&phTmlNfc_Tm… in phTmlNfc_StartThread()
652 if (0 != pthread_join(gpphTmlNfc_Context->writerThread, (void**)NULL)) in phTmlNfc_Shutdown()