Searched refs:tmp_thread (Results 1 – 1 of 1) sorted by relevance
/hardware/nxp/nfc/halimpl/hal/ |
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()
|