summaryrefslogtreecommitdiffstats
path: root/include/media/JetPlayer.h
Commit message (Collapse)AuthorAgeFilesLines
* reorganize SoundPool and JetPlayer code.Eric Laurent2012-03-261-3/+2
| | | | | | | | | | Reorganize SoundPool and JetPlayer code to be ready for the creation of libmedia_native. Split SoundPool between libsoundpool (JNI) and libmedia(sound pool implementation). Remove dependencies on nativehelper/jni.h from JetPlayer. Change-Id: I130c6014173b714329929dd82c5dfb70b757a610
* Merge "Use correct syntax for #include <> """Glenn Kasten2012-03-141-1/+1
|\
| * Use correct syntax for #include <> ""Glenn Kasten2012-03-131-1/+1
| | | | | | | | Change-Id: I943137108668ae66f8eba18dafe069a7951bcd8f
* | Whitespace and indentationGlenn Kasten2012-03-131-5/+5
|/ | | | | | | | | | | | | | Fix indentation to be multiple of 4. Make it easier to search: sp< not sp < to "switch (...)" instead of "switch(...)" (also "if" and "while") Remove redundant blank line at start or EOF. Remove whitespace at end of line. Remove extra blank lines where they don't add value. Use git diff -b or -w to verify. Change-Id: I966b7ba852faa5474be6907fb212f5e267c2874e
* Fix bug in JetPlayer::loadFromFileGlenn Kasten2012-01-101-1/+1
| | | | | | | | A long pathname would corrupt the heap due to incorrect use of strncpy. Also was using hard-coded constant 256 instead of PATH_MAX. Change-Id: Iba382bbb38624fbc41fec91449f9814f77d4ac0d
* JetPlayer uses C++ Thread not createThreadEtcGlenn Kasten2011-11-161-1/+22
| | | | | | This permits leveraging future improvements to Thread. Change-Id: I60deed8565ed54f13d9f770c76504e411b154276
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+107
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-107/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-5/+11
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+101