Searched refs:tmp_thread (Results 1 – 2 of 2) sorted by relevance
/aosp12/hardware/nxp/nfc/pn8x/halimpl/hal/ |
H A D | phNxpNciHal_NfcDepSWPrio.cc | 135 if (pthread_create(&pthread, &attr, tmp_thread, (void*)&discover_type) != 0) { in phNxpNciHal_stop_polling_loop() 160 if (pthread_create(&pthread, &attr, tmp_thread, (void*)&discover_type) != 0) { in phNxpNciHal_resume_polling_loop() 185 if (pthread_create(&pthread, &attr, tmp_thread, (void*)&discover_type) != 0) { in phNxpNciHal_start_polling_loop() 415 void* tmp_thread(void* tmp) { in tmp_thread() function 498 if (pthread_create(&pthread, &attr, tmp_thread, (void*)&discover_type) != 0) { in phNxpNciHal_select_RF_Discovery()
|
/aosp12/hardware/nxp/nfc/snxxx/halimpl/hal/ |
H A D | phNxpNciHal_NfcDepSWPrio.cc | 135 if (pthread_create(&pthread, &attr, tmp_thread, (void*)&discover_type) != 0) { in phNxpNciHal_stop_polling_loop() 160 if (pthread_create(&pthread, &attr, tmp_thread, (void*)&discover_type) != 0) { in phNxpNciHal_resume_polling_loop() 185 if (pthread_create(&pthread, &attr, tmp_thread, (void*)&discover_type) != 0) { in phNxpNciHal_start_polling_loop() 415 void* tmp_thread(void* tmp) { in tmp_thread() function 502 if (pthread_create(&pthread, &attr, tmp_thread, (void*)&discover_type) != 0) { in phNxpNciHal_select_RF_Discovery()
|