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/halimpl/bcm2079x/adaptation/NonVolatileStore.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/halimpl/bcm2079x/adaptation/NonVolatileStore.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/halimpl/bcm2079x/adaptation/NonVolatileStore.cpp
|
e10478dd5869b974085e7c55737c4fce7b3bb1e2 |
|
19-Sep-2016 |
Colin Cross <ccross@android.com> |
Fix log warnings in libnfc-nci system/core/include is included in the global include path using -isystem, which hides all warnings. Move LOG_TAG definitions before including OverrideLog.h, which includes log/log.h, in order to fix macro redefinition warnings. Fix a size_t log format warning. Also disable missing field initializer warnings. Test: m -j native Bug: 31492149 Change-Id: I4877a184ab55c3836081631b201943ef02d56a35
/system/nfc/halimpl/bcm2079x/adaptation/NonVolatileStore.cpp
|
46f4e4f7099609ff6b5e7efce7b91b4252bdbfb1 |
|
19-Nov-2013 |
Evan Chu <evanchu@broadcom.com> |
Delete non-volatile storage file for NFCEE ID 0xF5. Delete non-volatile storage file for NFCEE ID 0xF5, which corresponds to UICC slot 2 on chip 20795. Change-Id: I1ad2016f93af4fda42c8b6e44672cc39529cb09e
/system/nfc/halimpl/bcm2079x/adaptation/NonVolatileStore.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/halimpl/bcm2079x/adaptation/NonVolatileStore.cpp
|
d8f9332bd02e621ee8c38254844f80ea147c46de |
|
10-May-2013 |
Evan Chu <evanchu@broadcom.com> |
MPS Coverity reports Fix potential problems discovered by MPS team's Coverity static analyzer. CID 14304, 10630, 10626, 23660, 23655, 23654. Change-Id: Iec34fd793b44710fa971175cd058e87ab17c76cc
/system/nfc/halimpl/bcm2079x/adaptation/NonVolatileStore.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/halimpl/bcm2079x/adaptation/NonVolatileStore.cpp
|
5c65c3a0f42e174e47fecd4e569606003217ff4e |
|
27-Mar-2013 |
Martijn Coenen <maco@google.com> |
Latest NFC stack-drop from Broadcom. Patches provided by Evan Chu <evanchu@broadcom.com> and Paul Chaisson <pchaisson@broadcom.com>. Most important changes: - Support for BCM20793B4 and BCM20793B5 revisions in the HAL. - Remove connection handover and SNEP implementations, since we already have them in java-land. - Fix issue where the NFCC is not woken for HCI writes. - Remove a lot of duplicated code in the HAL. - Various small fixes. Change-Id: I00f7457fe7ec23602071532a15bf2be9d7706b37
/system/nfc/halimpl/bcm2079x/adaptation/NonVolatileStore.cpp
|
e9df6ba5a8fcccf306a80b1670b423be8fe7746a |
|
13-Dec-2012 |
The Android Open Source Project <initial-contribution@android.com> |
Snapshot 7ddd630e136a035ba463c427285c5c3e9f199ee0 Change-Id: If08c7b905da667dd9e5110231e4592842b634006
/system/nfc/halimpl/bcm2079x/adaptation/NonVolatileStore.cpp
|