OSDN Git Service

android-x86/frameworks-native.git
9 years agoModify EGL to disconnect the window when the surface gets destroyed.
Michael Lentine [Wed, 23 Jul 2014 17:19:41 +0000 (10:19 -0700)]
Modify EGL to disconnect the window when the surface gets destroyed.

Bug: 14445579

Change-Id: I1d263ff6cffcb6e448761fca7ca4b06466ad65aa

10 years agoFix implicit declaration of function 'prctl' in installd.
Elliott Hughes [Sat, 19 Jul 2014 00:29:15 +0000 (17:29 -0700)]
Fix implicit declaration of function 'prctl' in installd.

(cherry picked from commit ec535c5ba515f58791aa5044ba116d35a10a188e)

Change-Id: I3da977d85ce544b23ff00934fdbd201d683e9210

10 years agoAdd glance gesture for doze mode.
Jeff Brown [Thu, 17 Jul 2014 22:13:55 +0000 (15:13 -0700)]
Add glance gesture for doze mode.

Change-Id: I038a706c3999200313ff5360c5ff1150ec081f08

10 years agodumpstate: fix dumping traces for vm processes on 64-bit
Colin Cross [Thu, 17 Jul 2014 02:00:46 +0000 (19:00 -0700)]
dumpstate: fix dumping traces for vm processes on 64-bit

dumpstate was not dumping any stack traces for vm processes because
it was failing the string compare for /system/bin/app_process.
64-bit devices use app_process32 and app_process64 instead of
app_process, and zygote64 alongside zygote.  Change the string
matching to be prefix matching.

(cherry picked from commit 8eb25d552b07ffa799b7b61ad46d0109e7512741)

Change-Id: I6b1568161fae278f0e6107990e5b750cf0ca902b

10 years agoAdd XML files for new camera2 hardware features
Eino-Ville Talvala [Tue, 15 Jul 2014 18:05:18 +0000 (11:05 -0700)]
Add XML files for new camera2 hardware features

Bug: 15415688
Change-Id: I1ea9f65b03c4fa06a5004f9d1d485935742001c8

10 years agoOffer to delete code cache directories.
Jeff Sharkey [Wed, 16 Jul 2014 04:49:51 +0000 (21:49 -0700)]
Offer to delete code cache directories.

Bug: 16187224
Change-Id: Ia860b051a34ffdfb4f6e0ea19f90cb73509c4eee

10 years agoCW on L: Fix a SIGSEGV crash in sensor service.
Sean Wan [Tue, 15 Jul 2014 00:07:33 +0000 (17:07 -0700)]
CW on L: Fix a SIGSEGV crash in sensor service.

This is to fix b/16189080.

BUG: 16189080
Change-Id: I78d44e82f797c0808891acde609040c46745a0bb

10 years agoAdd MAC for remaining service_manager functionality.
Riley Spahn [Tue, 8 Jul 2014 16:03:00 +0000 (09:03 -0700)]
Add MAC for remaining service_manager functionality.

Add SELinux MAC for the list and find functionality
to service_manager. By default the list action uses
the service_manager_type attribute as its target
object.

(cherry picked from commit c67e6307cadb1f2cd876907c42d39b8374b93acd)

Change-Id: Iaf14b21346822a6b544091a0f4a9949117934b9a

10 years agoMerge "Add sticky transform to surfaceflinger." into lmp-dev
Ruben Brunk [Mon, 14 Jul 2014 22:57:34 +0000 (22:57 +0000)]
Merge "Add sticky transform to surfaceflinger." into lmp-dev

10 years agoAdd sticky transform to surfaceflinger.
Ruben Brunk [Fri, 27 Jun 2014 22:51:55 +0000 (15:51 -0700)]
Add sticky transform to surfaceflinger.

Bug: 15116722

- Adds a sticky transform field that can be set from a
  SurfaceFlinger client Surface.  This transform is
  added to any transform applied to the Surface.

Change-Id: Idaa4311dfd027b2d2b8ea5e2c6cba2da5779d753

10 years agodump bluedroid kernel status do not merge
Matthew Xie [Fri, 11 Jul 2014 20:58:17 +0000 (13:58 -0700)]
dump bluedroid kernel status do not merge

Change-Id: I4617f770088f86ceda2caf58bd1fdae81b3e31df
(cherry picked from commit ed3b9a09771a79b62fd4a5943d3845e7ceee6a34)

10 years agoImprove memory coherence management in screenshot code [DO NOT MERGE]
Jesse Hall [Sun, 13 Jul 2014 19:47:02 +0000 (12:47 -0700)]
Improve memory coherence management in screenshot code [DO NOT MERGE]

