summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | audio: add HW hotword capture flagEric Laurent2014-09-191-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17575019. Change-Id: I12c0a2e0200f3d839dfd74650724391e54ac3534
* | | | | am fbb4188c: am d559d6c7: Merge "defined(HAVE_OFF_T) is really just ↵Elliott Hughes2014-09-231-8/+4
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | | | | | | | | | | !defined(__APPLE__)." * commit 'fbb4188cfac18b457801cf3e304bfa39dd29dde8': defined(HAVE_OFF_T) is really just !defined(__APPLE__).
| * | | defined(HAVE_OFF_T) is really just !defined(__APPLE__).Elliott Hughes2014-09-221-8/+4
| | |/ | |/| | | | | | | Change-Id: I83c271bfe24b777acf293d2b4ac5af2cce8398b9
| * | Use the correct debuggerd given the tid.Christopher Ferris2014-09-131-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On 64 bit systems, calling dump_backtrace_to_file will automatically call debuggerd64. If the process to dump is actually 32 bit, this creates an unrecognizable dump backtrace. Modify the code to check the type of the process and connect to the appropriate debuggerd process. This change refactors both the tombstone and backtrace functionality to allow both to work properly on 64 bit systems when dealing with mixed processes. Bug: 17487122 (cherry picked from commit a9fa7b87f1aefd7b96f749a545d3385ad384c12b) Change-Id: I3c9e0212c8720877a6af092071a3695df2a36df8
* | | am 07dda6b5: Merge "Use the correct debuggerd given the tid." into lmp-devChristopher Ferris2014-09-131-3/+16
|\ \ \ | | |/ | |/| | | | | | | * commit '07dda6b57c6a476177b68ad42966f24cbbdb04c1': Use the correct debuggerd given the tid.
| * | Use the correct debuggerd given the tid.Christopher Ferris2014-09-121-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On 64 bit systems, calling dump_backtrace_to_file will automatically call debuggerd64. If the process to dump is actually 32 bit, this creates an unrecognizable dump backtrace. Modify the code to check the type of the process and connect to the appropriate debuggerd process. This change refactors both the tombstone and backtrace functionality to allow both to work properly on 64 bit systems when dealing with mixed processes. Bug: 17487122 Change-Id: Icf123a6f4508b1aeec073663aa1a0ceae5380aa1
* | | am e70851f8: am f9b9693b: Merge "liblog: logcat: colored output."Mark Salyzyn2014-09-121-0/+1
|\ \ \ | | |/ | |/| | | | | | | * commit 'e70851f8a8aa4c9dfaa442abf812c283ba8d8b6f': liblog: logcat: colored output.
| * | liblog: logcat: colored output.Pierre Zurek2014-09-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds a new '-v color' option to logcat so that the output is colored similar to the ones in DDMS. Simply type "adb logcat -v color" to use it. Works well with bash in gnome-terminal. NO GUARANTEE IT WILL WORK ON A NON xterm STYLE TERMINAL. Signed-off-by: Michael Zimmermann <sigmaepsilon92@gmail.com> Signed-off-by: Mark Salyzyn <salyzyn@google.com> Change-Id: I9189c5f27fed991579edbcbc6834536eb8112152
* | | am fcfa8640: audio.h: Add "safe speaker" device for limited-loudness use casesJon Eklund2014-09-111-0/+3
|\ \ \ | | |/ | |/| | | | | | | * commit 'fcfa86403e206e2caa519299939480cb45deb8ba': audio.h: Add "safe speaker" device for limited-loudness use cases
| * | audio.h: Add "safe speaker" device for limited-loudness use casesJon Eklund2014-09-101-0/+3
| | | | | | | | | | | | | | | Bug: 17319721 Change-Id: Ie1af5b73258f8a0009c3bc3cecb3e0e8b2262ed7
* | | am 69052994: Merge "Support resetting connections tied to any nonexistent ↵Sreeram Ramachandran2014-09-101-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | address." into lmp-dev * commit '69052994fd21f2b594295f62e2f867e911e8468d': Support resetting connections tied to any nonexistent address.
| * | Merge "Support resetting connections tied to any nonexistent address." into ↵Sreeram Ramachandran2014-09-091-0/+1
| |\ \ | | | | | | | | | | | | lmp-dev
| | * | Support resetting connections tied to any nonexistent address.Sreeram Ramachandran2014-09-081-0/+1
| | | | | | | | | | | | | | | | | | | | Bug: 15414453 Change-Id: Ibf1f052e12b88838a328148e25817a96f10d50f5
| * | | NativeBridge: Refactor for new initialization flowAndreas Gampe2014-09-081-6/+16
| |/ / | | | | | | | | | | | | | | | | | | | | | Setup becomes Load, have explicit Initialize and Unload. (cherry picked from commit 035bd7541ed909344348b6a4e17a7ef01a434653) Change-Id: I5a20de1cb68dd1802937b369b14c50c9c1031c67
| * | Remove android_... store_barriers and 64-bit atomics.Hans Boehm2014-09-028-262/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are no longer used, and we want to strongly discourage future use. Keep the 32-bit variants while there are still uses. All users should move to C11 or C++11 atomics. (Resolved conflicts in atomic-...64.h with uniprocessor support removal as in AOSP.) Bug:16880454 Change-Id: I122b541cfd29ef4a6c932647f85d0d6a9d802061 (cherry picked from commit 9959ed953069ac9a7f08bebd2df55440e9370c0f)
| * | Change /dalvik-cache to be owned by root.Alex Light2014-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 16875245 (cherry picked from commit 3878ebd72493427ea5537b36dfb9cd7cb38677bb) Change-Id: I29a70215a2207bc4e0db02ab751d32a68edf4b66
* | | am 8e10bfd9: am 88d1bc0e: Merge "NativeBridge: Refactor for new ↵Andreas Gampe2014-09-041-6/+16
|\ \ \ | | |/ | |/| | | | | | | | | | | | | initialization flow" * commit '8e10bfd9cc543fdec8fec26c320f649f72b15e3b': NativeBridge: Refactor for new initialization flow
| * | NativeBridge: Refactor for new initialization flowAndreas Gampe2014-09-041-6/+16
| | | | | | | | | | | | | | | | | | Setup becomes Load, have explicit Initialize and Unload. Change-Id: I5a20de1cb68dd1802937b369b14c50c9c1031c67
* | | am 24d2adba: am 188d4396: Merge "Change /dalvik-cache to be owned by root."Brian Carlstrom2014-08-291-1/+1
|\ \ \ | |/ / | | | | | | | | | * commit '24d2adba7a2f9caa82a88be70ad2fe7397ab310a': Change /dalvik-cache to be owned by root.
| * | Merge "Change /dalvik-cache to be owned by root."Brian Carlstrom2014-08-281-1/+1
| |\ \
| | * | Change /dalvik-cache to be owned by root.Alex Light2014-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 16875245 Change-Id: I29a70215a2207bc4e0db02ab751d32a68edf4b66
* | | | am 424eaece: am 69001e08: Merge "Remove android_... store_barriers and ↵Hans Boehm2014-08-278-225/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | 64-bit atomics." * commit '424eaece64e3649082a3972a8eebf76a6b403494': Remove android_... store_barriers and 64-bit atomics.
| * | | Remove android_... store_barriers and 64-bit atomics.Hans Boehm2014-08-278-225/+0
| |/ / | | | | | | | | | | | | | | | | | | | | | These are no longer used, and we want to strongly discourage future use. Keep the 32-bit variants while there are still uses. All users should move to C11 or C++11 atomics. Change-Id: I122b541cfd29ef4a6c932647f85d0d6a9d802061
| * | NativeBridge: Tighten security on libnativebridgeAndreas Gampe2014-08-221-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 (cherry picked from commit cd2ef4c1af69727231b84ebc82864c170ff0e8ad) Change-Id: Ie22de356d2307fe2758f9094a85d44e61a4098a1
* | | am 4089cda0: Merge "NativeBridge: Tighten security on libnativebridge" into ↵Andreas Gampe2014-08-221-0/+15
|\ \ \ | | |/ | |/| | | | | | | | | | | | | lmp-dev * commit '4089cda0ae73e71adb787e595c747846e30730ee': NativeBridge: Tighten security on libnativebridge
| * | 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