summaryrefslogtreecommitdiffstats
path: root/nci/jni/Mutex.cpp
diff options
context:
space:
mode:
authorEvan Chu <evanchu@broadcom.com>2012-08-10 17:42:09 -0400
committerMartijn Coenen <maco@google.com>2012-08-10 17:10:54 -0700
commit5c7b8d9beeb46cba30bffaf94945ef6fc55e8a76 (patch)
tree3c76b20ac377751f07ee445e7cce75f1cc194b96 /nci/jni/Mutex.cpp
parentc6cdbf21958178025010c6bed797ff193c89884f (diff)
downloadpackages_apps_nfc-5c7b8d9beeb46cba30bffaf94945ef6fc55e8a76.zip
packages_apps_nfc-5c7b8d9beeb46cba30bffaf94945ef6fc55e8a76.tar.gz
packages_apps_nfc-5c7b8d9beeb46cba30bffaf94945ef6fc55e8a76.tar.bz2
Remove whitespace from NFC NCI JNI.
- Logging changes - Upgrade to stack NFA_MI_1.03.33 Change-Id: Iba2af1af49a261de50f79572b478838e2bdc890f
Diffstat (limited to 'nci/jni/Mutex.cpp')
-rw-r--r--nci/jni/Mutex.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/nci/jni/Mutex.cpp b/nci/jni/Mutex.cpp
index 4034a03..a6b1397 100644
--- a/nci/jni/Mutex.cpp
+++ b/nci/jni/Mutex.cpp
@@ -15,10 +15,10 @@
/*******************************************************************************
**
-** Function: Mutex
+** Function: Mutex
**
** Description: Initialize member variables.
-**
+**
** Returns: None.
**
*******************************************************************************/
@@ -35,10 +35,10 @@ Mutex::Mutex ()
/*******************************************************************************
**
-** Function: ~Mutex
+** Function: ~Mutex
**
** Description: Cleanup all resources.
-**
+**
** Returns: None.
**
*******************************************************************************/
@@ -54,10 +54,10 @@ Mutex::~Mutex ()
/*******************************************************************************
**
-** Function: lock
+** Function: lock
**
** Description: Block the thread and try lock the mutex.
-**
+**
** Returns: None.
**
*******************************************************************************/
@@ -73,10 +73,10 @@ void Mutex::lock ()
/*******************************************************************************
**
-** Function: unlock
+** Function: unlock
**
** Description: Unlock a mutex to unblock a thread.
-**
+**
** Returns: None.
**
*******************************************************************************/
@@ -92,10 +92,10 @@ void Mutex::unlock ()
/*******************************************************************************
**
-** Function: tryLock
+** Function: tryLock
**
** Description: Try to lock the mutex.
-**
+**
** Returns: True if the mutex is locked.
**
*******************************************************************************/
@@ -115,7 +115,7 @@ bool Mutex::tryLock ()
** Function: nativeHandle
**
** Description: Get the handle of the mutex.
-**
+**
** Returns: Handle of the mutex.
**
*******************************************************************************/