The existing code worked in practice, but wasn't quite correct in
theory and relied on implementation details of other code. It's still
somewhat unusual and subtle, but now is correct-in-theory (I believe)
and a little better documented.

Bug: 16044767
Change-Id: I22b01d6640f0b7beca7cbfc74981795a3218b064
(cherry picked from commit c61576794e75898a829eac52fc524c8e907b4b02)

10 years agoCompile libsurfaceflinger with Clang and -std=c++11 [DO NOT MERGE]
Jesse Hall [Sun, 13 Jul 2014 21:37:16 +0000 (14:37 -0700)]
Compile libsurfaceflinger with Clang and -std=c++11 [DO NOT MERGE]

This is necessary to use C11/C++11 stdlib atomics, which the next
change will do. This change also fixes a couple bits of syntax that
both GCC and Clang refuse to compile in -std=c++11 mode.

Change-Id: Ia14d9d6b537a3bb106c23e19a277e48be180754c

10 years agoMerge "surfaceflinger: Make all sources depend on Android.mk" into lmp-dev
Jesse Hall [Mon, 14 Jul 2014 22:35:43 +0000 (22:35 +0000)]
Merge "surfaceflinger: Make all sources depend on Android.mk" into lmp-dev

10 years agosurfaceflinger: Make all sources depend on Android.mk
Jesse Hall [Mon, 14 Jul 2014 22:32:59 +0000 (15:32 -0700)]
surfaceflinger: Make all sources depend on Android.mk

This forces all SurfaceFlinger sources to be recompiled when the
Makefile changes; that's overkill sometimes but makes sure everything
gets recompiled when compile options (or similar) changes.

Change-Id: I2b3c3090fc1c35078e13c77fbb1a78d447c39158

10 years agoservice_manager: check binder passed lengths
Nick Kralevich [Sat, 12 Jul 2014 23:34:01 +0000 (16:34 -0700)]
service_manager: check binder passed lengths

1) Pass length through to str8 function.
2) Fix implicit function definition warning.
3) Check for NULL from bio_get_string16 functions.

Bug: 15886919
Bug: 15888753

(cherry picked from commit 7d42a3c31ba78a418f9bdde0e0ab951469f321b5)

Change-Id: I1f826b88826561ea126d811c087ba30623141511

10 years agoMerge "Add HDMI-CEC feature xml."
Yuncheol Heo [Sat, 12 Jul 2014 02:15:02 +0000 (02:15 +0000)]
Merge "Add HDMI-CEC feature xml."

10 years agoRemove unnecessary code and APIs.
Sreeram Ramachandran [Sat, 12 Jul 2014 00:42:50 +0000 (17:42 -0700)]
Remove unnecessary code and APIs.

This stuff has been replaced by setNetworkForUser() in NetdClient.

Change-Id: If525ee259b74314191d1913f7c2a3e828e05c38f

10 years agoAdd HDMI-CEC feature xml.
Yuncheol Heo [Thu, 10 Jul 2014 11:48:23 +0000 (20:48 +0900)]
Add HDMI-CEC feature xml.

Change-Id: I51af146550cd72564e89874c867c181326d15f2c

10 years agoam 8098af6e: am 7c5be65f: Merge "Rename \'mkuser\' command to \'mkuserconfig\'"
Robin Lee [Wed, 9 Jul 2014 17:36:12 +0000 (17:36 +0000)]
am 8098af6e: am 7c5be65f: Merge "Rename \'mkuser\' command to \'mkuserconfig\'"

* commit '8098af6ea29e9d28a6314d12963cef3107de9c18':
  Rename 'mkuser' command to 'mkuserconfig'

10 years agoam 7c5be65f: Merge "Rename \'mkuser\' command to \'mkuserconfig\'"
Robin Lee [Wed, 9 Jul 2014 17:31:58 +0000 (17:31 +0000)]
am 7c5be65f: Merge "Rename \'mkuser\' command to \'mkuserconfig\'"

* commit '7c5be65f2819bf0328715bc405483788dd7a81f2':
  Rename 'mkuser' command to 'mkuserconfig'

10 years agoam d441dbc6: am cbb9d0d7: Merge "Make dex2oat heap size product configurable [framewo...
Brian Carlstrom [Wed, 9 Jul 2014 15:07:38 +0000 (15:07 +0000)]
am d441dbc6: am cbb9d0d7: Merge "Make dex2oat heap size product configurable [frameworks/native]"

* commit 'd441dbc6436dbf8cb13f0b784c7d16f022b7586e':
  Make dex2oat heap size product configurable [frameworks/native]

