summaryrefslogtreecommitdiffstats
path: root/arm-wt-22k/lib_src/eas_public.c
Commit message (Collapse)AuthorAgeFilesLines
* There is fd leak in sonivox lib when try open any media filegbhakteX2012-08-141-1/+12
| | | | | | | | | | | | | | | | | | | | > 2GB (MIDI parser memory leak) Midi Parser support only 32 bit file operations and thus files of size less than 2 GB. When file open is called on the Midi parser, for files more than 2GB, internal seek operation fails resulting in the non-closure of the opened file. This resulted in the memory leak of the opened file descriptor. This is fixed by closing the opened file descriptor on failed cases. Change-Id: Ie9f53275206e2b4616d1cfc41c12b90544895548 Author: Muthukumar Kandasamy <muthukumar.kandasamy@intel.com> Signed-off-by: Muthukumar Kandasamy <muthukumar.kandasamy@intel.com> Signed-off-by: Gurudatta Bhakte <gurudattax.bhakte@intel.com> Singed-off-by: Shuo Gao <shuo.gao@intel.com> Signed-off-by: Bruce Beare <bruce.j.beare@intel.com> Signed-off-by: Jack Ren <jack.ren@intel.com> Author-tracking-BZ: 39292
* Fix engine state reporting.Marco Nelissen2010-12-211-2/+2
| | | | | | b/3290604 Change-Id: If1d15499575b1448c6c1c735718c2269b87fae3e
* Sonivox whitespace cleanupDave Sparks2009-08-241-1546/+1546
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+2601
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-2601/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-7/+1
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+2607