summaryrefslogtreecommitdiffstats
path: root/include/android_runtime
Commit message (Expand)AuthorAgeFilesLines
* Allow debugging only for apps forked from zygoteSebastien Hertz2015-08-101-2/+2
* ImageFormat: add PRIVATE formatZhijun He2015-03-301-0/+1
* Add DEPTH image formats, support in ImageReaderEino-Ville Talvala2015-03-091-0/+42
* Merge "USB string descriptors are not UTF8, so it is not safe to treat them a...Mike Lockwood2014-09-191-0/+3
|\
| * USB string descriptors are not UTF8, so it is not safe to treat them as such.Mike Lockwood2014-09-081-0/+3
* | Clean entire arg block when setting process name.Jeff Brown2014-09-111-3/+1
|/
* Disable compilation based on vold.decrypt. [frameworks/base]Brian Carlstrom2014-08-061-0/+1
* Move from dalvik.vm.image-dex2oat-flags to dalvik.vm.dex2oat-filter [framewor...Brian Carlstrom2014-08-061-0/+4
* am ce75618e: am 5aba0149: am b85afb38: Merge "Make dex2oat heap size product ...Brian Carlstrom2014-07-091-0/+8
|\
| * Make dex2oat heap size product configurable [frameworks/base]Brian Carlstrom2014-07-081-0/+8
* | camera2: Plumb DngCreator to native library.Ruben Brunk2014-05-161-0/+34
|/
* Clean up argc / argv processing for runtime args.Narayan Kamath2014-04-091-3/+2
* Remove ProcessState::mArgc,mArgV,mArgLenNarayan Kamath2014-04-031-1/+5
* Add dex2oat-flags plumbing to AndroidRuntimeBrian Carlstrom2014-03-041-1/+1
* Remove dependency on JNIHelp header side effects.Ruben Brunk2013-09-101-0/+35
* Clearly separate consumer and producer interfacesMathias Agopian2013-08-061-2/+5
* Move input library code to frameworks/native.Jeff Brown2013-07-011-1/+1
* Rewrite input handling for native applicationsMichael Wright2013-04-222-103/+85
* clean-up following Surface splitMathias Agopian2013-02-151-1/+1
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-182-6/+6
* Add support for Wifi display.Jeff Brown2012-09-071-0/+5
* Add plumbing for new surface flinger display API.Jeff Brown2012-08-272-4/+39
* Deleted the media, camera, drm related files since they are relocatedJames Dong2012-03-281-31/+0
* If an application calls System.exit() terminate it immediately.Jeff Brown2012-03-151-5/+11
* Fix spurious ANRs in native activities.Jeff Brown2012-03-131-9/+4
* frameworks/base refactoring.Mathias Agopian2012-02-172-2/+2
* frameworks/base refactoring.Mathias Agopian2012-02-171-1/+1
* Implement batching of input events on the consumer side.Jeff Brown2012-02-131-2/+2
* Clean up CursorWindow code.Jeff Brown2011-10-061-4/+0
* Remove ParcelSurfaceTexture and update MediaPlayerTed Bonkenburg2011-08-111-37/+0
* Add method to create a ParcelSurfaceTexture from android.view.Surface.tedbo2011-06-221-0/+5
* Support for setting a ParcelSurfaceTexture as the MediaPlayer sink.tedbo2011-06-132-0/+9
* Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Bin...tedbo2011-06-093-0/+35
* Support wrapping app processes to inject debug instrumentation.Jeff Brown2011-05-241-2/+8
* Replace a custom AndroidRuntime::findClass with a more targeted fix.Elliott Hughes2011-04-131-6/+12
* You don't need to poke around inside FileDescriptor manually.Elliott Hughes2011-04-111-6/+3
* Bug 3515073 Add ANativeWindow_fromSurfaceTextureGlenn Kasten2011-03-041-0/+31
* Tell system server whether the app handled input events.Jeff Brown2010-11-081-1/+1
* am 86f1b643: am bf5efba2: Merge "Fix issue #3117918: No way to finish a nativ...Dianne Hackborn2010-10-211-0/+3
|\
| * Fix issue #3117918: No way to finish a native activityDianne Hackborn2010-10-211-0/+3
* | am 14bc6b5d: am 09340a4b: Merge "Replace epoll() with poll() and rename PollL...Jeff Brown2010-09-151-2/+3
|\ \ | |/
| * Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-141-2/+3
* | am a1205f07: am 2d3739d4: Merge "Modify native ALooper to take an explicit id...Dianne Hackborn2010-09-071-1/+1
|\ \ | |/
| * Modify native ALooper to take an explicit ident.Dianne Hackborn2010-09-071-1/+1
* | am 679ac09a: am a5ae50cd: Merge "More native work." into gingerbreadDianne Hackborn2010-08-111-0/+36
|\ \ | |/
| * More native work.Dianne Hackborn2010-08-111-0/+36
| * Tracking merge of dalvik-dev to gingerbreadBrian Carlstrom2010-08-041-0/+1
* | Add support for dalvik.vm.extra-opts property.Andy McFadden2010-07-301-0/+1
* | am 9c37e5ad: am 75a91389: Merge "Implement native key pre-dispatching to IMEs...Dianne Hackborn2010-07-161-9/+63
|\ \ | |/
| * Implement native key pre-dispatching to IMEs.Dianne Hackborn2010-07-151-9/+63