10 years agoresolved conflicts for merge of 928e05b1 to master
Sreeram Ramachandran [Wed, 9 Jul 2014 15:05:04 +0000 (08:05 -0700)]
resolved conflicts for merge of 928e05b1 to master

Change-Id: I1d1e623a1f95baa4375a87242ce71ea789884649

10 years agoam cbb9d0d7: Merge "Make dex2oat heap size product configurable [frameworks/native]"
Brian Carlstrom [Wed, 9 Jul 2014 12:36:58 +0000 (12:36 +0000)]
am cbb9d0d7: Merge "Make dex2oat heap size product configurable [frameworks/native]"

* commit 'cbb9d0d74008e460963a3c3094f654c50a04a295':
  Make dex2oat heap size product configurable [frameworks/native]

10 years agoam 0d2bee0c: Merge "Dump all the correct routing tables."
Sreeram Ramachandran [Wed, 9 Jul 2014 00:13:15 +0000 (00:13 +0000)]
am 0d2bee0c: Merge "Dump all the correct routing tables."

* commit '0d2bee0c0baec56ec98867d7e044602097525248':
  Dump all the correct routing tables.

10 years agoAdd ethernet feature xml.
Joe LaPenna [Tue, 8 Jul 2014 01:33:06 +0000 (18:33 -0700)]
Add ethernet feature xml.

BUG: 15143878
Change-Id: I15dbac6a7e73a94960e76669120792724fbd8acb

10 years agoam f9cfae24: Merge "Remove inline access control in service_manager."
Nick Kralevich [Mon, 7 Jul 2014 23:09:27 +0000 (23:09 +0000)]
am f9cfae24: Merge "Remove inline access control in service_manager."

* commit 'f9cfae24123bae199a07bee2dd1c307906c6e6d0':
  Remove inline access control in service_manager.

10 years agoMerge "Make dex2oat heap size product configurable [frameworks/native]"
Brian Carlstrom [Wed, 9 Jul 2014 04:07:54 +0000 (04:07 +0000)]
Merge "Make dex2oat heap size product configurable [frameworks/native]"

10 years agoMake dex2oat heap size product configurable [frameworks/native]
Brian Carlstrom [Fri, 27 Jun 2014 23:03:06 +0000 (16:03 -0700)]
Make dex2oat heap size product configurable [frameworks/native]

Bug: 15919420
Change-Id: I0e629ff4f7541f0dde7380e0dbc8dab1c13df7bd

10 years agoMerge "Dump all the correct routing tables."
Sreeram Ramachandran [Wed, 9 Jul 2014 00:03:35 +0000 (00:03 +0000)]
Merge "Dump all the correct routing tables."

10 years agoDump all the correct routing tables.
Sreeram Ramachandran [Tue, 8 Jul 2014 22:40:55 +0000 (15:40 -0700)]
Dump all the correct routing tables.

The list of tables is maintained in /data/misc/net/rt_tables by netd.

Change-Id: I55475c08c5e43bcf61af916210e680c47480ac32

10 years agoMerge "Rename 'mkuser' command to 'mkuserconfig'"
Robin Lee [Wed, 9 Jul 2014 17:27:09 +0000 (17:27 +0000)]
Merge "Rename 'mkuser' command to 'mkuserconfig'"

10 years agoMerge "Remove inline access control in service_manager."
Nick Kralevich [Mon, 7 Jul 2014 22:59:00 +0000 (22:59 +0000)]
Merge "Remove inline access control in service_manager."

10 years agoMerge "Add data capturing of glCompressedTexImage2D and glCompressedTexSubImage2D...
Ben Clayton [Tue, 8 Jul 2014 09:39:01 +0000 (09:39 +0000)]
Merge "Add data capturing of glCompressedTexImage2D and glCompressedTexSubImage2D calls."

10 years agoresolved conflicts for merge of 1aa9565c to master
Nick Kralevich [Mon, 7 Jul 2014 23:27:42 +0000 (16:27 -0700)]
resolved conflicts for merge of 1aa9565c to master

Change-Id: I30582926ab2d2e2b97cb95aaedcd54ba51832aba

10 years agoAdd data capturing of glCompressedTexImage2D and glCompressedTexSubImage2D calls.
Ben Clayton [Mon, 7 Jul 2014 10:50:44 +0000 (11:50 +0100)]
Add data capturing of glCompressedTexImage2D and glCompressedTexSubImage2D calls.

Change-Id: I38643f5d279a84f1b7069801d7c106fc8f1ae394

10 years agoMerge "Fix non-portable definition of CryptoPlugin::SubSample"
Jeff Tinker [Tue, 1 Jul 2014 22:34:48 +0000 (22:34 +0000)]
Merge "Fix non-portable definition of CryptoPlugin::SubSample"

