Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/hal/
DphNxpNciHal_NfcDepSWPrio.cc133 if (pthread_create(&pthread, &attr, tmp_thread, (void*)&discover_type) != 0) { in phNxpNciHal_stop_polling_loop()
158 if (pthread_create(&pthread, &attr, tmp_thread, (void*)&discover_type) != 0) { in phNxpNciHal_resume_polling_loop()
183 if (pthread_create(&pthread, &attr, tmp_thread, (void*)&discover_type) != 0) { in phNxpNciHal_start_polling_loop()
413 void* tmp_thread(void* tmp) { in tmp_thread() function
496 if (pthread_create(&pthread, &attr, tmp_thread, (void*)&discover_type) != 0) { in phNxpNciHal_select_RF_Discovery()