- 14 Dec, 2012 1 commit
-
-
The Android Open Source Project authored
Change-Id: I3ccb25bf7cde2c22f52260cae0e9957517e6bb5f
-
- 25 Jul, 2012 3 commits
-
-
Martijn Coenen authored
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
-
Martijn Coenen authored
This reverts commit 26f60491.
-
Martijn Coenen authored
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
-
- 03 Nov, 2011 1 commit
-
-
The Android Automerger authored
This reverts commit 79faaaec, reversing changes made to fb21ff75.
-
- 02 Nov, 2011 2 commits
-
-
The Android Automerger authored
This reverts commit 79faaaec, reversing changes made to fb21ff75.
-
The Android Automerger authored
This reverts commit 79faaaec, reversing changes made to fb21ff75.
-
- 31 Oct, 2011 1 commit
-
-
The Android Automerger authored
This reverts commit 79faaaec, reversing changes made to fb21ff75.
-
- 30 Oct, 2011 1 commit
-
-
The Android Automerger authored
This reverts commit a907d6f8.
-
- 29 Oct, 2011 1 commit
-
-
The Android Automerger authored
This reverts commit 79faaaec, reversing changes made to fb21ff75.
-
- 28 Oct, 2011 1 commit
-
-
Jeff Hamilton authored
Bug: 5128799 Change-Id: I5607abe5d28ef9682afa084651c50aa651655b60
-
- 27 Oct, 2011 1 commit
-
-
Jeff Hamilton authored
Bug: 5128799 Change-Id: I5607abe5d28ef9682afa084651c50aa651655b60
-
- 25 Oct, 2011 1 commit
-
-
Jeff Hamilton authored
Change-Id: I5607abe5d28ef9682afa084651c50aa651655b60
-
- 17 Oct, 2011 1 commit
-
-
Jeff Hamilton authored
The LLCP stack is still using globals without holding the concurrency lock. When turning the screen off we were previously disabling the NFCEE routing before disconnecting the active target. The routing code would grab the lock and then touch the globals, which the LLCP was using illegally, causing a crash when the LLCP triggered callbacks are delivered. This change reorders the shutdown at screen off to disconnect the remote target before issuing the change to the NFCEE routing in an attempt to stop the ongoing LLCP transactions, thereby avoiding the crash. Since the callbacks are asynchronous the race is still there, but it's hit more like 10% of the time instead of 100% of the time. Bug: 5366024 Change-Id: I31230166c1c5bf116195db350ac6605feb90e87f
-
- 24 May, 2011 1 commit
-
-
Jason parks authored
-
- 19 Oct, 2010 1 commit
-
-
Nick Pelly authored
Change-Id: I0ef8bdd1587d6eee6a08f4e617050f8fa0cbd72c Signed-off-by:
Nick Pelly <npelly@google.com>
-
- 15 Oct, 2010 2 commits
-
-
Nick Pelly authored
This should fix the -userdebug builds. Change-Id: Icf027422d642588a29cb7d081836f4bd7c92881f Signed-off-by:
Nick Pelly <npelly@google.com>
-
Nick Pelly authored
Uses ServiceManager.addService() to register the service. Uses BOOT_COMPLETE to start the service. Uses sharedUserId com.android.nfc so that it has a fixed uid. Uses android:persistant so that the process is not killed. Change-Id: If4264baf5dc457ee0a3ad5788c5945e84173b1ea Signed-off-by:
Nick Pelly <npelly@google.com>
-
- 14 Oct, 2010 1 commit
-
-
Nick Pelly authored
NFC application contains the NFC service code that implements NFC API and talks to NFC hardware. This is the first cut at moving NFC service code out of frameworks/base into application service. Android.mk are renamed to Android.mk.hide at this commit because it does not work yet. Signed-off-by:
Nick Pelly <npelly@google.com>
-