17c04f2539effc27645dc02b90869b9785690527 |
|
21-Nov-2017 |
Andre Eisenbach <eisenbach@google.com> |
Delete OverrideLog and cleanup includes (2/2) Test: manual Change-Id: I470d25317c28d715672fa73768b969f2b4093e94
/packages/apps/Nfc/nci/jni/NfcJniUtil.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/NfcJniUtil.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/NfcJniUtil.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/NfcJniUtil.cpp
|
9ec3cc6bbbe6cad0e81afd57e2060625adf68815 |
|
19-Jul-2017 |
Steven Moreland <smoreland@google.com> |
packages/apps/Nfc: use proper nativehelper headers libnativehelper exports headers under nativehelper. These were available before incorrectly as global headers in order to give access to jni.h. Test: modules using packages/apps/Nfc find headers Bug: 63762847 Change-Id: I494e04ba7112d41f18a4b9dba9495e5f9810be22
/packages/apps/Nfc/nci/jni/NfcJniUtil.cpp
|
b5f818fee4fd8e5b829334c0e99f640c4d73f5ce |
|
27-Apr-2017 |
Joe Onorato <joeo@google.com> |
Turn off logspam These logs are the 8th most popular logs when the screen is turned off. And when you actually use NFC, all other users of logcat are pushed out. For more information, see https://source.android.com/source/code-style#log-sparingly Also: Fix coding style. No space after function or macro name. Bug: 37252687 Test: development/tools/logblame/power_toggle_test Change-Id: Id7212abeee5ee05a5916dfd8685c90fbe2cca8f5 Turn off logspam For more information, see https://source.android.com/source/code-style#log-sparingly Bug: 37252687 Test: development/tools/logblame/app_switch_test Test: development/tools/logblame/power_toggle_test (cherry picked from commit 5f28e5ee8f39bd58e182f911ebb50960b2a77830)
/packages/apps/Nfc/nci/jni/NfcJniUtil.cpp
|
668cda4c851a5be5dc0d3949d188e567a33e69d7 |
|
11-Jan-2017 |
Ruchi Kandoi <kandoiruchi@google.com> |
Changes data types to standard type am: 2dfff76200 Change-Id: I693ecc92e1d55390651e9ed0e415f0281b7bd938
|
d76d4cb3a67fd3cc74c6682ad0b7031bd619e7f5 |
|
10-Jan-2017 |
Mark Salyzyn <salyzyn@google.com> |
liblog: use log/log.h to access main logging macros Test: compile Bug: 30465923 Change-Id: I164793caf5305c6c6317f7c21f47cd102a25b036
/packages/apps/Nfc/nci/jni/NfcJniUtil.cpp
|
2dfff7620070cff76fb117aafcd06e57cceb59fb |
|
15-Dec-2016 |
Ruchi Kandoi <kandoiruchi@google.com> |
Changes data types to standard type Data types were changed using platform/system/bt/tools/scripts/change_types.sh: UINT8->uint8_t UINT16->uint16_t UINT32->uint32_t UINT64->uint64_t INT8->int8_t INT16->int16_t INT32->int32_t INT64->int64_t Test: Compiles Change-Id: I04b6c7b7836145033537aa2af27e18311b3c6d91 Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
/packages/apps/Nfc/nci/jni/NfcJniUtil.cpp
|
88525ae6b789858b031d9a94eff167167a69a0c2 |
|
29-Sep-2016 |
Mark Salyzyn <salyzyn@google.com> |
Replace cutils/log.h with android/log.h Beware of OverrideLog.h ordering Test: compile Bug: 26552300 Bug: 31289077 Change-Id: I5349228a9aaf3026f94d5970e5ba2ac5313d1c62
/packages/apps/Nfc/nci/jni/NfcJniUtil.cpp
|
ea8f37ee5376e296c3b67f57946b73e48ad88c5c |
|
26-Jun-2014 |
Evan Chu <evanchu@broadcom.com> |
Obtain default and off-host destination routes from JNI. The NFC service obtains default and off-host destination routes from JNI, which in turn obtains them from the device configuration file. Change-Id: I29f16d982e5675b12a86acb8b7cb99e234fbe222
/packages/apps/Nfc/nci/jni/NfcJniUtil.cpp
|
b5a6c9615433734869c7a73a06c1b3799ebe0c9f |
|
06-Jun-2014 |
Martijn Coenen <maco@google.com> |
JNI code from Broadcom. Contribution from Evan Chu <evanchu@broadcom.com>. Changes made to make it build with current tree: - Removed deferred start/stop logic (no SE code in AOSP). - Removed separate enable/disable implementations (no SE code in AOSP). - Removed second option for P2P workarounds with PN5xx as it's not used. Change-Id: Ia33e3fa29b09dca2f6d2721307edde746605da54
/packages/apps/Nfc/nci/jni/NfcJniUtil.cpp
|
c8768e4b2ab114d227bd8af441d81525837f78cb |
|
25-Mar-2014 |
Martijn Coenen <maco@google.com> |
Goodbye secure element. I really liked you, but everybody else wanted you too. Maybe some day you'll be back, connected to the host CPU. Change-Id: If78bce7c7178a77919b8b1b64334909f4ff7e037
/packages/apps/Nfc/nci/jni/NfcJniUtil.cpp
|
fb18ffb259fe8f40e81516842497735a7c0b6a8c |
|
18-Dec-2013 |
Andres Morales <anmorales@google.com> |
nfc-64 part 1: store native structure in a long rather than an int Change-Id: I3ff21d3f1ad0f8e9e643c84fecd4c45a1b373133
/packages/apps/Nfc/nci/jni/NfcJniUtil.cpp
|
7b223358c5564a7bc7c72a74889f61fbc5a3cc27 |
|
10-Sep-2013 |
Ruben Brunk <rubenbrunk@google.com> |
Remove dependency on JNIHelp header side effects. Bug: 10680559 Change-Id: Ia84f1ddc1980e5f6d18e993eb66e6b0878193d86
/packages/apps/Nfc/nci/jni/NfcJniUtil.cpp
|
a8aa07142ea0078d3ae4ae486e094e2f2f4ff732 |
|
27-Mar-2013 |
Evan Chu <evanchu@broadcom.com> |
Sync up with Broadcom JNI changes. Patches contributed by Evan Chu<evanchu@broadcom.com> and Paul Chaisson<pchaisson@broadcom.com>. Bug: 10360038 Change-Id: I1402191406b08e097680f8c7f587f393f749184e
/packages/apps/Nfc/nci/jni/NfcJniUtil.cpp
|
2534d9a546f24435d9dab8168f9ea5bf8ca1eb9b |
|
18-Dec-2012 |
Elliott Hughes <enh@google.com> |
Fix NFC JNI local reference and pin table leaks. Also turn compiler warnings up and fix the easy ones. Bug: http://code.google.com/p/android/issues/detail?id=20441 Change-Id: I1043300f344b8296cfbb6bfad17388d5c3b314d1
/packages/apps/Nfc/nci/jni/NfcJniUtil.cpp
|
525c260303268a83da4c3413b953d13c9084e834 |
|
14-Dec-2012 |
The Android Open Source Project <initial-contribution@android.com> |
Snapshot 1a6bcf3cca90fedfbad33c1cdd6d05af5774fc01 Change-Id: I3ccb25bf7cde2c22f52260cae0e9957517e6bb5f
/packages/apps/Nfc/nci/jni/NfcJniUtil.cpp
|