Home
last modified time | relevance | path

Searched refs:readerThread (Results 1 – 8 of 8) 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.h57 void readerThread();
/hardware/nxp/uwb/halimpl/tml/
DphTmlUwb.h101 pthread_t readerThread; /*Handle to the thread which handles write and read member
DphTmlUwb.cc532 int ret = pthread_create(&gpphTmlUwb_Context->readerThread, NULL, in phTmlUwb_StartRead()
550 pthread_join(gpphTmlUwb_Context->readerThread, NULL); in phTmlUwb_StopRead()
/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.h167 pthread_t readerThread; /*Handle to the thread which handles write and read member
DphTmlNfc.cc262 pthread_create(&gpphTmlNfc_Context->readerThread, NULL, in phTmlNfc_StartThread()
603 if (0 != pthread_join(gpphTmlNfc_Context->readerThread, (void**)NULL)) { in phTmlNfc_Shutdown()