summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
| * | NativeBridge: Tighten security on libnativebridgeAndreas Gampe2014-08-211-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not allow arbitrary paths for the native bridge - only allow simple names. Do not allow re-setup of the native bridge. Bug: 16404669 Change-Id: Ie22de356d2307fe2758f9094a85d44e61a4098a1
* | | am 4592d73e: am a59b6ac6: Merge "Only the Mac doesn\'t have open_memstream."Elliott Hughes2014-08-211-2/+2
|\ \ \ | | |/ | |/| | | | | | | * commit '4592d73e18684b8ba2addb97433eed4cf389e386': Only the Mac doesn't have open_memstream.
| * | Merge "Only the Mac doesn't have open_memstream."Elliott Hughes2014-08-211-2/+2
| |\ \
| | * | Only the Mac doesn't have open_memstream.Elliott Hughes2014-08-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We should probably move this into art, since they're the only people using it. Bug: 17164505 Change-Id: I67b8f0cbad4c6368d4424e6979d6b044dd36aa37
* | | | am f7e88e51: am 373c7758: Merge "There\'s no non-SMP LP64."Elliott Hughes2014-08-203-37/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit 'f7e88e51b31e64e085b3a564f4b1baa8334d63f1': There's no non-SMP LP64.
| * | | There's no non-SMP LP64.Elliott Hughes2014-08-203-37/+0
| |/ / | | | | | | | | | | | | Bug: 17108682 Change-Id: I7e44ab48b5cacf989333882ffe67f39e9b0ce843
* | | am 3859029a: am 7fb0ee0c: Merge "Remove androidGetTid."Elliott Hughes2014-08-182-5/+2
|\ \ \ | |/ / | | | | | | | | | * commit '3859029a48aa78150fa61eb4988214f8632b33ce': Remove androidGetTid.
| * | Remove androidGetTid.Elliott Hughes2014-08-182-5/+2
| | | | | | | | | | | | | | | Bug: 17048545 Change-Id: I93cbb2d7bd18d506b5f5f7f262dd9ac0fca053b4
* | | am f81da073: am c0879ee9: Merge "Replace char* with ZipEntryName in ↵Piotr Jastrzebski2014-08-181-4/+13
|\ \ \ | |/ / | | | | | | | | | | | | | | | ziparchive API." * commit 'f81da073dab8c6eba0a86975f4d94eae5dc461cf': Replace char* with ZipEntryName in ziparchive API.
| * | Merge "Replace char* with ZipEntryName in ziparchive API."Piotr Jastrzebski2014-08-161-4/+13
| |\ \
| | * | Replace char* with ZipEntryName in ziparchive API.Piotr Jastrzebski2014-08-151-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's important because entry names can be encoded in UTF-8 and can have \0 character in the middle. Use vector instead of char* for prefix in IterationHandle. Bug: 16162465 Change-Id: Ie34c8d7c6231cc258530c22bdde5542895213649
* | | | am 69d68b69: Merge "Add trace tag for power management." into lmp-devJeff Brown2014-08-161-1/+2
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | * commit '69d68b69e5341124c1947f3110c67aa8836e3437': Add trace tag for power management.
| * | | Merge "Add trace tag for power management." into lmp-devJeff Brown2014-08-151-1/+2
| |\ \ \
| | * | | Add trace tag for power management.Jeff Brown2014-08-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17004602 Change-Id: Iecd79e6e0417c02b902cde468b0e842f9348b386
| * | | | Move native bridge library in system/coreCalin Juravle2014-08-151-0/+118
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16884833 (cherry picked from commit 961ae12dea419ff0965f00e50dd16ef07181fba5) Change-Id: I67f037ea81d2a4ede4294afd8b84b7640e534a13
* | | | am 5ed25acd: am 25a7d5f8: Merge "Move native bridge library in system/core"Calin Juravle2014-08-151-0/+118
|\ \ \ \ | | |/ / | |/| | | | | | | | | | * commit '5ed25acd4ab7c606986c77892c07c2914f8df8f2': Move native bridge library in system/core
| * | | Merge "Move native bridge library in system/core"Calin Juravle2014-08-151-0/+118
| |\ \ \ | | |_|/ | |/| |
| | * | Move native bridge library in system/coreCalin Juravle2014-08-121-0/+118
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 16884833 Change-Id: I73aab8e212860ba5aee9444d801806d3da326a41
* | | | am fa412127: am b242ad40: Merge "Revert "Make sure that names of all entries ↵Piotr Jastrzebski2014-08-131-5/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | have the same encoding."" * commit 'fa41212789a068827edc9fd1eac7b6a988cba0a5': Revert "Make sure that names of all entries have the same encoding."
| * | | Revert "Make sure that names of all entries have the same encoding."Piotr Jastrzebski2014-08-131-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6a7f4bb79dde575d30af562af916b572b80ff9c3. Change-Id: Id4f5b601ff0b9d82ce2c9beeb9162eba9594b3a7
* | | | am b720c8d6: am b0206765: Merge "Make sure that names of all entries have ↵Piotr Jastrzebski2014-08-131-0/+5
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | the same encoding." * commit 'b720c8d601cebbc9f48ef8e51c23fd6d190305f7': Make sure that names of all entries have the same encoding.
| * | | Make sure that names of all entries have the same encoding.Piotr Jastrzebski2014-08-131-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new public method to allow checkisc if an archive has entry names encoded in UTF-8. If not then they will be encoded in IBM PC character encoding. Bug: 16162465 Change-Id: I4468d76accca8a9b0b31cae8d43399ffc22cad42
* | | | am 6871f937: am 400e7372: Merge "Add EndIteration method to free memory ↵Piotr Jastrzebski2014-08-111-4/+10
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | allocated" * commit '6871f937f93c2a37344b928203ec613559584d33': Add EndIteration method to free memory allocated
| * | | Add EndIteration method to free memory allocatedPiotr Jastrzebski2014-08-111-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | in StartIteration. This method should always be called when the iteration is over to make sure that we don't leak memory. Change-Id: I5205c754dfafbab9bb5f06003c3663d2ec4e8a35
* | | | am cc2566f1: Merge "Tunneled Video Playback support" into lmp-devRachad2014-08-091-0/+12
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | * commit 'cc2566f12760d66837b52213e5ffd2cb30cce19e': Tunneled Video Playback support
| * | | Merge "Tunneled Video Playback support" into lmp-devRachad2014-08-091-0/+12
| |\ \ \
| | * | | Tunneled Video Playback supportRachad2014-08-041-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added native_window_set_sideband_stream() method to window.h Bug: 16132368 Change-Id: Iff5770cb2e2d27176bee37edacaed7b783bbce2a
* | | | | am 4c818dc8: am 56b28f6b: Merge "RefBase: make Renamer destructor virtual"Elliott Hughes2014-08-061-2/+4
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | * commit '4c818dc800d97e2fdee0337a0e9736099d90cc47': RefBase: make Renamer destructor virtual
| * | | | Merge "RefBase: make Renamer destructor virtual"Elliott Hughes2014-08-051-2/+4
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | RefBase: make Renamer destructor virtualUkri Niemimuukko2014-08-061-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch makes the Renamer class destructor virtual and fixes the incorrect constructor initialization list ordering. These issues and related compiler warnings have been suppressed by the build system which uses the gcc –isystem command line option, unless a project explicitly adds the include the path system/core/include to Android.mk and uses the templates. Change-Id: Iff76a655eb8bd547adfe994c7315a005e98aed41 Signed-off-by: Ukri Niemimuukko <ukri.niemimuukko@intel.com> Signed-off-by: Mingwei Shi <mingwei.shi@intel.com> Signed-off-by: Yong Yao <yong.yao@intel.com>
* | | | | am fb2343da: Merge "audio: add defines for audio HW sync source" into lmp-devEric Laurent2014-08-061-2/+11
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | * commit 'fb2343da60bdf56205a29ec11db5e3bdd87d9651': audio: add defines for audio HW sync source
| * | | | audio: add defines for audio HW sync sourceEric Laurent2014-08-051-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16132368. Change-Id: I4008c315f2cba9c6027998be92f4af649359bcce
* | | | | am e07a6e63: am 6d9a5ac3: Merge "[MIPSR6] Skip pixelflinger, memset ↵Elliott Hughes2014-08-051-1/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | | | | | | | | | | | | assembler code on mips32r6" * commit 'e07a6e6337a959c45ab71acf6ff1fad8a8ac5dfd': [MIPSR6] Skip pixelflinger, memset assembler code on mips32r6
| * | | Merge "[MIPSR6] Skip pixelflinger, memset assembler code on mips32r6"Elliott Hughes2014-08-051-1/+1
| |\ \ \
| | * | | [MIPSR6] Skip pixelflinger, memset assembler code on mips32r6Duane Sand2014-07-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Temporarily use generic C-coded libpixelflinger & memset on mips32r6. Change-Id: I629b11ba955eaba323cba1df96c39f75f4d24d62
| * | | | Allow getting an uncached process map.Christopher Ferris2014-08-041-1/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | (cherry picked from commit f02593b0e61f8108449770094caa7bb39a646ec1) Change-Id: I2012bf2dc553ebc663345b9eac6d794e80df9c00
| * | | Remove <cutils/tztime.h>.Elliott Hughes2014-07-241-24/+0
| | | | | | | | | | | | | | | | Change-Id: I043c6686361bda9e85b82408511bf241a42b9229
| * | | Do not typedef char16_t if it is a keyword.Hans Boehm2014-07-161-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't define char16_t on platforms where char16_t is a keyword, as C11 and C++11 define it to be. Change-Id: I6717bc2133c1363ecd85861f3869e1eabd2ce96a
* | | | Merge "sound_trigger HAL update" into lmp-devEric Laurent2014-08-051-10/+18
|\ \ \ \
| * | | | sound_trigger HAL updateEric Laurent2014-08-031-10/+18
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Indicate if trigger capture is returned with recognition event in implementation properties Add coarse confidence level to keyphrase recognition event. Add capture format to recognition event Bug: 12378680. Change-Id: I52303ce2e46b9ebfb9993e47d153799921f9f8e7
* | | | Allow getting an uncached process map.Christopher Ferris2014-08-041-1/+4
|/ / / | | | | | | | | | Change-Id: I58d7e90a7b5c4476a4b9f51640c54d13748ac220
* | | audio: define type for unique audio Ids.Eric Laurent2014-07-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Define a type for unique audio Ids allocated by AudioFLinger for use as session Ids or I/O handles. Bug: 12378680. Change-Id: Ic9019fff97a1227b60e48c88c57d25dbbdcd7d1e
* | | audio: add audio device address helper functionEric Laurent2014-07-281-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add helper function to derive set_parameter command string from device type and address. 14815883 Change-Id: Icf47218f1809f567ef93bdd99d6308475886b298
* | | audio: move struct audio_config definition to audio.hEric Laurent2014-07-281-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | struct audio_config definition moved from hardware/audio.h to system/audio.h for use inside the framework and not only at the HAL. Added frame_count field to struct audio_config. Bug: 14815883. Change-Id: Ib0e99a60234b8e5302eb882b89e5a021a94ec2cb
* | | Define new audio attribute flag: beaconJean-Michel Trivi2014-07-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Flag AUDIO_FLAG_BEACON characterizes streams where the system ensures that the playback of the sound will be compatible with its use as a broadcast for surrounding people and/or devices. Ensures audibility with no or minimal post-processing applied. Bug 15415971 Change-Id: I1df9dc50e3fcc973a0709a55df5b3bd95f81eb58
* | | graphics: update raw10 to allow padding between rowsZhijun He2014-07-251-11/+16
| | | | | | | | | | | | Change-Id: Ied1f42bb977212d9e5f3b2b2b3caa9c8c2caac5d
* | | Remove <cutils/tztime.h>.Elliott Hughes2014-07-241-24/+0
| | | | | | | | | | | | | | | | | | | | | (cherry picked from commit f2e4b411e6e1a90209a4c815c37a36f0af1af120) Bug: 15765976 Change-Id: I758acdb18d75ea601a06d02b53f1df9f1ad17a26
* | | Put back some deleted code.Sreeram Ramachandran2014-07-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | http://ag/507249 removed a bunch of supposedly dead (unused) code. It turns out at least ifc_disable() is being used in some protected partner branches. Put back that as well as ifc_enable() to keep it symmetric. Bug: 15413389 Change-Id: Ibec83a66e5d9079876ccf36d250b95b7c0294c03
* | | Cleanup: Delete dead code.Sreeram Ramachandran2014-07-221-14/+0
| | | | | | | | | | | | | | | Bug: 15413389 Change-Id: I315468832ef18ffc84174e54774ab63b86d284dc
* | | Do not typedef char16_t if it is a keyword.Hans Boehm2014-07-181-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Don't define char16_t on platforms where char16_t is a keyword, as C11 and C++11 define it to be. (cherry picked from commit dfdbe61d28dbf3e45b6108d739170482ca19a03c) Change-Id: I6717bc2133c1363ecd85861f3869e1eabd2ce96a