10 years agoFix non-portable definition of CryptoPlugin::SubSample
Jeff Tinker [Tue, 1 Jul 2014 21:54:45 +0000 (14:54 -0700)]
Fix non-portable definition of CryptoPlugin::SubSample

bug: 16016106
Change-Id: I76514b2e7a28c86a0b0b311af575ca9dfc9471a9

10 years agoam a5726eb9: Merge "Use current max product dalvik.vm.heapsize as default dex2oat...
Brian Carlstrom [Fri, 27 Jun 2014 23:02:11 +0000 (23:02 +0000)]
am a5726eb9: Merge "Use current max product dalvik.vm.heapsize as default dex2oat heap size"

* commit 'a5726eb954588bd27ffa55a5193e7c0f8bd9eac3':
  Use current max product dalvik.vm.heapsize as default dex2oat heap size

10 years agoUse current max product dalvik.vm.heapsize as default dex2oat heap size
Brian Carlstrom [Fri, 27 Jun 2014 21:15:19 +0000 (14:15 -0700)]
Use current max product dalvik.vm.heapsize as default dex2oat heap size

Bug: 15919420
Change-Id: I7ea3bbfe787026f272e50690ab3b84f894600191

10 years agoMerge "BufferQueue: Add allocateBuffers method"
Dan Stoza [Mon, 30 Jun 2014 17:38:44 +0000 (17:38 +0000)]
Merge "BufferQueue: Add allocateBuffers method"

10 years agoam 1da16ceb: am a5726eb9: Merge "Use current max product dalvik.vm.heapsize as defaul...
Brian Carlstrom [Fri, 27 Jun 2014 23:06:41 +0000 (23:06 +0000)]
am 1da16ceb: am a5726eb9: Merge "Use current max product dalvik.vm.heapsize as default dex2oat heap size"

* commit '1da16cebe65b859a5cbd961a0667267393cb333b':
  Use current max product dalvik.vm.heapsize as default dex2oat heap size

10 years agoRemove inline access control in service_manager.
Riley Spahn [Wed, 25 Jun 2014 22:15:21 +0000 (15:15 -0700)]
Remove inline access control in service_manager.

Remove the hardcoded tuples of UIDs and the services that
each is allowed to register. We will rely only on permissions
from SELinux.

Change-Id: I1c44555a6e274814282398865b30ee938f40dabb

10 years agoMerge "Use current max product dalvik.vm.heapsize as default dex2oat heap size"
Brian Carlstrom [Fri, 27 Jun 2014 22:50:18 +0000 (22:50 +0000)]
Merge "Use current max product dalvik.vm.heapsize as default dex2oat heap size"

10 years agoUse current max product dalvik.vm.heapsize as default dex2oat heap size
Brian Carlstrom [Fri, 27 Jun 2014 21:15:19 +0000 (14:15 -0700)]
Use current max product dalvik.vm.heapsize as default dex2oat heap size

Bug: 15919420

(cherry picked from commit 3aa138617b42b87069dbac0b441bd14dca2d8609)

Change-Id: I569ba111c6163e94dd1b09b21ef374f05d263e72

10 years agoGLConsumer: Allow creation in detached mode
Dan Stoza [Wed, 25 Jun 2014 21:21:45 +0000 (14:21 -0700)]
GLConsumer: Allow creation in detached mode

Adds a constructor that doesn't require a GLES texture name and sets
up the GLConsumer in detached mode.

Bug: 15616428
Change-Id: Idc9ea2e59baa24bbd959da9fffe0fb71c0aa9818

10 years agoGLConsumer: Stop using default constructor params
Dan Stoza [Tue, 24 Jun 2014 20:09:19 +0000 (13:09 -0700)]
GLConsumer: Stop using default constructor params

Removes the dependency on default constructor parameters for
GLConsumer so that a different constructor prototype can safely be
added.

Change-Id: I0da924bbd4c141edbf305598c1be8bc575654680

10 years agoam 9bc8c62e: am 357df19b: Merge "Exclude subdirectories when pruning the dex cache."
Narayan Kamath [Tue, 24 Jun 2014 12:32:45 +0000 (12:32 +0000)]
am 9bc8c62e: am 357df19b: Merge "Exclude subdirectories when pruning the dex cache."

* commit '9bc8c62ea4d86d948af7a2aade8b0b5502a84b6a':
  Exclude subdirectories when pruning the dex cache.

10 years agoam 357df19b: Merge "Exclude subdirectories when pruning the dex cache."
Narayan Kamath [Tue, 24 Jun 2014 12:13:30 +0000 (12:13 +0000)]
am 357df19b: Merge "Exclude subdirectories when pruning the dex cache."

