Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/
DCanSocket.cpp53 mReaderThread(&CanSocket::readerThread, this) {} in CanSocket()
95 void CanSocket::readerThread() { in readerThread() function in android::hardware::automotive::can::V1_0::implementation::CanSocket
DCanSocket.h56 void readerThread();
/hardware/nxp/nfc/pn8x/halimpl/tml/
DphTmlNfc.h144 pthread_t readerThread; /*Handle to the thread which handles write and read member
DphTmlNfc.cc220 pthread_create(&gpphTmlNfc_Context->readerThread, NULL, in phTmlNfc_StartThread()
611 if (0 != pthread_join(gpphTmlNfc_Context->readerThread, (void**)NULL)) { in phTmlNfc_Shutdown()
/hardware/nxp/nfc/snxxx/halimpl/tml/
DphTmlNfc.h162 pthread_t readerThread; /*Handle to the thread which handles write and read member
DphTmlNfc.cc258 pthread_create(&gpphTmlNfc_Context->readerThread, NULL, in phTmlNfc_StartThread()
683 if (0 != pthread_join(gpphTmlNfc_Context->readerThread, (void**)NULL)) { in phTmlNfc_Shutdown()