Home
last modified time | relevance | path

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

/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc384 void timer_thread(signed long id) { in timer_thread() function
446 if (pthread_create(&timer_thread_id, &timer_attr, timer_thread, NULL) != 0) { in GKI_run()