* commit '357df19b14b8387a480ed68dd6ea92eeb1aa4edc':
  Exclude subdirectories when pruning the dex cache.

10 years agoMerge "Exclude subdirectories when pruning the dex cache."
Narayan Kamath [Tue, 24 Jun 2014 12:07:36 +0000 (12:07 +0000)]
Merge "Exclude subdirectories when pruning the dex cache."

10 years agoBufferQueue: Add allocateBuffers method
Dan Stoza [Fri, 20 Jun 2014 20:13:57 +0000 (13:13 -0700)]
BufferQueue: Add allocateBuffers method

This adds an allocateBuffers method to BufferQueue, which instructs
it to allocate up to the maximum number of buffers allowed by the
current configuration. The goal is that this method can be called
ahead of render time, which will prevent dequeueBuffers from blocking
in allocation and inducing jank.

This interface is also plumbed up to the native Surface (and, in
another change, up to the Java Surface and ThreadedRenderer).

Bug: 11792166
Change-Id: I4aa96b4351ea1c95ed5db228ca3ef98303229c74

10 years agoUse openssl's SHA1 instead of bionic's.
Dan Albert [Tue, 17 Jun 2014 00:31:28 +0000 (17:31 -0700)]
Use openssl's SHA1 instead of bionic's.

Bionic is removing its SHA1.

Change-Id: I7d15986ebac9e0f0eb7ff93457780bd90a4f1d4f

10 years agoExclude subdirectories when pruning the dex cache.
Narayan Kamath [Tue, 17 Jun 2014 11:54:16 +0000 (12:54 +0100)]
Exclude subdirectories when pruning the dex cache.

This requires a companion package manager change to prune
each instruction specific dex cache individually.

bug: 15677279

Change-Id: I5891981512bde20e49bff65b1842c28886f2b177

10 years agoMerge "SurfaceFlinger: send VSYNC power hints to IPowerManager"
Ruchi Kandoi [Fri, 20 Jun 2014 17:07:04 +0000 (17:07 +0000)]
Merge "SurfaceFlinger: send VSYNC power hints to IPowerManager"

10 years agoSurfaceFlinger: send VSYNC power hints to IPowerManager
Ruchi Kandoi [Wed, 2 Apr 2014 19:50:06 +0000 (12:50 -0700)]
SurfaceFlinger: send VSYNC power hints to IPowerManager

VSYNC power hints are now sent via binder to IPowerManager.
SurfaceFlinger no longer loads a second copy of the PowerHAL.
VSYNC power hints are sent in batches and not on per frame basis.

Change-Id: Ia5a839ab3c857cffae7089f810b4315d4ed23fcf

10 years agoMerge "SurfaceFlinger: Fix rect out-of-bounds checks"
Dan Stoza [Thu, 19 Jun 2014 17:46:47 +0000 (17:46 +0000)]
Merge "SurfaceFlinger: Fix rect out-of-bounds checks"

10 years agoMerge "Add two new display info fields"
Andy McFadden [Wed, 18 Jun 2014 14:22:26 +0000 (14:22 +0000)]
Merge "Add two new display info fields"

10 years agoam 724473b3: am 71f9956a: Merge "Fix obsolete argument name"
Brian Carlstrom [Tue, 17 Jun 2014 20:05:05 +0000 (20:05 +0000)]
am 724473b3: am 71f9956a: Merge "Fix obsolete argument name"

* commit '724473b359d63bf707bd1fe04abdc82edc5fd22d':
  Fix obsolete argument name

10 years agoam 71f9956a: Merge "Fix obsolete argument name"
Brian Carlstrom [Tue, 17 Jun 2014 20:00:17 +0000 (20:00 +0000)]
am 71f9956a: Merge "Fix obsolete argument name"

* commit '71f9956a23885e64626828a1afa8c512e29be8cc':
  Fix obsolete argument name

10 years agoAdd two new display info fields
Andy McFadden [Fri, 13 Jun 2014 21:04:23 +0000 (14:04 -0700)]
Add two new display info fields

This adds SurfaceFlinger's app VSYNC offset and buffer deadline
values to DisplayInfo.

Bug 14612039

Change-Id: Ie0ab21d388fe2764f2b6f71bd1cefa33dc861a73

10 years agoMerge "Fix obsolete argument name"
Brian Carlstrom [Tue, 17 Jun 2014 19:51:37 +0000 (19:51 +0000)]
Merge "Fix obsolete argument name"

10 years agoFix obsolete argument name
Brian Carlstrom [Mon, 16 Jun 2014 20:28:03 +0000 (13:28 -0700)]
Fix obsolete argument name

Change-Id: I8030f055ee49dc86d4592f36791edddfc0d60a31

