summaryrefslogtreecommitdiffstats
path: root/core/jni
Commit message (Expand)AuthorAgeFilesLines
* Embed layout padding in nine patch imagesAmith Yamasani2012-04-047-26/+38
* Merge "Refactor DisplayEventReceiver read loop."Jeff Brown2012-03-291-28/+29
|\
| * Refactor DisplayEventReceiver read loop.Jeff Brown2012-03-291-28/+29
* | Merge "Refactor GLES20Canvas/HardwareRenderer JNI layers"Romain Guy2012-03-282-63/+101
|\ \
| * | Refactor GLES20Canvas/HardwareRenderer JNI layersRomain Guy2012-03-282-63/+101
* | | Merge "Fix bug #6248364 Tamil and Denavagari text crash in Google+"Fabrice Di Meglio2012-03-281-0/+4
|\ \ \ | |/ / |/| |
| * | Fix bug #6248364 Tamil and Denavagari text crash in Google+Fabrice Di Meglio2012-03-281-0/+4
* | | frameworks base Android.mk file changesJames Dong2012-03-281-0/+1
* | | Deleted the media, camera, drm related files since they are relocatedJames Dong2012-03-282-61/+0
|/ /
* | Use a status_t return type for GL functorsRomain Guy2012-03-261-9/+13
|/
* frameworks/base: move Zip* from libandroidfw to libutilsColin Cross2012-03-221-1/+1
* Merge "Pre-scale bitmaps on the native heap"Romain Guy2012-03-191-93/+163
|\
| * Pre-scale bitmaps on the native heapRomain Guy2012-03-191-93/+163
* | Add libmedia_nativeGlenn Kasten2012-03-161-0/+1
|/
* Merge "If an application calls System.exit() terminate it immediately."Jeff Brown2012-03-161-6/+20
|\
| * If an application calls System.exit() terminate it immediately.Jeff Brown2012-03-151-6/+20
* | Merge "Delete useless JNI methods."Jeff Brown2012-03-161-31/+6
|\ \ | |/
| * Delete useless JNI methods.Jeff Brown2012-03-151-31/+6
* | Merge "Add a new camera open API that allows taking the ownership."Wu-cheng Li2012-03-151-4/+21
|\ \
| * | Add a new camera open API that allows taking the ownership.Wu-cheng Li2012-03-151-4/+21
* | | Remove unused private APIRomain Guy2012-03-151-27/+4
* | | Merge "Port the SQLite locale setting code to Java."Jeff Brown2012-03-151-131/+8
|\ \ \ | | |/ | |/|
| * | Port the SQLite locale setting code to Java.Jeff Brown2012-03-151-131/+8
| |/
* | Merge "Add support for EINTR in BT"Kenny Root2012-03-151-5/+5
|\ \ | |/ |/|
| * Add support for EINTR in BTKenny Root2012-03-151-5/+5
* | Merge "Use correct syntax for #include <> """Glenn Kasten2012-03-145-27/+27
|\ \ | |/ |/|
| * Use correct syntax for #include <> ""Glenn Kasten2012-03-135-27/+27
* | Merge "Fix spurious ANRs in native activities."Jeff Brown2012-03-131-56/+32
|\ \
| * | Fix spurious ANRs in native activities.Jeff Brown2012-03-131-56/+32
* | | SurfaceTexture: Fully refactored from BufferQueueDaniel Lam2012-03-132-5/+23
* | | Whitespace and indentationGlenn Kasten2012-03-134-126/+126
* | | Merge "Expose a function to set OpenGL Trace level."Siva Velusamy2012-03-121-0/+7
|\ \ \
| * | | Expose a function to set OpenGL Trace level.Siva Velusamy2012-03-091-0/+7
* | | | Handle view properties at the native levelChet Haase2012-03-124-0/+248
* | | | Merge "Add Java wrappers for new atrace functionality."Jeff Brown2012-03-123-0/+75
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add Java wrappers for new atrace functionality.Jeff Brown2012-03-093-0/+75
| | |/ | |/|
* | | Use audio_policy_output_flags_t consistentlyGlenn Kasten2012-03-091-2/+2
| |/ |/|
* | Merge "Use AudioRecord::record_flags consistently"Glenn Kasten2012-03-091-1/+1
|\ \
| * | Use AudioRecord::record_flags consistentlyGlenn Kasten2012-03-081-1/+1
* | | Switch Parcel to static JNI calls, pass pointer.Jeff Sharkey2012-03-082-158/+133
| |/ |/|
* | Split Parcel JNI details away from Binder.Jeff Sharkey2012-03-0811-660/+766
|/
* fixup hardcoded include paths for new projectMathias Agopian2012-03-071-3/+1
* Merge "Remove obsolete references to sched_policy.h"Glenn Kasten2012-03-061-1/+0
|\
| * Remove obsolete references to sched_policy.hGlenn Kasten2012-03-051-1/+0
* | Merge "Delete display list objects and resources on the UI thread Bug #607371...Romain Guy2012-03-051-1/+1
|\ \
| * | Delete display list objects and resources on the UI threadRomain Guy2012-03-051-1/+1
* | | Merge "Don't log SQLITE_SCHEMA errors."Jeff Brown2012-03-051-1/+1
|\ \ \ | |/ / |/| |
| * | Don't log SQLITE_SCHEMA errors.Jeff Brown2012-03-051-1/+1
| |/
* | Deferred layer updatesRomain Guy2012-03-021-1/+9
|/
* Externalize more SQLite configuration options.Jeff Brown2012-02-291-9/+0