History log of /system/nfc/src/adaptation/CrcChecksum.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e0e5b011e0b91088ee1ac3c667e359fc263d4f7a 11-Jul-2017 Tri Vo <trong@google.com> Build nfc_nci.bcm2079x.default with VNDK.

Bug: 37342627
Test: cd system/nfc && BOARD_VNDK_VERSION=current mma -j64 -k
Change-Id: Ie50d7c4c86514059d281459ad54314c41882a22e
/system/nfc/src/adaptation/CrcChecksum.cpp
6fca02d5010de7bd31d83b853c32138021da5f29 30-Jan-2017 Ruchi Kandoi <kandoiruchi@google.com> Apply clang-format

find * | grep "\.[ch]" | xargs clang-format --style=file -i

Test: compiles
Change-Id: Id9b790d9685f7ba5ba1bcec1149619b63c2e679a
signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
/system/nfc/src/adaptation/CrcChecksum.cpp
d03c06e4c5dc9b5561d084d173d34e731304e604 27-Jan-2017 Ruchi Kandoi <kandoiruchi@google.com> Rename OverrideLog.h to _OverrideLog.h

This is a temporary hack. OverrideLog.h has a requirement that it needs
to be included first so that it can define it's own version of ALOGD.
Remaining it to _OverrideLog.h will ensure that it is the first file
which is included.

Test: compiles
Change-Id: Ib566a47950e88c90bec4169a7feffcc65b7bb545
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
/system/nfc/src/adaptation/CrcChecksum.cpp
512ee63c7cc8feb016863e507a5d33cd0f4242bf 03-Jan-2017 Ruchi Kandoi <kandoiruchi@google.com> Changes data types to standard types.

platform/system/bt/tools/scripts/change_types.sh was used to convert:
UINT8->uint8_t
UINT32->uint32_t
UINT16->uint16_t
INT8->int8_t
INT32->int32_t
INT16->int16_t

Test: Compiles
Change-Id: I7fce2cbff75a2087db46cda7527437a46a627c46
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
/system/nfc/src/adaptation/CrcChecksum.cpp
65ebec5a7e3be5d18414ac8f0dd3f5090b4ae3b4 06-Apr-2016 Jizhou Liao <Jizhou.Liao@nxp.com> Fix warnings in external/libnfc-nci/src.

Bug: 205930
/system/nfc/src/adaptation/CrcChecksum.cpp
a24be4f06674b2707b57904deaa0dff5a95823bd 13-Nov-2013 Evan Chu <evanchu@broadcom.com> Upgrade stack to NFA_PI_1.03.66+

Take code from NFCA_MI_430.10.00.07.
Additional changes include:
* Adjust copyright.
* Clean up stack and HAL diagnostic tracing.
* Fix ce_t4t_data_cback() in src/nfc/tags/ce_t4t.c in order to let HCE payment to work.
* Reduce compilation warnings.

Change-Id: I7b174229029d4a4955ff7750623e78c9a8c856f6
/system/nfc/src/adaptation/CrcChecksum.cpp
edbfba90df8e223fadd787a10cb131e1dcfa7347 10-Apr-2013 Evan Chu <evanchu@broadcom.com> Store checksum in non-volatile store to detect corruption.

Store 2-byte checksum in the first two bytes of the non-volatile store.
If corruption is detected, delete all content in non-volatile store.

Change-Id: I79ca57796da1950a430064e50752c4a9fae6d05e
/system/nfc/src/adaptation/CrcChecksum.cpp