diff options
author | Glenn Kasten <gkasten@google.com> | 2012-02-02 10:52:34 -0800 |
---|---|---|
committer | Glenn Kasten <gkasten@google.com> | 2012-02-02 11:23:30 -0800 |
commit | 4b80abcdd5e28deb6991bd50a208b66162f90024 (patch) | |
tree | c815abc57baf806cad84c1b7dbd7435bdefcc2bf /graphics/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | 26daa02bdb0c62f8162ad8d4d771cabce8644b4a (diff) |
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
Diffstat (limited to 'graphics/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions