summaryrefslogtreecommitdiff
path: root/include/android_runtime
AgeCommit message (Expand)Author
2013-09-10Remove dependency on JNIHelp header side effects. Ruben Brunk
2013-08-06Clearly separate consumer and producer interfaces Mathias Agopian
2013-07-01Move input library code to frameworks/native. Jeff Brown
2013-04-22Rewrite input handling for native applications Michael Wright
2013-02-15clean-up following Surface split Mathias Agopian
2012-12-18Rename ISurfaceTexture and SurfaceTexture Andy McFadden
2012-09-07Add support for Wifi display. Jeff Brown
2012-08-27Add plumbing for new surface flinger display API. Jeff Brown
2012-03-28Deleted the media, camera, drm related files since they are relocated James Dong
2012-03-15If an application calls System.exit() terminate it immediately. Jeff Brown
2012-03-13Fix spurious ANRs in native activities. Jeff Brown
2012-02-17frameworks/base refactoring. Mathias Agopian
2012-02-17frameworks/base refactoring. Mathias Agopian
2012-02-13Implement batching of input events on the consumer side. Jeff Brown
2011-10-06Clean up CursorWindow code. Jeff Brown
2011-08-11Remove ParcelSurfaceTexture and update MediaPlayer Ted Bonkenburg
2011-06-22Add method to create a ParcelSurfaceTexture from android.view.Surface. tedbo
2011-06-13Support for setting a ParcelSurfaceTexture as the MediaPlayer sink. tedbo
2011-06-09Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Bin... tedbo
2011-05-24Support wrapping app processes to inject debug instrumentation. Jeff Brown
2011-04-13Replace a custom AndroidRuntime::findClass with a more targeted fix. Elliott Hughes
2011-04-11You don't need to poke around inside FileDescriptor manually. Elliott Hughes
2011-03-04Bug 3515073 Add ANativeWindow_fromSurfaceTexture Glenn Kasten
2010-11-08Tell system server whether the app handled input events. Jeff Brown
2010-10-21am 86f1b643: am bf5efba2: Merge "Fix issue #3117918: No way to finish a nativ... Dianne Hackborn
2010-10-21Fix issue #3117918: No way to finish a native activity Dianne Hackborn
2010-09-15am 14bc6b5d: am 09340a4b: Merge "Replace epoll() with poll() and rename PollL... Jeff Brown
2010-09-14Replace epoll() with poll() and rename PollLoop to Looper. Jeff Brown
2010-09-07am a1205f07: am 2d3739d4: Merge "Modify native ALooper to take an explicit id... Dianne Hackborn
2010-09-07Modify native ALooper to take an explicit ident. Dianne Hackborn
2010-08-11am 679ac09a: am a5ae50cd: Merge "More native work." into gingerbread Dianne Hackborn
2010-08-11More native work. Dianne Hackborn
2010-08-04Tracking merge of dalvik-dev to gingerbread Brian Carlstrom
2010-07-30Add support for dalvik.vm.extra-opts property. Andy McFadden
2010-07-16am 9c37e5ad: am 75a91389: Merge "Implement native key pre-dispatching to IMEs... Dianne Hackborn
2010-07-15Implement native key pre-dispatching to IMEs. Dianne Hackborn
2010-07-13am f8d9379b: am d76b67c3: IME events are now dispatched to native applications. Dianne Hackborn
2010-07-13IME events are now dispatched to native applications. Dianne Hackborn
2010-07-09am b14f325a: am 289b9b62: Add ANativeWindow API for directly drawing to the s... Dianne Hackborn
2010-07-09Add ANativeWindow API for directly drawing to the surface bits. Dianne Hackborn
2010-06-30Move MTP JNI code from libandroid_runtime to libmedia_jni Mike Lockwood
2010-06-22GPS: remove GpsEventThread from GpsLocationProvider Mike Lockwood
2009-05-20move libbinder's header files under includes/binder Mathias Agopian
2009-03-31AI 143840: Split VM initialization out into a separate function. Andy McFadden
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2008-10-21Initial Contribution The Android Open Source Project