summaryrefslogtreecommitdiffstats
path: root/core/jni
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cm-13.0' of https://github.com/LineageOS/android_frameworks_bas...Wolfgang Wiedmeyer2017-02-112-8/+71
|\
| * Zygote: Additional whitelisting for legacy devices.Narayan Kamath2017-02-031-0/+6
| * Zygote: Additional whitelists for runtime overlay / other static resources.Narayan Kamath2017-02-031-3/+41
| * Zygote : Block SIGCHLD during fork.Narayan Kamath2017-02-031-5/+24
* | Camera: Working barcode scanning with software renderingWolfgang Wiedmeyer2017-01-041-0/+43
* | Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_frameworks_b...Wolfgang Wiedmeyer2016-12-128-45/+633
|\ \ | |/
| * zygote: Allow device to append extra whitelisted pathsLuca Stefani2016-11-172-1/+35
| * zygote: Add /proc/ged to the FD whitelistRicardo Cerqueira2016-11-121-1/+2
| * Add CMSDK resource APK to Zygote FD whitelistSteve Kondik2016-11-101-1/+2
| * Merge tag 'android-6.0.1_r74' into HEADJessica Wagantall2016-11-096-10/+597
| |\
| | * Ensure munmap matches mmapJohn Reck2016-09-274-10/+11
| | * Backport changes to whitelist sockets opened by the zygote.Narayan Kamath2016-09-272-0/+586
| * | media: Remove effect session callbacks from the frameworkSteve Kondik2016-04-271-36/+0
| * | media: Add flags, channelMask, and UID to audio session callbacksSteve Kondik2016-04-081-3/+4
* | | Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_frameworks_b...Wolfgang Wiedmeyer2016-03-186-3/+91
|\ \ \ | |/ /
| * | Merge tag 'android-6.0.1_r22' of https://android.googlesource.com/platform/fr...Steve Kondik2016-03-112-1/+26
| |\ \
| | * | Log errno when dup fd cannot be allocatedErik Wolsheimer2015-11-161-0/+1
| | * | Merge "Limit persistent ashmem backed fds to a minimum of 128kB." into mnc-dr...Ian Pedowitz2015-11-031-1/+2
| | |\ \
| | | * | Limit persistent ashmem backed fds to a minimum of 128kB.Riley Andrews2015-11-031-1/+2
| | * | | Merge "Revert "Revert "Track ashmem memory usage in Parcel""" into mnc-dr-devAdrian Roos2015-10-231-15/+23
| | |\ \ \ | | | |/ /
| | * | | Merge "Revert "Track ashmem memory usage in Parcel"" into mnc-dr-devIan Pedowitz2015-10-221-23/+15
| | |\ \ \
| | * \ \ \ Merge "Track ashmem memory usage in Parcel" into mnc-dr-devAdrian Roos2015-10-221-15/+23
| | |\ \ \ \
| | * \ \ \ \ Merge "Fix read_mapinfo to recognize free list large object space" into mnc-d...Mathieu Chartier2015-10-191-1/+3
| | |\ \ \ \ \
| | * \ \ \ \ \ am c03443b2: Fix lens shading map origin calculation.Ruben Brunk2015-10-171-2/+3
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ am 63aa02e4: Merge "Load binary hyphen data files" into mnc-dr-devRoozbeh Pournader2015-10-151-4/+12
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ am 0b887e57: Merge "SurfaceControl: Add colorTransform to DisplayInfo" into m...Dan Stoza2015-09-031-0/+5
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge "DO NOT MERGE Add 'bluetooth' user to the 'system' group." into cw-e-devSharvil Nanavati2015-09-031-1/+25
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | DO NOT MERGE Add 'bluetooth' user to the 'system' group.Sharvil Nanavati2015-08-311-1/+25
| * | | | | | | | | | | intel: Pick the best ABI based on number of libs, not just priorityChristopher R. Palmer2016-03-102-2/+20
| * | | | | | | | | | | audiosystem: Add API for listening to effect session eventsSteve Kondik2016-03-081-0/+35
| * | | | | | | | | | | runtime: Handle prebundles on BOARD_NEEDS_VENDORIMAGE_SYMLINK.Adnan Begovic2016-02-191-0/+10
* | | | | | | | | | | | Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_frameworks_b...Wolfgang Wiedmeyer2016-01-281-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | fix race condition between HWUI cache and renderThreadThomas Buhot2016-01-211-0/+6
* | | | | | | | | | | | check not only if we are in an emulator, but also if the device has only soft...Wolfgang Wiedmeyer2015-12-181-3/+8
|/ / / / / / / / / / /
* | | | | | | | | | | libhwui: make setSurface asynchronousThomas Buhot2015-12-161-3/+3
* | | | | | | | | | | Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/fra...Steve Kondik2015-12-075-23/+43
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Limit persistent ashmem backed fds to a minimum of 128kB.Riley Andrews2015-11-031-1/+2
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Revert "Revert "Track ashmem memory usage in Parcel""Adrian Roos2015-10-221-15/+23
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Revert "Track ashmem memory usage in Parcel"Ian Pedowitz2015-10-221-23/+15
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Track ashmem memory usage in ParcelAdrian Roos2015-10-221-15/+23
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fix read_mapinfo to recognize free list large object spaceMathieu Chartier2015-10-191-1/+3
| | |_|_|_|/ | |/| | | |
| * | | | | Fix lens shading map origin calculation.Ruben Brunk2015-10-171-2/+3
| | |_|_|/ | |/| | |
| * | | | Load binary hyphen data filesRaph Levien2015-10-141-4/+12
| | |_|/ | |/| |
* | | | Merge branch 'LA.BF64.1.2.2_rb4.7' of git://codeaurora.org/platform/framework...Steve Kondik2015-11-162-11/+22
|\ \ \ \
| * | | | Add additional checks for overriding ABI for appsShibin George2015-11-041-10/+21
| * | | | binder: adjust GC interval for binder opsWei Wang2015-10-311-1/+1
| * | | | frameworks/base: fix: string out of boundary.Mallikarjuna Reddy Amireddy2015-10-231-3/+3
* | | | | WindowManager: Upper level changes to expose blur effectByunghun Jeon2015-11-091-0/+41
* | | | | Frequently used OpenGL ES methods whitelisted for fast JNI pathDaniil Sokolov2015-11-072-76/+76
* | | | | Camera: Longshot with Burst Functionality.Vijay Kumar Tumati2015-11-051-3/+21