10 years agoam 395a6a64: am 8c9bcff8: Merge "Add an installd command to prune dex files."
Narayan Kamath [Mon, 16 Jun 2014 13:31:37 +0000 (13:31 +0000)]
am 395a6a64: am 8c9bcff8: Merge "Add an installd command to prune dex files."

* commit '395a6a642dc3f7c2fe99080bbfcb31a20cb2fba9':
  Add an installd command to prune dex files.

10 years agoam 8c9bcff8: Merge "Add an installd command to prune dex files."
Narayan Kamath [Mon, 16 Jun 2014 13:28:01 +0000 (13:28 +0000)]
am 8c9bcff8: Merge "Add an installd command to prune dex files."

* commit '8c9bcff892ae30897a971c3b97305e70db5b5bd3':
  Add an installd command to prune dex files.

10 years agoam ece62384: Merge "Remove Parcel::writeIntPtr."
Narayan Kamath [Fri, 13 Jun 2014 10:22:29 +0000 (10:22 +0000)]
am ece62384: Merge "Remove Parcel::writeIntPtr."

* commit 'ece6238488207bd20cc4d32fda90514ebf461206':
  Remove Parcel::writeIntPtr.

10 years agoam 3dd3de03: Merge "installd: change profile files to 0660"
Nick Kralevich [Thu, 12 Jun 2014 23:12:43 +0000 (23:12 +0000)]
am 3dd3de03: Merge "installd: change profile files to 0660"

* commit '3dd3de03de17546d785ed2a741fc645c1a0fcad5':
  installd: change profile files to 0660

10 years agoMerge "Merge kwd to master"
Wink Saville [Fri, 13 Jun 2014 13:31:43 +0000 (13:31 +0000)]
Merge "Merge kwd to master"

10 years agoam c6decb12: am ece62384: Merge "Remove Parcel::writeIntPtr."
Narayan Kamath [Fri, 13 Jun 2014 10:32:16 +0000 (10:32 +0000)]
am c6decb12: am ece62384: Merge "Remove Parcel::writeIntPtr."

* commit 'c6decb12c17c36fe0a3b36107f6666552fcd3631':
  Remove Parcel::writeIntPtr.

10 years agoam 18c9394c: Merge "Add SELinux checks when adding a service."
Nick Kralevich [Thu, 12 Jun 2014 21:06:37 +0000 (21:06 +0000)]
am 18c9394c: Merge "Add SELinux checks when adding a service."

* commit '18c9394ce1a4869eb5cf91eece02a4e944e2eebc':
  Add SELinux checks when adding a service.

10 years agoam a4e345e1: Merge "sensorservice: 64-bit compile issues"
Mark Salyzyn [Thu, 12 Jun 2014 16:09:59 +0000 (16:09 +0000)]
am a4e345e1: Merge "sensorservice: 64-bit compile issues"

* commit 'a4e345e169fd9101011e358abdfb9308bc065bdb':
  sensorservice: 64-bit compile issues

10 years agoMerge "Add SELinux checks when adding a service."
Nick Kralevich [Thu, 12 Jun 2014 21:00:42 +0000 (21:00 +0000)]
Merge "Add SELinux checks when adding a service."

10 years agoAdd SELinux checks when adding a service.
Riley Spahn [Thu, 5 Jun 2014 18:07:18 +0000 (11:07 -0700)]
Add SELinux checks when adding a service.

Add a MAC check to the svc_can_register function in
service_manager. The types are defined in
external/sepolicy/service.te and the mapping from service
names is defined in external/sepolicy/service_contexts.
Currently uses the property context backend to parse the
contexts file.

Bug: 12909011
Change-Id: I5d90a614263c60571c7c70c2882e6fa929911ca5

10 years agoMerge "sensorservice: 64-bit compile issues"
Mark Salyzyn [Thu, 12 Jun 2014 16:03:00 +0000 (16:03 +0000)]
Merge "sensorservice: 64-bit compile issues"

10 years agoMerge kwd to master
Wink Saville [Wed, 11 Jun 2014 15:46:04 +0000 (08:46 -0700)]
Merge kwd to master

Change-Id: Idb607c0aa32f80fe4fe1539aedea7a221e9e7f04

10 years agoam 20071e50: am e3d37a7b: Enable support RGBX_8888 for omap3
Wengang Wu [Wed, 11 Jun 2014 21:38:55 +0000 (21:38 +0000)]
am 20071e50: am e3d37a7b: Enable support RGBX_8888 for omap3

* commit '20071e5028adb6d7ced81843d33e4d0baa0768ed':
  Enable support RGBX_8888 for omap3

