OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:transactinfo
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_OvrHal.c
199
OvrHal->
TransactInfo
.remotePCDType = RemoteDevInfo->RemDevType;
211
&OvrHal->
TransactInfo
,
234
OvrHal->
TransactInfo
.remotePCDType = RemoteDevInfo->RemDevType;
244
&OvrHal->
TransactInfo
,
phFriNfc_OvrHal.h
268
phHal4Nfc_TransactInfo_t
TransactInfo
;
phDal4Nfc.h
121
phNfc_sTransactionInfo_t
transactInfo
;
/external/libnfc-nxp/Linux_x86/
phDal4Nfc.c
870
pDalMsg->
transactInfo
.length = (uint8_t)gReadWriteContext.nNbOfBytesWritten;
871
pDalMsg->
transactInfo
.buffer = NULL;
872
pDalMsg->
transactInfo
.status = NFCSTATUS_SUCCESS;
881
pDalMsg->
transactInfo
.length = (uint8_t)gReadWriteContext.nNbOfBytesRead;
882
pDalMsg->
transactInfo
.buffer = gReadWriteContext.pReadBuffer;
887
pDalMsg->
transactInfo
.length = (uint8_t)gReadWriteContext.nNbOfBytesReadWait;
888
pDalMsg->
transactInfo
.buffer = gReadWriteContext.pReadWaitBuffer;
891
pDalMsg->
transactInfo
.status = NFCSTATUS_SUCCESS;
951
/* DAL_DEBUG("dalMsg->
transactInfo
.length : %d\n", dalMsg->
transactInfo
.length); *
[
all
...]
Completed in 2415 milliseconds