replicant-frameworks_native/libs
Eric Laurent deea502a92 Fix isssue 2548710: Native AudioTrack resources never freed.
The problem is a bug in AudioFlinger::MixerThread::prepareTracks_l() that makes that even if the TrackHandle
is destroyed, the corresponding Track will remain active as long as frames are ready for mixing.
If the track uses shared memory (static mode) and the sound is looped, this track will play for ever.

The fix consists in removing the track from active list immediately if the track is terminated.

Change-Id: I4582aa1d981079ab79be442fb6185f5afaed5cf3
2010-03-31 12:36:34 -07:00
..
audioflinger Fix isssue 2548710: Native AudioTrack resources never freed. 2010-03-31 12:36:34 -07:00
binder Ensure that binder incalls to the system process keep the fg cgroup 2010-03-18 18:13:57 -07:00
surfaceflinger fix [2511580] Window poop on screen - drop down list left some residual when it resized 2010-03-16 17:54:27 -07:00
surfaceflinger_client libutils Condition are now PRIVATE by default 2010-03-19 16:16:43 -07:00
ui fix [2545826] calling into gralloc with external lock held 2010-03-25 14:34:49 -07:00
utils Revert "fix [2542425] memory leak during video recording" 2010-03-30 21:04:17 -07:00