Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/pn54x/self-test/
DphNxpNciHal_SelfTest.c48 static uint32_t timeoutTimerId = 0; variable
1062 NFCSTATUS status = phOsalNfc_Timer_Stop(timeoutTimerId); in hal_read_cb()
1220 status = phOsalNfc_Timer_Start(timeoutTimerId, in phNxpNciHal_readLocked()
1463 timeoutTimerId = phOsalNfc_Timer_Create(); in phNxpNciHal_TestMode_open()
1465 if(timeoutTimerId == 0xFFFF) in phNxpNciHal_TestMode_open()
1522 status = phOsalNfc_Timer_Delete(timeoutTimerId); in phNxpNciHal_TestMode_close()
/external/libnfc-nci/halimpl/pn54x/hal/
DphNxpNciHal_ext.c61 extern uint32_t timeoutTimerId;
531 status = phOsalNfc_Timer_Start(timeoutTimerId, in phNxpNciHal_process_ext_cmd_rsp()
555 status = phOsalNfc_Timer_Stop(timeoutTimerId); in phNxpNciHal_process_ext_cmd_rsp()
DphNxpNciHal.c73 uint32_t timeoutTimerId = 0; variable
464 timeoutTimerId = phOsalNfc_Timer_Create(); in phNxpNciHal_open()