Home
last modified time | relevance | path

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

/hardware/st/nfc/1.0/hal/
Dhalcore.c64 static uint32_t HalSemWait(sem_t* pSemaphore, uint32_t timeout);
691 HalSemWait(&inst->semaphore, HalCalcSemWaitingTime(inst, &now)); in HalWorkerThread()
867 static uint32_t HalSemWait(sem_t* pSemaphore, uint32_t timeout) in HalSemWait() function
/hardware/st/nfc/st21nfc/hal/
Dhalcore.cc67 static uint32_t HalSemWait(sem_t* pSemaphore, uint32_t timeout);
711 HalSemWait(&inst->semaphore, HalCalcSemWaitingTime(inst, &now)); in HalWorkerThread()
885 static uint32_t HalSemWait(sem_t* pSemaphore, uint32_t timeout) { in HalSemWait() function