summaryrefslogtreecommitdiffstats
path: root/core/jni
Commit message (Expand)AuthorAgeFilesLines
* Merge "Take text alignment into account to compue text bounds Bug #10258621" ...Romain Guy2013-08-121-4/+4
|\
| * Take text alignment into account to compue text boundsRomain Guy2013-08-121-4/+4
* | parse named anonymous memory for dumpsys meminfoColin Cross2013-08-091-0/+4
|/
* Merge "fix-up dependencies to gl headers" into klp-devMathias Agopian2013-08-091-0/+3
|\
| * fix-up dependencies to gl headersMathias Agopian2013-08-081-0/+3
* | Merge "Allow packages.list access with new GID." into klp-devJeff Sharkey2013-08-091-42/+0
|\ \
| * | Allow packages.list access with new GID.Jeff Sharkey2013-08-081-42/+0
* | | Merge "Refactor Canvas.drawPicture() to delegate to Picture" into klp-devJonathan Dixon2013-08-091-17/+0
|\ \ \ | |/ / |/| |
| * | Refactor Canvas.drawPicture() to delegate to PictureJonathan Dixon2013-08-081-17/+0
* | | Merge "Use new ISurfaceComposer::destroyDisplay method" into klp-devJeff Brown2013-08-081-0/+8
|\ \ \ | |_|/ |/| |
| * | Use new ISurfaceComposer::destroyDisplay methodJesse Hall2013-08-081-0/+8
| |/
* | Use a single socket to communicate with supplicantVinit Deshapnde2013-08-082-41/+27
|/
* Merge "Update audio comments"Glenn Kasten2013-08-071-1/+1
|\
| * Update audio commentsGlenn Kasten2013-08-061-1/+1
* | put TextureView back to async modeMathias Agopian2013-08-061-1/+1
* | Clearly separate consumer and producer interfacesMathias Agopian2013-08-066-43/+54
|/
* Revert "Revert "be more robust with handling unknown sensors""Jean-Baptiste Queru2013-08-051-1/+7
* Merge "Replace run-time PCM encodings by compile-time constants"Glenn Kasten2013-08-051-34/+10
|\
| * Replace run-time PCM encodings by compile-time constantsGlenn Kasten2013-08-021-34/+10
* | Merge "Explicitly compare raw pointers to NULL"Glenn Kasten2013-08-052-4/+4
|\ \
| * | Explicitly compare raw pointers to NULLGlenn Kasten2013-08-022-4/+4
| |/
* | Merge "Remove dead code in AudioTrack JNI"Glenn Kasten2013-08-051-20/+0
|\ \
| * | Remove dead code in AudioTrack JNIGlenn Kasten2013-08-021-20/+0
| |/
* | am ae311f4c: am 17548b3c: Revert "be more robust with handling unknown sensors"Jean-Baptiste Queru2013-08-021-7/+1
|\ \
| * | Revert "be more robust with handling unknown sensors"Jean-Baptiste Queru2013-08-021-7/+1
| * | be more robust with handling unknown sensorsMathias Agopian2013-08-021-1/+7
* | | dhcp: Get mtu property from dhcp resultsDmitry Shmidt2013-08-021-4/+7
| |/ |/|
* | Merge "Changes needed to support Skia at r10377."Derek Sollenberger2013-08-025-56/+62
|\ \
| * | Changes needed to support Skia at r10377.Derek Sollenberger2013-08-015-56/+62
* | | resolved conflicts for merge of 368d81fe to masterElliott Hughes2013-07-311-26/+1
|\ \ \ | | |/ | |/|
| * | Switch Process.myTid over to the libcore JNI too.Elliott Hughes2013-07-311-8/+1
| * | Replace native Process getpid/getuid with calls to libcore equivalents.Jeff Hao2013-07-311-12/+0
| * | am 9ad7b946: am 0661dd15: Merge "Expose latency methods through AudioManager ...Oliver Woodman2013-07-022-0/+26
| |\ \
| | * | Expose latency methods through AudioManager and AudioTrack.Oliver Woodman2013-07-012-0/+26
* | | | Resource memory optimization.Dianne Hackborn2013-07-311-9/+25
| |_|/ |/| |
* | | Camera2 API: Rename package to android.hardware.camera2Eino-Ville Talvala2013-07-303-5/+5
* | | Add path ops APIRomain Guy2013-07-301-6/+10
* | | single buffer mode for SurfaceTextureMathias Agopian2013-07-261-2/+22
* | | get rid of HAL pixelformats 5551 and 4444Mathias Agopian2013-07-262-2/+0
* | | Merge changes I487d4eef,Ia750811fMathias Agopian2013-07-266-110/+0
|\ \ \
| * | | get rid of PixelFormatInfo and simplify thingsMathias Agopian2013-07-253-107/+0
| * | | get rid of PIXEL_FORMAT_A_8Mathias Agopian2013-07-253-3/+0
* | | | Merge "libandroid_runtime: android_print needs NELEM def"Alex Ray2013-07-261-0/+1
|\ \ \ \
| * | | | libandroid_runtime: android_print needs NELEM defAlex Ray2013-07-251-0/+1
* | | | | Merge "replace cutils/logger.h with log/logger.h"Colin Cross2013-07-255-5/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | replace cutils/logger.h with log/logger.hColin Cross2013-07-245-5/+2
| |/ / /
* | | | Rename mChannels to mChannelMask to avoid ambiguityGlenn Kasten2013-07-242-8/+9
|/ / /
* | | Merge "Add controller numbers for gamepads / joysticks"Michael Wright2013-07-231-4/+5
|\ \ \
| * | | Add controller numbers for gamepads / joysticksMichael Wright2013-07-231-4/+5
* | | | Merge "Use switch in callback handler for events, and no EVENT_MORE_DATA"Glenn Kasten2013-07-232-13/+12
|\ \ \ \