Commit Graph

51043 Commits

Author SHA1 Message Date
Rachad
7cb0d39016 Tunneled Video Playback support
Added native_window_set_sideband_stream() method to Surface.[h|cpp]
 Added ConfigureVideoTunnelModeParams OMX configuration structure to
 HardwareAPI.h

Bug: 16132368
Change-Id: I28fa1b9dbe858d93e353e0991098cad45c626bd9
2014-08-04 21:57:22 +00:00
Jeff Tinker
1bd189e26f am 6a331b91: am 812e039a: Merge "Allow device to be unprovisioned" into lmp-dev
* commit '6a331b9179dd92ac35077f0982885db8067b6fc8':
  Allow device to be unprovisioned
2014-08-04 21:00:58 +00:00
Jeff Tinker
6a331b9179 am 812e039a: Merge "Allow device to be unprovisioned" into lmp-dev
* commit '812e039aeb42c1a3c8bb8246c114f54115a335da':
  Allow device to be unprovisioned
2014-08-04 20:56:23 +00:00
Brian Carlstrom
cdbbbc26c0 am 755d35f5: am 74b3ecf4: Merge "Disable compilation based on vold.decrypt. [frameworks/native]"
* commit '755d35f5fad7821f853f3d315b41cf2e3f1e38fd':
  Disable compilation based on vold.decrypt. [frameworks/native]
2014-08-04 18:44:56 +00:00
Brian Carlstrom
5266d4eedd am 6461ddb4: am 9c49e21d: Merge "Move from dalvik.vm.image-dex2oat-flags to dalvik.vm.dex2oat-filter [frameworks/native]"
* commit '6461ddb4e1ea95bd416995c50e2cb93d93d9d390':
  Move from dalvik.vm.image-dex2oat-flags to dalvik.vm.dex2oat-filter [frameworks/native]
2014-08-04 18:44:52 +00:00
Brian Carlstrom
755d35f5fa am 74b3ecf4: Merge "Disable compilation based on vold.decrypt. [frameworks/native]"
* commit '74b3ecf485254d8cb4ae2b1d4d5221454738a58d':
  Disable compilation based on vold.decrypt. [frameworks/native]
2014-08-04 18:37:31 +00:00
Brian Carlstrom
6461ddb4e1 am 9c49e21d: Merge "Move from dalvik.vm.image-dex2oat-flags to dalvik.vm.dex2oat-filter [frameworks/native]"
* commit '9c49e21d80cb55b7d77fdf118f06b88100141678':
  Move from dalvik.vm.image-dex2oat-flags to dalvik.vm.dex2oat-filter [frameworks/native]
2014-08-04 18:37:26 +00:00
Eric Penner
d6b1296efe am 3367a960: am a02e9484: Merge "SurfaceFlinger: Prevent deadlock by updating an atomic layer set." into lmp-dev
* commit '3367a960ab51f5ebf42ee380e35531bd9f997756':
  SurfaceFlinger: Prevent deadlock by updating an atomic layer set.
2014-08-01 20:48:38 +00:00
Jeff Tinker
812e039aeb Merge "Allow device to be unprovisioned" into lmp-dev 2014-08-01 13:51:29 +00:00
Eric Penner
3367a960ab am a02e9484: Merge "SurfaceFlinger: Prevent deadlock by updating an atomic layer set." into lmp-dev
* commit 'a02e9484be6894f8a4db7049d432f534a4e0a676':
  SurfaceFlinger: Prevent deadlock by updating an atomic layer set.
