summaryrefslogtreecommitdiffstats
path: root/core/jni/android_media_JetPlayer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Use correct syntax for #include <> """Glenn Kasten2012-03-141-5/+5
|\
| * Use correct syntax for #include <> ""Glenn Kasten2012-03-131-5/+5
| | | | | | | | Change-Id: I943137108668ae66f8eba18dafe069a7951bcd8f
* | Whitespace and indentationGlenn Kasten2012-03-131-18/+18
|/ | | | | | | | | | | | | | 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 typos in string constantsGlenn Kasten2012-01-191-1/+1
| | | | | | These were copy/paste errors in code that was copied from AudioTrack. Change-Id: I64a04d6026667884ddb1fefba67a71d69c691d62
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-20/+20
| | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-21/+21
| | | | | | | See https://android-git.corp.google.com/g/#/c/143865 Bug: 5449033 Change-Id: I0122812ed6ff6f5b59fe4a43ab8bff0577adde0a
* You don't need to poke around inside FileDescriptor manually.Elliott Hughes2011-04-111-1/+1
| | | | | | | | | | We can help you with that. Note also that getParcelFileDescriptorFD did no such thing. All its callers were passing in a regular java.io.FileDescriptor and expecting the int. No ParcelFileDescriptors involved. Change-Id: Idc233626f20c092e719f152562601f406cc1b64a
* More JNI exception-throwing cleanup.Elliott Hughes2011-04-081-24/+23
| | | | | | | | | | | | | There are a few (unimportant) bug fixes here. There were several attempts to throw exceptions in situations where there's already a pending exception. There were also cases where the code was wrong; it was checking for a NULL return from Get*ArrayElements and throwing NPE, but passing NULL is an error that causes a crash and a NULL return means an exception has already been thrown. I didn't want to get into the Scoped* classes just yet, but that was by far the easiest way to fix this. Change-Id: I0b31160ee51b96e82539f6514b8412b149dba7c3
* Automated import from //branches/master/...@140869,140869Jean-Michel Trivi2009-03-241-2/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+542
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-542/+0
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-1/+1
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-14/+71
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+485