Home
last modified time | relevance | path

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

/hardware/st/nfc/1.0/hal/
Dhalcore.c52 static void* HalWorkerThread(void* arg);
226 if (0 != pthread_create(&inst->thread, NULL, HalWorkerThread, inst)) { in HalCreate()
679 static void* HalWorkerThread(void* arg) in HalWorkerThread() function
/hardware/st/nfc/st21nfc/hal/
Dhalcore.cc55 static void* HalWorkerThread(void* arg);
244 if (0 != pthread_create(&inst->thread, NULL, HalWorkerThread, inst)) { in HalCreate()
694 static void* HalWorkerThread(void* arg) { in HalWorkerThread() function