replicant-frameworks_native/libs
Eric Laurent a017d5b379 Fix issue 3302649.
The cause of the problem is that AudioTrack::start() can fail if it is called from a newly created
thread that has the same ID as the AudioTrack callback thread that has just been stopped and not yet exited.
This is possible as the thread ID used by the Thread class is not the TID.

The fix consists in clearing the thread ID before exiting the thread loop.

Change-Id: I66e679665c384403cb3ba2c31746f5de72d5836d
2011-01-04 11:58:04 -08:00
..
binder Some debugging support. 2010-09-24 13:11:55 -07:00
gui Fix typo which causes sensors to fail miserably 2010-09-16 21:41:13 -07:00
surfaceflinger_client Updade Surface (ANativeWindow) format based on its buffers format 2010-10-25 17:08:37 -07:00
ui Fix policy issues when screen is off. (DO NOT MERGE) 2010-12-22 16:00:21 -08:00
utils Fix issue 3302649. 2011-01-04 11:58:04 -08:00