summaryrefslogtreecommitdiffstats
path: root/core/jni
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge "Don't throw if sqlite3_finalize returns an error."Jeff Brown2012-02-291-4/+4
|\
| * Don't throw if sqlite3_finalize returns an error.Jeff Brown2012-02-291-4/+4
* | Fix bug #5180841 TextLayoutCache needs to support IndicFabrice Di Meglio2012-02-282-0/+20
|/
* move CursorWindow from libbinder to libandroidfwMathias Agopian2012-02-272-2/+2
* fix libgui header locationMathias Agopian2012-02-275-15/+19
* Merge "remove dependency on android_native{s_priv|buffer}.h"Mathias Agopian2012-02-242-1/+3
|\
| * remove dependency on android_native{s_priv|buffer}.hMathias Agopian2012-02-242-1/+3
* | Add hooks to implement Canvas.drawTextOnPath() in GLRomain Guy2012-02-242-5/+36
|/
* frameworks/base refactoringMathias Agopian2012-02-201-0/+1
* Power HAL PowerManagerService hookupTodd Poynor2012-02-171-1/+22