Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/tml/
DphTmlNfc.h144 pthread_t readerThread; /*Handle to the thread which handles write and read member
DphTmlNfc.cc219 pthread_create(&gpphTmlNfc_Context->readerThread, NULL, in phTmlNfc_StartThread()
609 if (0 != pthread_join(gpphTmlNfc_Context->readerThread, (void**)NULL)) { in phTmlNfc_Shutdown()