- 13 Sep, 2016 1 commit
-
-
gitbuildkicker authored
-
- 12 Sep, 2016 3 commits
-
-
Eino-Ville Talvala authored
am: 7b265d8a -s ours Change-Id: I555ef520067d4300450ef3b0e91f127d06e55b66
-
Eino-Ville Talvala authored
am: 82110471 -s ours Change-Id: If827f77c9c8cb36ad3a8f2eaeb6157bc59258a7a
-
Dan Stoza authored
-
- 11 Sep, 2016 1 commit
-
-
gitbuildkicker authored
-
- 10 Sep, 2016 1 commit
-
-
Peng Xu authored
-
- 09 Sep, 2016 3 commits
-
-
Mathieu Chartier authored
Usually this happens when the app was recompiled with interpret-only. In this case, move_ab_path will fail for the app image. If this occurs, delete the existing app image to not have a stale one wasting storage space. Test: Make fake AB ota, delete the a/b generated app image, take the OTA, ensure there is no stale app image after reboot. Also tested that other apps with valid app images still had an image. Bug: 31323617 Change-Id: I699b5eb3dc8f82759c284a1d299865b2c3a890d0
-
Eino-Ville Talvala authored
This method releases all free buffers owned by the buffer queue, in order to save memory (at the cost of potential future reallocation of buffers). Bug: 28695173 Change-Id: I458d10373e639e3144faf673af2ba01aca36e65a
-
Dan Stoza authored
Updates the default DispSync offsets to 1ms/1ms to avoid SurfaceFlinger racing against hardware vsync on untuned video-mode panels, which can result in a significant number of dropped frames. Also moves and updates the documentation of the offsets, which used to live in build/target/board/generic/BoardConfig.mk. Bug: 30801895 Change-Id: I4cb09d840e2f16fb3d05df4d7abf58d9ba36f83b
-
- 08 Sep, 2016 3 commits
-
-
Tim Murray authored
-
Dan Stoza authored
-
gitbuildkicker authored
-
- 07 Sep, 2016 2 commits
-
-
Felipe Leme authored
BUG: 31281543 Change-Id: Idc5759eec12f2704c9b9cc48db181f2e669ccc32
-
Tim Murray authored
The short-running FIFO threads should preempt the SurfaceFlinger main thread in order to prevent deadlock. bug 31223682 Change-Id: I29e7b4b8439bb876998a8aeeb2b8d6ee5b6b7d36
-
- 04 Sep, 2016 1 commit
-
-
gitbuildkicker authored
-
- 01 Sep, 2016 2 commits
-
-
TreeHugger Robot authored
-
Pablo Ceballos authored
Bug 31236602 Change-Id: I78d4e28e40db93f7e7e304355b370af0fa790b9d
-
- 30 Aug, 2016 4 commits
-
-
Eino-Ville Talvala authored
Read/write new isSingleBuffered field in native code as well. Currently just write 'no' unconditionally and discard on read. Bug: 31162160 Change-Id: Icfb7a37fb37a41f6437fe08bcfad271474ba6983 (cherry picked from commit 529a103f)
-
Eino-Ville Talvala authored
-
gitbuildkicker authored
-
Eino-Ville Talvala authored
Read/write new isSingleBuffered field in native code as well. Currently just write 'no' unconditionally and discard on read. Bug: 31162160 Change-Id: Icfb7a37fb37a41f6437fe08bcfad271474ba6983
-
- 29 Aug, 2016 2 commits
-
-
Pablo Ceballos authored
- 28 Aug, 2016 1 commit
-
-
gitbuildkicker authored
-
- 25 Aug, 2016 3 commits
-
-
Dan Stoza authored
Adds a requestor name (usually the BufferQueue consumer's name) to the metadata that GraphicBufferAllocator stores on allocation so that `dumpsys SurfaceFlinger` can attempt to attribute buffer usage to the correct client. Bug: 30776557 Change-Id: I6e0f346584c871bb3b9d5481f82b697b0475a916
-
Dan Stoza authored
-
gitbuildkicker authored
-
- 24 Aug, 2016 2 commits
-
-
Dan Stoza authored
Adds a requestor name (usually the BufferQueue consumer's name) to the metadata that GraphicBufferAllocator stores on allocation so that `dumpsys SurfaceFlinger` can attempt to attribute buffer usage to the correct client. Bug: 30776557 Change-Id: I6e0f346584c871bb3b9d5481f82b697b0475a916
-
gitbuildkicker authored
-
- 23 Aug, 2016 2 commits
-
-
Calvin On authored
Bug: 30839895 Change-Id: I3f939c74246db96f65e7aa06b60c3b9cf6a02606
-
Craig Donner authored
Using binder interfaces rather than directly allocating the buffer prevents SELinux warnings. Bug: 29402015 Change-Id: I26616dcabf46b5419f0841873faaa6a3ee87ff68
-
- 20 Aug, 2016 1 commit
-
-
Peng Xu authored
Change raw pointers to wp<> and constify relevant lines in SensorRecord. Bug: 30261110 Change-Id: I7f28c593366af44192991061fa5f71cf925b22a8 (cherry picked from commit ded526e8c3539b5986b46dffc1ff8ab15d7da570)
-
- 19 Aug, 2016 8 commits
-
-
Arve Hjønnevåg authored
This should be reverted when all system services have been cleaned up to not do this. A process looking up a service while running in the background will see the service registered by the active user (assuming the service is registered on every user switch), not the service registered by the user that the process itself belongs to. BUG: 30795333 Change-Id: I1b74d58be38ed358f43c163692f9e704f8f31dbe
-
Arve Hjnnevg authored
ServiceManager: Allow system services running as secondary users to add services am: e6bbe69b am: 2cb14836 am: c29c3734 am: ce0e7291 Change-Id: I2c36fdb4c92359a03af1c8a563d4d73b9e2898a2
-