Home
last modified time | relevance | path

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

/hardware/st/nfc/1.0/hal/
Dhalcore.c54 static void* HalWorkerThread(void* arg);
228 if (0 != pthread_create(&inst->thread, NULL, HalWorkerThread, inst)) { in HalCreate()
681 static void* HalWorkerThread(void* arg) in HalWorkerThread() function
/hardware/st/nfc/st21nfc/hal/
Dhalcore.cc57 static void* HalWorkerThread(void* arg);
252 if (0 != pthread_create(&inst->thread, NULL, HalWorkerThread, inst)) { in HalCreate()
702 static void* HalWorkerThread(void* arg) { in HalWorkerThread() function