summaryrefslogtreecommitdiffstats
path: root/nci/jni/NativeNfcManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* am 547b58f4: Fix tag not deactivating to sleep during reconnect.Evan Chu2012-10-161-8/+9
|\
| * Fix tag not deactivating to sleep during reconnect.Evan Chu2012-10-161-8/+9
* | Don't hold a timed wakelock.Martijn Coenen2012-10-121-1/+2
|/
* Fast-fail SE open if it's activated in listen mode.Martijn Coenen2012-10-111-6/+41
* Use RF_ACTIVATE/DEACTIVATE to generate RF events. (DO NOT MERGE)Paul Chaisson2012-10-111-1/+44
* Fix locking around power state.Evan Chu2012-10-031-1/+0
* Merge "Fix native crash during RF field notifications." into jb-broadcom-nfcMartijn Coenen2012-10-011-1/+1
|\
| * Fix native crash during RF field notifications.Martijn Coenen2012-10-011-1/+1
* | Power up the NFCC when DH wants to talk to the SE.Paul Chaisson2012-09-301-24/+10
* | Do not activate a tag during NFC disable.Evan Chu2012-09-301-2/+8
|/
* Disable all RF activity when DH connects to SE.Martijn Coenen2012-09-261-1/+1
* Enable/disable RF discovery only when needed.Martijn Coenen2012-09-261-4/+11
* Fix NXP PN544 controller interop with Broadcom controllerEvan Chu2012-09-251-5/+62
* Don't try to set low-power mode if NFA_enable fails.Evan Chu2012-09-251-1/+2
* copyright by The Android Open Source ProjectEvan Chu2012-09-191-2/+1
* Integrate NFC Hardware Abstraction Layer.Evan Chu2012-09-181-61/+4
* Fix NFC low-power modes.Evan Chu2012-09-071-11/+24
* Use NFA_DM_DISC_DURATION_POLL from config file.Paul Chaisson2012-09-071-0/+4
* Correct spelling.Evan Chu2012-09-061-2/+2
* Remove "brcm" in namesEvan Chu2012-09-061-4/+4
* Upgrade to stack NFA_MI_1.03.36Evan Chu2012-08-311-7/+11
* Create JavaClassConstants.h to store some global namesEvan Chu2012-08-281-0/+1
* In SyncEvent class, only unlock mutex onceEvan Chu2012-08-281-20/+24
* During nfcManager_disableDiscovery() go to power-off-sleep mode.Evan Chu2012-08-231-0/+2
* Log NFC controller firmware version.Martijn Coenen2012-08-161-1/+1
* Remove gJniVersion; add thread-synchronizationEvan Chu2012-08-161-22/+10
* Reduce compilation warnings in NFC JNI.Evan Chu2012-08-151-1/+2
* Remove whitespace from NFC NCI JNI.Evan Chu2012-08-101-73/+75
* Support for setting p2p target/initiator modes in NCI.Martijn Coenen2012-08-091-0/+19
* Dump NFC controller firmware version in the logs.Martijn Coenen2012-08-061-2/+20
* Follow-up NFC code drop.Martijn Coenen2012-07-301-24/+20
* NFC: Initial NCI DeviceHost and JNI implementation.Martijn Coenen2012-07-271-0/+1686