Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
eb8af1acf43a79e7b0b324ad0038d169aa2e3c09
/
services
/
surfaceflinger
/
tests
5fc5544
Merge "Adding onTransact method for testing" am: 6ba4920c3a am: ca7e4c78c4 am: a974d88e33 am: f253c82b8e am: 26ce57b6d1
by Max Spector
· 6 years ago
26ce57b
Merge "Adding onTransact method for testing" am: 6ba4920c3a am: ca7e4c78c4 am: a974d88e33 am: f253c82b8e
by Max Spector
· 6 years ago
ac86719
Adding onTransact method for testing
by Eduardo Rocha
· 6 years ago
e7b9f27
Update screen capture functions to accept a ScreenCaptureListener
by chaviw
· 6 years ago
ac4ce2a
Merge "Revert "Update screen capture functions to accept a ScreenCaptur...""
by Chavi Weingarten
· 6 years ago
99eeeb8
Revert "Update screen capture functions to accept a ScreenCaptur..."
by Chavi Weingarten
· 6 years ago
8436cbd
Merge "Revert "Revert "Shrink surfaceflinger"""
by TreeHugger Robot
· 6 years ago
8b1ae3f
Revert "Revert "Shrink surfaceflinger""
by John Reck
· 6 years ago
8ff31f2
Merge "Create shared timeline data structure and unit test cases"
by TreeHugger Robot
· 6 years ago
f279e04
Create shared timeline data structure and unit test cases
by Adithya Srinivasan
· 6 years ago
cd580e5
Merge "Fix SurfaceFlinger_test failed when display color mode changed"
by TreeHugger Robot
· 6 years ago
9b240e7
Revert "Shrink surfaceflinger"
by Roshan Pius
· 6 years ago
79e81aa
Fix SurfaceFlinger_test failed when display color mode changed
by arthurhung
· 6 years ago
1b0d669
Shrink surfaceflinger
by John Reck
· 6 years ago
dcafa8d
Update screen capture functions to accept a ScreenCaptureListener
by chaviw
· 6 years ago
147c139
Merge "Handle defer transactions on a detached layer"
by TreeHugger Robot
· 6 years ago
e8b4e70
Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)
by Xin Li
· 6 years ago
abb701a
Merge "SurfaceFlinger: DispSync -> VsyncController"
by Ady Abraham
· 6 years ago
8cb2188
SurfaceFlinger: DispSync -> VsyncController
by Ady Abraham
· 6 years ago
edbe6d2
Handle defer transactions on a detached layer
by Vishnu Nair
· 6 years ago
8ffc7b8
Pass IScreenCaptureListener to screen capture functions
by chaviw
· 6 years ago
026919a
Merge "Added ScreenCaptureListener to allow for screenshot request callbacks"
by Chavi Weingarten
· 6 years ago
85bf55a
Added ScreenCaptureListener to allow for screenshot request callbacks
by chaviw
· 6 years ago
8735eac
SurfaceFlinger: VSyncReactor should not know VSyncDispatch
by Ady Abraham
· 6 years ago
9c53ee7
SurfaceFlinger: use duration instead of offset
by Ady Abraham
· 6 years ago
b491c90
SurfaceFlinger: use TFD_TIMER_ABSTIME for VSP timer
by Ady Abraham
· 6 years ago
e0ae0ce
Merge "SurfaceFlinger: remove old DispSync implementation"
by Ady Abraham
· 6 years ago
2fc3769
Merge changes from topic "goldfish_ignore_present_fences"
by TreeHugger Robot
· 6 years ago
8432ef1
Merge "Surfaceflinger: rename PhaseOffsets to VsyncConfiguration"
by TreeHugger Robot
· 6 years ago
49cb7d5
SurfaceFlinger: remove old DispSync implementation
by Ady Abraham
· 6 years ago
133340f
Merge "[SF, CE] Rename viewport, frame and destinationClip"
by TreeHugger Robot
· 6 years ago
8287e85
SurfaceFlinger: expose duration as part of phase offsets
by Ady Abraham
· 6 years ago
c581d3c
Surfaceflinger: rename PhaseOffsets to VsyncConfiguration
by Ady Abraham
· 6 years ago
519ee81
Merge changes I05a42795,Ibe230906
by Dominik Laskowski
· 6 years ago
403e7d8
Merge changes Ie31da48e,I946bfa76
by Pablo Gamito
· 6 years ago
6ad317c
[SF, CE] Rename viewport, frame and destinationClip
by Marin Shalamanov
· 6 years ago
de7a38f
Merge "Remove rotation and use flag useIdentityTransform for screenshots."
by Chavi Weingarten
· 6 years ago
4b9d5e1
Allow screen capture for a specified uid.
by chaviw
· 6 years ago
c6ad8af
Remove rotation and use flag useIdentityTransform for screenshots.
by chaviw
· 6 years ago
c308794
Merge "Added ability to capture secure layers in captureLayers"
by Chavi Weingarten
· 6 years ago
70cb6a4
Added ability to capture secure layers in captureLayers
by chaviw
· 6 years ago
08d05c2
SF: Decouple VsyncModulator from Scheduler
by Dominik Laskowski
· 6 years ago
a93a531
SF: Rename VsyncModulator
by Dominik Laskowski
· 6 years ago
7de1783
Merge "Use type safe display IDs."
by Marin Shalamanov
· 6 years ago
8532956
Merge "SF: Remove EventControlThread"
by TreeHugger Robot
· 6 years ago
8b01cc0
SF: Remove EventControlThread
by Dominik Laskowski
· 6 years ago
26c5248
Unified layer capture functions into one function
by chaviw
· 6 years ago
690db38
Unified display screenshot into one displayCapture function
by chaviw
· 6 years ago
426b5c0
Use ScreenCaptureResults in screenCapture helper functions
by chaviw
· 6 years ago
a524a09
Use type safe display IDs.
by Marin Shalamanov
· 6 years ago
3efadb1
Added LayerCapture args to captureLayers functions
by chaviw
· 6 years ago
3e8f0e6
Add origin UID and PID to transactions trace
by Pablo Gamito
· 6 years ago
f3bf671
Merge "SF: use cached vsync period" into rvc-qpr-dev am: c1e9a49b18
by TreeHugger Robot
· 6 years ago
d243289
Use DisplayCaptureArgs for displayCapture functions.
by chaviw
· 6 years ago
f69d11d
SF: use cached vsync period
by Ady Abraham
· 6 years ago
74a09f4
Merge "Added ScreenCapture args and results struct"
by Chavi Weingarten
· 6 years ago
618c42d
Added ScreenCapture args and results struct
by chaviw
· 6 years ago
58379d9
Merge "Use more inclusive terms." into rvc-dev-plus-aosp am: 6da1a17423 am: e9d251bb1b am: 2658bbf0a2
by Peiyong Lin
· 6 years ago
2658bbf
Merge "Use more inclusive terms." into rvc-dev-plus-aosp am: 6da1a17423 am: e9d251bb1b
by Peiyong Lin
· 6 years ago
63e4725
Merge "SF: hwvsync on for more samples on recalibration" into rvc-qpr-dev am: 50c34a1bb3
by Kevin DuBois
· 6 years ago
50c34a1
Merge "SF: hwvsync on for more samples on recalibration" into rvc-qpr-dev
by Kevin DuBois
· 6 years ago
47c494c
Merge "Remove sourceClip from OutputCompositionState"
by Marin Shalamanov
· 6 years ago
d8460c8
Use more inclusive terms.
by Peiyong Lin
· 6 years ago
2492a02
SF: use cached vsync period
by Ady Abraham
· 6 years ago
06ca163
Remove sourceClip from OutputCompositionState
by Marin Shalamanov
· 6 years ago
568a723
Merge "VSR: dispatch cbs skipped due to timer lag." into rvc-qpr-dev am: 80606cba23
by Kevin DuBois
· 6 years ago
bc7ddff
SF: hwvsync on for more samples on recalibration
by Kevin DuBois
· 6 years ago
8cd2bf5
VSR: dispatch cbs skipped due to timer lag.
by Kevin DuBois
· 6 years ago
7de812b
Merge "SF: move VSyncTracker and VSyncDispatch ownership to Scheduler"
by TreeHugger Robot
· 6 years ago
5a85855
SF: move VSyncTracker and VSyncDispatch ownership to Scheduler
by Ady Abraham
· 6 years ago
f947783
VSR: dispatch cbs skipped due to timer lag.
by Kevin DuBois
· 6 years ago
a3afa22
Merge "SF: Short-circuit scheduler content detection"
by TreeHugger Robot
· 6 years ago
983f2b5
SF: Short-circuit scheduler content detection
by Dominik Laskowski
· 6 years ago
b818bfa
SF: hwvsync on for more samples on recalibration
by Kevin DuBois
· 6 years ago
9ef3d40
Merge "Only attach descendants if parent was detached"
by Chavi Weingarten
· 6 years ago
5e1e8f2
Only attach descendants if parent was detached
by chaviw
· 6 years ago
a39d939
Avoid TREBLE_TESTING_OVERRIDE am: 29e1ae6598 am: a4bf903470 am: 37683a2216
by Steven Moreland
· 6 years ago
1feaa2a
Merge "sf: only look for graphics frame packets when asserting on traces" into rvc-dev-plus-aosp
by TreeHugger Robot
· 6 years ago
a371dfa
sf: only look for graphics frame packets when asserting on traces
by Lalit Maganti
· 6 years ago
29e1ae6
Avoid TREBLE_TESTING_OVERRIDE
by Steven Moreland
· 6 years ago
3b886a7
Merge "sf: only look for graphics frame packets when asserting on traces"
by Lalit Maganti
· 6 years ago
2959e53
Merge "SurfaceFlinger: only ExplicitDefault can use appRequestRange" into rvc-dev am: 747819d612 am: 6765695809 am: 536e09c164 am: ccd5e5dc80
by Ady Abraham
· 6 years ago
747819d
Merge "SurfaceFlinger: only ExplicitDefault can use appRequestRange" into rvc-dev
by Ady Abraham
· 6 years ago
3bde6ae
sf: only look for graphics frame packets when asserting on traces
by Lalit Maganti
· 6 years ago
20c029c
SurfaceFlinger: only ExplicitDefault can use appRequestRange
by Ady Abraham
· 6 years ago
4943ea8
Merge "SF: update VSP timebase on error condition" into rvc-dev am: 9b2526e50d am: 58bf1b3535 am: d9599a51a7 am: 61636da77f
by Kevin DuBois
· 6 years ago
9b2526e
Merge "SF: update VSP timebase on error condition" into rvc-dev
by Kevin DuBois
· 6 years ago
8c79dda
Merge "[SF] Extract {Display|Layer}RenderArea to separate files"
by TreeHugger Robot
· 6 years ago
f6b5d18
[SF] Extract {Display|Layer}RenderArea to separate files
by Marin Shalamanov
· 6 years ago
241d0ee
SF: update VSP timebase on error condition
by Kevin DuBois
· 6 years ago
546c436
Merge "SurfaceFlinger: only focused layers can use appRequestRange" into rvc-dev am: 18c692ccd1 am: 3c7ccbaee2 am: 754a024df1 am: 77c69aab4a
by Ady Abraham
· 6 years ago
aae5ed5
SurfaceFlinger: only focused layers can use appRequestRange
by Ady Abraham
· 6 years ago
356e942
Merge "[SF] Don't keep sp<DisplayDevice> when doing screenshot"
by TreeHugger Robot
· 6 years ago
1c43429
[SF] Don't keep sp<DisplayDevice> when doing screenshot
by Marin Shalamanov
· 6 years ago
c8ccf5c
Merge "Move toggling of kernel idle timer to SF" into rvc-dev am: 6cd3197b00 am: ace4db14da am: 7318bf11be am: 65c0a61825
by Midas Chien
· 6 years ago
b9afd79
Move toggling of kernel idle timer to SF
by Ana Krulec
· 6 years ago
3ea5256
Merge "SurfaceFlinger: add explicit eEarlyWakeup start and end" into rvc-dev am: 72b3fa467d am: 482fad2451 am: 71bb44b0ab am: 46398d7fcf
by Ady Abraham
· 6 years ago
72b3fa4
Merge "SurfaceFlinger: add explicit eEarlyWakeup start and end" into rvc-dev
by Ady Abraham
· 6 years ago
7553059
Merge "SF: avoid rearming Timer during cancel" into rvc-dev am: 0f083b8f33 am: 5f0d4ca567 am: 493368fa7a am: ec9b37a0ce
by TreeHugger Robot
· 6 years ago
0f083b8
Merge "SF: avoid rearming Timer during cancel" into rvc-dev
by TreeHugger Robot
· 6 years ago
Next »