2014-08-01 13:48:37 +00:00
Brian Carlstrom
74b3ecf485 Merge "Disable compilation based on vold.decrypt. [frameworks/native]" 2014-08-01 08:22:51 +00:00
Brian Carlstrom
538998f204 Disable compilation based on vold.decrypt. [frameworks/native]
Bug: 15165413
Change-Id: Ibc39ab82e02e42345c6e2667ac45884f2e0cf7a4
2014-08-04 11:25:45 -07:00
Brian Carlstrom
9c49e21d80 Merge "Move from dalvik.vm.image-dex2oat-flags to dalvik.vm.dex2oat-filter [frameworks/native]" 2014-08-01 01:50:59 +00:00
Jeff Tinker
bc6b9e7f8a Allow device to be unprovisioned
bug: 12247651
Change-Id: Ib0ec34da708b11a95da66c353d864bb87a6616c9
2014-07-31 10:27:53 -07:00
Aravind Akella
2b584420f9 am 856ee46e: am 68fd9e71: Merge "Sensor.cpp changes." into lmp-dev
* commit '856ee46efd96860159dc947ab902182868f1a5f4':
  Sensor.cpp changes.
2014-07-31 17:02:22 +00:00
Aravind Akella
856ee46efd am 68fd9e71: Merge "Sensor.cpp changes." into lmp-dev
* commit '68fd9e71263cb16bbc4de1b5d26fbe4831480c9d':
  Sensor.cpp changes.
2014-07-31 16:55:59 +00:00
Lorenzo Colitti
ecbc5130b8 am 414038ac: am d4c3d389: Improve network connectivity dumping.
* commit '414038acf3f1ac8813731cdc7f2f5027bd4ed990':
  Improve network connectivity dumping.
2014-07-31 02:07:36 +00:00
Lorenzo Colitti
414038acf3 am d4c3d389: Improve network connectivity dumping.
* commit 'd4c3d38957870fa27423dbc55d99d68772fbd490':
  Improve network connectivity dumping.
2014-07-31 02:04:20 +00:00
Lorenzo Colitti
d4c3d38957 Improve network connectivity dumping.
1. Explicitly dump IP addresses.

   Currently, some IP addresses are dumped using netcfg, but that
   only dumps the first IPv4 address on each interface. Instead,
   call ip -4 addr and ip -6 addr explicitly to dump all IPv4 and
   IPv6 addresses on the system.

2. Disable dumping /proc/net/{ipv6,}route, because:

 - We already dump all IPv4 and IPv6 routes in the tables that
   we use.
 - /proc/net/route is confusing because it only includes routes
   in the main table, which are all but unused. It's also in
   unreadable host-byte-order hex.
 - /proc/net/ipv6_route is confusing because it includes routes
   from all tables but does not say what table they are in.

3. Instead of dumping the contents of /proc/net/arp , use
   "ip -4 neigh show" and "ip -6 neigh show" to dump the
   neighbour caches for both IPv4 and IPv6.

Bug: 16663736
Change-Id: Id3e509b877ab7b00eb2399b6a9868b12245da2f0
2014-07-31 01:56:12 +00:00
Michael Lentine
b42ea67d39 am 45500a25: am 9ae79d86: Build fix for size_t on 64bit.
* commit '45500a251247296d3e703e31089fa01847983710':
  Build fix for size_t on 64bit.
2014-07-30 23:58:01 +00:00
Michael Lentine
45500a2512 am 9ae79d86: Build fix for size_t on 64bit.
* commit '9ae79d869a37633fa956a4f16f3fa45b23c189f1':
  Build fix for size_t on 64bit.
2014-07-30 23:51:11 +00:00
Michael Lentine
9ae79d869a Build fix for size_t on 64bit.
Change-Id: Ic16895b30d78ba8a635b709adbae31a590501b20
2014-07-30 16:42:12 -07:00
Michael Lentine
bb5007a375 am 82afbd1e: am 258ee43f: Build fix for printf with int64 and size_t
* commit '82afbd1eebbea022366952b31451aaa2a350c44d':
  Build fix for printf with int64 and size_t
2014-07-30 23:39:11 +00:00
Aravind Akella
68fd9e7126 Merge "Sensor.cpp changes." into lmp-dev 2014-07-30 23:34:26 +00:00
Aravind Akella
64ffcb0944 Sensor.cpp changes.
1) Rename TILT_DETECTOR
  2) Set mFlags correctly for wake-up sensors.
  2) Log errors for incorrect sensor flags.