10 years agoam 17e1d2ca: am 7281ca65: Merge "Pass --top-k-profile-threshold to dex2oat if available."
Calin Juravle [Wed, 11 Jun 2014 21:37:57 +0000 (21:37 +0000)]
am 17e1d2ca: am 7281ca65: Merge "Pass --top-k-profile-threshold to dex2oat if available."

* commit '17e1d2ca97a711ab539044912bb985a10ccbc9fd':
  Pass --top-k-profile-threshold to dex2oat if available.

10 years agoSurfaceFlinger: Fix rect out-of-bounds checks
Dan Stoza [Wed, 11 Jun 2014 18:20:54 +0000 (11:20 -0700)]
SurfaceFlinger: Fix rect out-of-bounds checks

Rects' right and bottom edges are treated as exclusive, so when
checking against maximum width and height, we should use > instead
of >=.

Change-Id: Ifcdf6813c13fcab1a55f16c21064e765e93d49f0

10 years agoam e3d37a7b: Enable support RGBX_8888 for omap3
Wengang Wu [Wed, 11 Jun 2014 18:17:19 +0000 (18:17 +0000)]
am e3d37a7b: Enable support RGBX_8888 for omap3

* commit 'e3d37a7b55f86f5d005dd67f828dcf51fe60c0f6':
  Enable support RGBX_8888 for omap3

10 years agoEnable support RGBX_8888 for omap3
Wengang Wu [Fri, 6 Jun 2014 21:32:15 +0000 (16:32 -0500)]
Enable support RGBX_8888 for omap3

Bug: 14995811
Change-Id: Iaeb5a5ad0e3bcf215613f24f2570ae0d8267c016

10 years agoam 7281ca65: Merge "Pass --top-k-profile-threshold to dex2oat if available."
Calin Juravle [Wed, 11 Jun 2014 08:53:49 +0000 (08:53 +0000)]
am 7281ca65: Merge "Pass --top-k-profile-threshold to dex2oat if available."

* commit '7281ca65d00171b846497abca357a005a401e16b':
  Pass --top-k-profile-threshold to dex2oat if available.

10 years agoMerge "Replace "lower power mode" experiment"
Andy McFadden [Wed, 11 Jun 2014 20:38:32 +0000 (20:38 +0000)]
Merge "Replace "lower power mode" experiment"

10 years agoReplace "lower power mode" experiment
Andy McFadden [Tue, 10 Jun 2014 21:43:32 +0000 (14:43 -0700)]
Replace "lower power mode" experiment

This replaces the previous low-power mode experiment, which
discarded refresh events, with a new experiment that alters
the refresh period.

(see also I2849e5ea335c0d2509fea1c315392bce7f20451d )

The feature is enabled by specifying a nonzero value for the
"refresh skip count", which indicates the number of periods
to skip.  For example, the command:

  adb shell service call SurfaceFlinger 1016 i32 1

sets a skip count of '1', yielding a 30Hz refresh rate on a device
with a 60Hz display.  Changing the last value to '2' would set the
refresh to 20Hz.  '0' returns to the default behavior.

Bug 15523257

Change-Id: I00039c22a55750e74035644c63800e4bee1c774a

10 years agoMerge "Disable DispSync resync when not needed"
Andy McFadden [Wed, 11 Jun 2014 20:22:19 +0000 (20:22 +0000)]
Merge "Disable DispSync resync when not needed"

10 years agoam 0cea0a22: am d284c4cd: Merge "Don\'t set LOCAL_MODULE_PATH for native tests."
Ying Wang [Wed, 11 Jun 2014 17:58:44 +0000 (17:58 +0000)]
am 0cea0a22: am d284c4cd: Merge "Don\'t set LOCAL_MODULE_PATH for native tests."

* commit '0cea0a22109ace7e3dfbb4913a1469f3f8480f6e':
  Don't set LOCAL_MODULE_PATH for native tests.

10 years agoam 72676e7d: am 0e1313cd: Merge "libgui: 64-bit compile issues"
Mark Salyzyn [Wed, 11 Jun 2014 17:44:52 +0000 (17:44 +0000)]
am 72676e7d: am 0e1313cd: Merge "libgui: 64-bit compile issues"

* commit '72676e7d0db89d477495245aa15f1a128b5c35bc':
  libgui: 64-bit compile issues

10 years agosensorservice: 64-bit compile issues
Mark Salyzyn [Tue, 10 Jun 2014 21:50:02 +0000 (14:50 -0700)]
sensorservice: 64-bit compile issues

Change-Id: Ied7b779f39e71d041791729f7355b052b63903c5

