OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TimerId
(Results
1 - 2
of
2
) sorted by null
/system/nfc/halimpl/pn54x/common/
phNfcCommon.h
155
uint32_t
TimerId
; /* ID of the timer */
/system/nfc/halimpl/pn54x/dnld/
phDnldNfc_Internal.c
117
static void phDnldNfc_RspTimeOutCb(uint32_t
TimerId
, void* pContext);
118
static void phDnldNfc_ResendTimeOutCb(uint32_t
TimerId
, void* pContext);
223
uint32_t
TimerId
;
235
TimerId
= phOsalNfc_Timer_Create();
237
if (0 ==
TimerId
) {
244
(pDlCtxt->TimerInfo.dwRspTimerId) =
TimerId
;
373
uint32_t
TimerId
;
383
TimerId
= phOsalNfc_Timer_Create();
385
if (0 ==
TimerId
) {
390
(pDlCtxt->TimerInfo.dwRspTimerId) =
TimerId
;
[
all
...]
Completed in 527 milliseconds