History log of /packages/apps/Nfc/nci/jni/extns/pn54x/src/phNxpExtns.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9b35f4145df49c5eafbb5dd42aaa81b52e8672c5 08-Dec-2017 Jizhou Liao <Jizhou.Liao@nxp.com> Fix Mifare Classic tag crash

Fix Mifare Classic tag crash issue
Test: compile and read mifareclassic tag
Change-Id: Ie77e36888583134e100d0df46c3836f09882420e
/packages/apps/Nfc/nci/jni/extns/pn54x/src/phNxpExtns.cpp
3f999f25917b2bc50ab78c7e073da18f6fa69d6b 15-Nov-2017 Ruchi Kandoi <kandoiruchi@google.com> Apply Clang-format from stable version

find * | grep "\.[ch]" | xargs
/platform/prebuilts/clang/host/linux-x86/clang-stable/bin/clang-format
--style=file -i

Test: Nfc enable/disable
Change-Id: I7efa64395ec74269d6e4e36ae88c135300567842
/packages/apps/Nfc/nci/jni/extns/pn54x/src/phNxpExtns.cpp
441bcfc994dcd92a23a9fa7eb3d249660488429c 09-Nov-2017 Ruchi Kandoi <kandoiruchi@google.com> Apply clang-format

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

Test: NFC toggle, Tag Reading
Change-Id: Ie2687c69145d299bf1dab839db22398da36e7223
/packages/apps/Nfc/nci/jni/extns/pn54x/src/phNxpExtns.cpp
d4813a966a0a3794ef3ee3bdac1c4de54425a89c 28-Sep-2017 Ruchi Kandoi <kandoiruchi@google.com> Convert logging and tracing events to standard log messages

Error logs are replaced with LOG(ERROR)
Warning logs are replaced with LOG(WARNING)
Debug logs are replaced with DLOG_IF()

Test: Boots, NFC Enable/Disable
Change-Id: I9356a17f1fdc69a60e6c4bef1eae957e47471e6e
/packages/apps/Nfc/nci/jni/extns/pn54x/src/phNxpExtns.cpp
bd83069c585339c520e3a64eae5c4e89e451c85f 07-Aug-2017 Ruchi Kandoi <kandoiruchi@google.com> Convert jni files from C to C++

libnfc-nci is transitioning from C to C++. This patch modifies header
inclusions for libnfc-nci header files.

Test: boots and tag reading
Change-Id: I688023503b85af02642bec42b2445988daa1d883
/packages/apps/Nfc/nci/jni/extns/pn54x/src/phNxpExtns.cpp