10 years agoMerge "installd: change profile files to 0660"
Nick Kralevich [Thu, 12 Jun 2014 23:05:09 +0000 (23:05 +0000)]
Merge "installd: change profile files to 0660"

10 years agoinstalld: change profile files to 0660
Nick Kralevich [Thu, 12 Jun 2014 01:23:59 +0000 (18:23 -0700)]
installd: change profile files to 0660

Profiling information leaks data about how people interact
with apps, so we don't want the data to be available
to other apps. Only the app and system_server need access.

Don't create the /data/dalvik-cache/profiles directory. init.rc
does it for us now.

Change-Id: Ic1b44009faa30d704855e97631006c4b990a4ad3

10 years agoMerge "Add an installd command to prune dex files."
Narayan Kamath [Mon, 16 Jun 2014 13:19:11 +0000 (13:19 +0000)]
Merge "Add an installd command to prune dex files."

10 years agoMerge "Pass --top-k-profile-threshold to dex2oat if available."
Calin Juravle [Wed, 11 Jun 2014 08:45:16 +0000 (08:45 +0000)]
Merge "Pass --top-k-profile-threshold to dex2oat if available."

10 years agoMerge "Remove Parcel::writeIntPtr."
Narayan Kamath [Fri, 13 Jun 2014 08:50:06 +0000 (08:50 +0000)]
Merge "Remove Parcel::writeIntPtr."

10 years agoRemove Parcel::writeIntPtr.
Narayan Kamath [Thu, 12 Jun 2014 14:24:06 +0000 (15:24 +0100)]
Remove Parcel::writeIntPtr.

All uses of this API have been removed. It should
never have been made public in the first place.

bug: 15424960
Change-Id: Id07d24ec95b2b393e6da138a7e8a9a4ecebeca94

10 years agoMerge "Surface reportingMode for Sensors."
Aravind Akella [Fri, 13 Jun 2014 00:32:39 +0000 (00:32 +0000)]
Merge "Surface reportingMode for Sensors."

10 years agoam f40c1fe5: am 3dd3de03: Merge "installd: change profile files to 0660"
Nick Kralevich [Thu, 12 Jun 2014 23:17:36 +0000 (23:17 +0000)]
am f40c1fe5: am 3dd3de03: Merge "installd: change profile files to 0660"

* commit 'f40c1fe5ae6afb9ce1fb179c3b0686d22ca98469':
  installd: change profile files to 0660

10 years agoSurface reportingMode for Sensors.
Aravind Akella [Wed, 4 Jun 2014 02:19:57 +0000 (19:19 -0700)]
Surface reportingMode for Sensors.

Change-Id: Iac8dd3408c90eb7d285a2e8043131fab3a7e58fa

10 years agoam 9f12f80d: am 18c9394c: Merge "Add SELinux checks when adding a service."
Nick Kralevich [Thu, 12 Jun 2014 21:09:29 +0000 (21:09 +0000)]
am 9f12f80d: am 18c9394c: Merge "Add SELinux checks when adding a service."

* commit '9f12f80d4af350789a64f5c30531ce790d9b6ea3':
  Add SELinux checks when adding a service.

10 years agoam 740fde1f: (-s ours) DO NOT MERGE - Replace "lower power mode" experiment
Andy McFadden [Thu, 12 Jun 2014 20:05:37 +0000 (20:05 +0000)]
am 740fde1f: (-s ours) DO NOT MERGE - Replace "lower power mode" experiment

* commit '740fde1f82889e49ac89f5f9a4e435f0b2fe7197':
  DO NOT MERGE - Replace "lower power mode" experiment

10 years agoam e950661f: (-s ours) DO NOT MERGE - Disable DispSync resync when not needed
Andy McFadden [Thu, 12 Jun 2014 19:57:12 +0000 (19:57 +0000)]
am e950661f: (-s ours) DO NOT MERGE - Disable DispSync resync when not needed

* commit 'e950661f4559c9f84f67aed9036aa1ec9a100de3':
  DO NOT MERGE - Disable DispSync resync when not needed

10 years agoMerge "surfaceflinger: Replace blank/unblank with setPowerMode"
Prashant Malani [Thu, 12 Jun 2014 17:47:35 +0000 (17:47 +0000)]
Merge "surfaceflinger: Replace blank/unblank with setPowerMode"

10 years agoam 20914f0a: am a4e345e1: Merge "sensorservice: 64-bit compile issues"
Mark Salyzyn [Thu, 12 Jun 2014 16:13:39 +0000 (16:13 +0000)]
am 20914f0a: am a4e345e1: Merge "sensorservice: 64-bit compile issues"

* commit '20914f0ad3691d977f61f1d4b92b49535e8f6f33':
  sensorservice: 64-bit compile issues