Change-Id: Ia449217d3b8a53353ad6b5c33c544ce37eb1de4f
2014-07-31 09:40:03 -07:00
Michael Lentine
82afbd1eeb am 258ee43f: Build fix for printf with int64 and size_t
* commit '258ee43fbcbc752cb08c134a12c08d5d99c4a866':
  Build fix for printf with int64 and size_t
2014-07-30 23:33:45 +00:00
Michael Lentine
258ee43fbc Build fix for printf with int64 and size_t
Change-Id: I642584cce7dd43e6d491a49228b0bce047d53354
2014-07-30 16:24:48 -07:00
Michael Lentine
31f0b5af60 am 134c2687: am fd9d183c: Build fix to use the correct source.
* commit '134c268764978b80a9be524d11f7a639dd94df51':
  Build fix to use the correct source.
2014-07-30 22:51:44 +00:00
Michael Lentine
134c268764 am fd9d183c: Build fix to use the correct source.
* commit 'fd9d183cd8c859ab8480dea572430398438ba8b5':
  Build fix to use the correct source.
2014-07-30 22:49:02 +00:00
Michael Lentine
fd9d183cd8 Build fix to use the correct source.
Change-Id: If36710be600dd0e15c31682e0343f281baa55627
2014-07-30 15:39:17 -07:00
Michael Lentine
b992a6a2de am 7a35ea2c: am 7306c670: Add error for format and make sure setActiveConfig fails with an invalid mode.
* commit '7a35ea2c8d32507b7da4b96e88c4dbd2d4afb3c7':
  Add error for format and make sure setActiveConfig fails with an invalid mode.
2014-07-30 22:27:50 +00:00
Michael Lentine
99ae5db4e7 am 60ac446e: am 47e45405: Allow for resizing of Virtual Displays.
* commit '60ac446e9e3e8b0865afb5594db2caa5a46f8e69':
  Allow for resizing of Virtual Displays.
2014-07-30 22:27:50 +00:00
Michael Lentine
7a35ea2c8d am 7306c670: Add error for format and make sure setActiveConfig fails with an invalid mode.
* commit '7306c670eb3ddb471d983a7458eb9f522afd0763':
  Add error for format and make sure setActiveConfig fails with an invalid mode.
2014-07-30 22:25:08 +00:00
Michael Lentine
60ac446e9e am 47e45405: Allow for resizing of Virtual Displays.
* commit '47e45405d1533aa73307014f7bf371e118695cf3':
  Allow for resizing of Virtual Displays.
2014-07-30 22:25:07 +00:00
Michael Wright
b8d450c94b am 57d73004: am 1f6078ae: Have VirtualDisplays send SF resize messages when resizing
* commit '57d730041d7a2d0ec63e08ff866d9515d510f14a':
  Have VirtualDisplays send SF resize messages when resizing
2014-07-30 21:39:26 +00:00
Brian Carlstrom
cf51ba1360 Move from dalvik.vm.image-dex2oat-flags to dalvik.vm.dex2oat-filter [frameworks/native]
This will allow us to conditionally change the compiler-filter based on other properties.

Bug: 15165413
Change-Id: Iff27dc2904f4f0d7c25a684cd6ba16a597f252fd
2014-07-30 14:36:35 -07:00
Michael Lentine
7306c670eb Add error for format and make sure setActiveConfig fails with an invalid mode.
Change-Id: Iacdb5cbad125787f96c64c88d432fc541c4cad1a
2014-07-30 14:36:25 -07:00
Michael Lentine
47e45405d1 Allow for resizing of Virtual Displays.
Modify SurfaceFlinger to use VirtualDisplaySurface in all cases when a virtual
display is used. Add functionality in VirtualDisplaySurface to resize the
buffers aquired in the QueueBufferOutput. Add transaction support in
SurfaceFlinger for resize. Add the modification of the size in DisplayDevice.

