OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeoutTimerId
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal_ext.c
61
extern uint32_t
timeoutTimerId
;
531
status = phOsalNfc_Timer_Start(
timeoutTimerId
,
555
status = phOsalNfc_Timer_Stop(
timeoutTimerId
);
phNxpNciHal.c
73
uint32_t
timeoutTimerId
= 0;
464
timeoutTimerId
= phOsalNfc_Timer_Create();
[
all
...]
/external/libnfc-nci/halimpl/pn54x/self-test/
phNxpNciHal_SelfTest.c
48
static uint32_t
timeoutTimerId
= 0;
1062
NFCSTATUS status = phOsalNfc_Timer_Stop(
timeoutTimerId
);
[
all
...]
Completed in 1223 milliseconds