Home
last modified time | relevance | path

Searched refs:BytesToRead (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_DesfireMap.c1225 uint32_t BytesToRead = 0; in phFriNfc_Desfire_ReadBinary() local
1271 BytesToRead = phFriNfc_Desfire_HGetLeBytes(NdefMap); in phFriNfc_Desfire_ReadBinary()
1281 …if( ((BytesToRead == 1) || (BytesToRead == 2)) && (NdefMap->DesfireCapContainer.SkipNlenBytesFlag … in phFriNfc_Desfire_ReadBinary()
1283 BytesToRead += BufIndex; in phFriNfc_Desfire_ReadBinary()
1289 NdefMap->SendRecvBuf[4]=(uint8_t) BytesToRead ; in phFriNfc_Desfire_ReadBinary()
1305 …status = phFriNfc_Desfire_HSendTransCmd(NdefMap,(uint8_t)(BytesToRead +PH_FRINFC_NDEFMAP_DESF_RESP… in phFriNfc_Desfire_ReadBinary()
1693 uint16_t BytesToRead =0; in phFriNfc_Desfire_HGetLeBytes() local
1697 BytesToRead = PH_FRINFC_NDEFMAP_DESF_NLEN_SIZE_IN_BYTES; in phFriNfc_Desfire_HGetLeBytes()
1711 BytesToRead = (((NdefMap->DesfireCapContainer.NdefDataLen - *NdefMap->DataCount) >= in phFriNfc_Desfire_HGetLeBytes()
1720 BytesToRead = (uint16_t)(NdefMap->ApduBufferSize - NdefMap->ApduBuffIndex); in phFriNfc_Desfire_HGetLeBytes()
[all …]
/external/chromium_org/chrome/browser/media_galleries/linux/
Dmtp_read_file_worker.cc72 snapshot_file_details_ptr->BytesToRead(), in ReadDataChunkFromDeviceFile()
85 error || (data.size() != snapshot_file_details->BytesToRead())); in OnDidReadDataChunkFromDeviceFile()
Dsnapshot_file_details.cc62 uint32 SnapshotFileDetails::BytesToRead() const { in BytesToRead() function in SnapshotFileDetails
Dsnapshot_file_details.h94 uint32 BytesToRead() const;