summaryrefslogtreecommitdiffstats
path: root/jni/com_android_nfc_NativeLlcpSocket.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use dynamic semaphores in JNI layer.Sylvain Fonteneau2010-11-221-81/+116
| | | | Change-Id: Iee394ace642302ee269e73203d3fc8427c69047e
* Quiet most logs in NFC by default.Jeff Hamilton2010-11-031-16/+16
| | | | | | Bug: 3124915 Change-Id: If5a3e6b21fe43d9ce2ff82ee65751baaa1c0e0a2 Signed-off-by: Nick Pelly <npelly@google.com>
* Use malloc to allocate semaphores for easier memory corruption detection.Nick Pelly2010-11-021-10/+11
| | | | | Change-Id: I9741b2527914992ab710c405d869f0ac6273f468 Signed-off-by: Nick Pelly <npelly@google.com>
* Remove timeout support - it was guaranteed to cause deadlock.Nick Pelly2010-11-021-34/+10
| | | | | | | | | sem_timedwait() was unbalanced. Also remove more dead code, and reduce watchdog timeout from 10 to 5 seconds. Change-Id: Ica776e4a27905071c1453b2db02f9ffadf6f9461 Signed-off-by: Nick Pelly <npelly@google.com>
* Fixed LLCP receive function.Sylvain Fonteneau2010-11-021-10/+13
| | | | | | | The LLCP receive function was failing if data were received prior to the call the receive request. Change-Id: I9b43b8df6e337454d3e7bf6b8745a02877dd192c
* Fix compiler warnings in libnfc_jniNick Pelly2010-10-171-2/+2
| | | | | Change-Id: I0a5e85f17ffd3da334372e6618b7440cc108b32c Signed-off-by: Nick Pelly <npelly@google.com>
* Rename com_trustedlogic_trustednfc -> com_android_nfc.Nick Pelly2010-10-171-0/+418
Change-Id: I7299115be35b4a598ad9bfc068d6161a01d1a834 Signed-off-by: Nick Pelly <npelly@google.com>