Home
last modified time | relevance | path

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

/hardware/st/nfc/1.0/hal/
Dhalcore.c62 static uint32_t HalSemWait(sem_t* pSemaphore, uint32_t timeout);
689 HalSemWait(&inst->semaphore, HalCalcSemWaitingTime(inst, &now)); in HalWorkerThread()
865 static uint32_t HalSemWait(sem_t* pSemaphore, uint32_t timeout) in HalSemWait() function
/hardware/st/nfc/st21nfc/hal/
Dhalcore.cc65 static uint32_t HalSemWait(sem_t* pSemaphore, uint32_t timeout);
703 HalSemWait(&inst->semaphore, HalCalcSemWaitingTime(inst, &now)); in HalWorkerThread()
877 static uint32_t HalSemWait(sem_t* pSemaphore, uint32_t timeout) { in HalSemWait() function