Glenn Kasten 4b80abcdd5 Remove dead mutex in AudioTrack/AudioRecord thread
The client callback threads had mutexes called AudioTrackThread::mLock
and ClientRecordThread::mLock.  These mutexes were only used by start()
and stop(), and were unused by the thread itself.  But start() and
stop() already have their own protection provided by AudioTrack::mLock
and AudioRecord::mLock.  So the thread mutexes can be removed.

Change-Id: I098406d381645d77fba06a15511e179a327848ef
2012-02-02 11:23:30 -08:00
..
2012-01-26 16:50:19 -08:00
2012-01-10 15:43:24 -08:00
2011-11-14 13:02:59 -08:00
2011-06-23 15:28:36 -07:00
2012-01-17 10:06:38 -08:00