OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phLibNfc_DeferredCall_t
(Results
1 - 5
of
5
) sorted by null
/external/libnfc-nxp/src/
nfc_osal_deferred_call.h
18
typedef
phLibNfc_DeferredCall_t
nfc_osal_def_call_msg_t;
phDal4Nfc_DeferredCall.h
16
typedef
phLibNfc_DeferredCall_t
phDal4Nfc_DeferredCall_Msg_t;
phOsalNfc_Timer.h
53
typedef
phLibNfc_DeferredCall_t
phOsalNfc_DeferedCalldInfo_t;
/external/libnfc-nxp/inc/
phNfcTypes.h
277
typedef struct
phLibNfc_DeferredCall_t
281
}
phLibNfc_DeferredCall_t
;
[
all
...]
/packages/apps/Nfc/jni/
com_android_nfc_NativeNfcManager.cpp
94
phLibNfc_DeferredCall_t
*pMsg;
100
pMsg = (
phLibNfc_DeferredCall_t
*)malloc(sizeof(
phLibNfc_DeferredCall_t
));
106
wrapper.msg.Size = sizeof(
phLibNfc_DeferredCall_t
);
807
phLibNfc_DeferredCall_t
*msg =
808
(
phLibNfc_DeferredCall_t
*)(wrapper.msg.pMsgData);
[
all
...]
Completed in 30 milliseconds