summaryrefslogtreecommitdiffstats
path: root/nxp/jni
Commit message (Collapse)AuthorAgeFilesLines
* Power off only when initialization failedHEADreplicant-4.2-0004replicant-4.2-0003replicant-4.2Paul Kocialkowski2014-08-031-1/+2
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* NativeNfcManager: Properly unconfigure NFC chipreplicant-4.2-0002Paul Kocialkowski2014-06-302-0/+5
| | | | | Change-Id: I8da74ff64579181387b3905c29e5d4dca9e9e7eb Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* fixed inconsistant defines that are supposed to match tagtechnology.javadoug yeager2013-02-211-2/+2
| | | | Change-Id: If3afc9a3d46fe3780261d029caac18d242718e38
* Merge branch 'jb-mr1-release' of ↵Steve Kondik2012-11-214-358/+1288
| | | | | | | | | https://android.googlesource.com/platform/packages/apps/Nfc into HEAD Conflicts: nxp/jni/com_android_nfc_NativeNfcManager.cpp Change-Id: Ic84af6ad1cda79984f40e9fc464d2cbaa994b89a
* Point jni class references to new dhimpl package.Martijn Coenen2012-07-257-20/+20
| | | | | | | The DeviceHost classed moved to a new package, updated the JNI references accordingly. Change-Id: I11d30b241f80e2efba4570a921346ea3689b4ec5
* Move NXP JNI and DeviceHost implementation into separate dir.Martijn Coenen2012-07-2512-0/+7205
| | | | | | | | | | Preparation for the new NCI stack. The idea is to build either the NXP or the NCI stack, triggered by a makefile switch. To that end, move the DeviceHost and JNI implementations in their own directory, so we can build them only if needed. Change-Id: I8579ec30ceb1908e4cd180cfbd10224aa4bddb8d
* Revert "Move NXP JNI and DeviceHost implementation into separate dir."Martijn Coenen2012-07-2412-7205/+0
| | | | This reverts commit 26f6049196acaa9768ba6bdef343216ea878a4c1.
* Move NXP JNI and DeviceHost implementation into separate dir.Martijn Coenen2012-07-2412-0/+7205
Preparation for the new NCI stack. The idea is to build either the NXP or the NCI stack, triggered by a makefile switch. To that end, move the DeviceHost and JNI implementations in their own directory, so we can build them only if needed. Change-Id: Ibb6aeb11f0bb887e153fd457860b1ad0e39e7933