Change-Id: Iae7e3556dc06fd18d470adbbd76f7255f6e6dd6b
Tested: None
2014-07-30 14:36:25 -07:00
Michael Wright
57d730041d am 1f6078ae: Have VirtualDisplays send SF resize messages when resizing
* commit '1f6078aef71b1d3f080cd565adbec350c71088dd':
  Have VirtualDisplays send SF resize messages when resizing
2014-07-30 21:34:46 +00:00
Michael Wright
1f6078aef7 Have VirtualDisplays send SF resize messages when resizing
Change-Id: I76d15b22099a659450ec875836c9bf2b6584838f
2014-07-30 11:23:44 -07:00
Michael Lentine
a2d357d055 am 9a7c0615: am 99c7dc59: Merge "Modified SurfaceFlinger to implment setActiveConfig and getActiveConfig." into lmp-dev
* commit '9a7c0615e57b5781ad47a071524230b8c8ed6eff':
  Modified SurfaceFlinger to implment setActiveConfig and getActiveConfig.
2014-07-30 18:07:13 +00:00
Michael Lentine
9a7c0615e5 am 99c7dc59: Merge "Modified SurfaceFlinger to implment setActiveConfig and getActiveConfig." into lmp-dev
* commit '99c7dc596adeef45604a596075043e1f37daf7ca':
  Modified SurfaceFlinger to implment setActiveConfig and getActiveConfig.
2014-07-30 18:03:04 +00:00
Michael Lentine
e1e4e0ea16 am 63c80705: am cd36eb44: Merge "Modify EGL to disconnect the window when the surface gets destroyed." into lmp-dev
* commit '63c80705e80dd14592c217100903c14d19ae2262':
  Modify EGL to disconnect the window when the surface gets destroyed.
2014-07-30 17:35:06 +00:00
Michael Lentine
63c80705e8 am cd36eb44: Merge "Modify EGL to disconnect the window when the surface gets destroyed." into lmp-dev
* commit 'cd36eb445bcc55c88e157584d9ac229280459463':
  Modify EGL to disconnect the window when the surface gets destroyed.
2014-07-30 17:30:48 +00:00
Michael Lentine
99c7dc596a Merge "Modified SurfaceFlinger to implment setActiveConfig and getActiveConfig." into lmp-dev 2014-07-30 16:17:51 +00:00
Eric Penner
a02e9484be Merge "SurfaceFlinger: Prevent deadlock by updating an atomic layer set." into lmp-dev 2014-07-29 21:36:00 +00:00
Eric Penner
51c59cd1e7 SurfaceFlinger: Prevent deadlock by updating an atomic layer set.
Bug: 12934849

Change-Id: I9dede7316f1e967de4140bd731ac810115ea302f
2014-07-30 19:05:38 -07:00
Aravind Akella
1eb59f9a25 am 2981b36e: am 330cf473: Merge "Remove WAKE_UP_* sensor constants." into lmp-dev
* commit '2981b36e51ed6160601c24fe0efc661659aa54f9':
  Remove WAKE_UP_* sensor constants.
2014-07-29 19:17:05 +00:00
Aravind Akella
2981b36e51 am 330cf473: Merge "Remove WAKE_UP_* sensor constants." into lmp-dev
* commit '330cf47336bc52e02a11954281486b38b3e7e6ad':
  Remove WAKE_UP_* sensor constants.
2014-07-29 19:13:26 +00:00
Michael Lentine
6c9e34a98a Modified SurfaceFlinger to implment setActiveConfig and getActiveConfig.
This can be used to change the current display mode of the device.

Change-Id: Icdc3fb58389b861dc77b68102083da6f7a96eccb
Tested: None
(cherry picked from commit 2651fa9463)
2014-07-29 16:56:30 +00:00