Searched refs:readerThread (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/automotive/can/1.0/default/ |
D | CanSocket.cpp | 53 mReaderThread(&CanSocket::readerThread, this) {} in CanSocket() 95 void CanSocket::readerThread() { in readerThread() function in android::hardware::automotive::can::V1_0::implementation::CanSocket
|
D | CanSocket.h | 57 void readerThread();
|
/hardware/nxp/uwb/halimpl/tml/ |
D | phTmlUwb.h | 101 pthread_t readerThread; /*Handle to the thread which handles write and read member
|
D | phTmlUwb.cc | 532 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/ |
D | phTmlNfc.h | 144 pthread_t readerThread; /*Handle to the thread which handles write and read member
|
D | phTmlNfc.cc | 220 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/ |
D | phTmlNfc.h | 167 pthread_t readerThread; /*Handle to the thread which handles write and read member
|
D | phTmlNfc.cc | 262 pthread_create(&gpphTmlNfc_Context->readerThread, NULL, in phTmlNfc_StartThread() 603 if (0 != pthread_join(gpphTmlNfc_Context->readerThread, (void**)NULL)) { in phTmlNfc_Shutdown()
|