Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
eb59e4756dd3b5518ad2ca8a99ebdf53daaccfee
/
services
b27497c
Merge "Check if the window is partially obscured for slippery enters" into rvc-dev
by TreeHugger Robot
· 4 years, 2 months ago
d8c6ef2
Check if the window is partially obscured for slippery enters
by Siarhei Vishniakou
· 5 years ago
41f48c7
DO NOT MERGE Initialize DrawingState::trustedOverlay to false in constructor
by Robin Lee
· 4 years, 4 months ago
7605fb4
Add mechanism for a task's windows to be trusted overlays (SF)
by Winson Chung
· 4 years, 7 months ago
39bc611
Change InputWindowInfo::isTrustedOverlay() to be permission and flag based.
by Chris Ye
· 6 years ago
8cf78f9
Do not modify vector after getting references
by Siarhei Vishniakou
· 4 years, 11 months ago
60f3ab2
resolve merge conflicts of cae2ee036040fc0dce9fc82af9bf8d85240d566b to rvc-dev
by Chavi Weingarten
· 5 years ago
cae2ee0
SF: update mInputFlinger on main thread am: 58fbf9fb2c
by Denis Hsu
· 5 years ago
58fbf9f
SF: update mInputFlinger on main thread
by Denis Hsu
· 6 years ago
f1bf7dd
Prevent mEventCache UAF in SensorEventConnection
by Arthur Ishiguro
· 5 years ago
9fb3ea9
Prevent mEventCache UAF in SensorEventConnection
by Arthur Ishiguro
· 5 years ago
bbf3b37
Prevent mEventCache UAF in SensorEventConnection
by Arthur Ishiguro
· 5 years ago
2b65d6c
GpuService: secure setUpdatableDriverPath
by Yiwei Zhang
· 5 years ago
9aacd0c
Merge "Check if sensor is accessible on flush" into rvc-dev
by TreeHugger Robot
· 6 years ago
747819d
Merge "SurfaceFlinger: only ExplicitDefault can use appRequestRange" into rvc-dev
by Ady Abraham
· 6 years ago
20c029c
SurfaceFlinger: only ExplicitDefault can use appRequestRange
by Ady Abraham
· 6 years ago
29adc8c
Check if sensor is accessible on flush
by Stan Rokita
· 6 years ago
9b2526e
Merge "SF: update VSP timebase on error condition" into rvc-dev
by Kevin DuBois
· 6 years ago
241d0ee
SF: update VSP timebase on error condition
by Kevin DuBois
· 6 years ago
f403598
Merge "Call Layer::getLayerDebugInfo from the main thread" into qt-dev am: f3f2130ec1
by Vishnu Nair
· 6 years ago
aae5ed5
SurfaceFlinger: only focused layers can use appRequestRange
by Ady Abraham
· 6 years ago
31e7a17
Merge "Clear spam log for INPUT_FEATURE_NO_INPUT_CHANNEL window" into rvc-dev
by TreeHugger Robot
· 6 years ago
de43522
Merge "SurfaceFlinger: Force runHandleTransaction" into rvc-dev
by Rob Carr
· 6 years ago
6417d2e
SurfaceFlinger: Force runHandleTransaction
by Robert Carr
· 6 years ago
be73767
Clear spam log for INPUT_FEATURE_NO_INPUT_CHANNEL window
by arthurhung
· 6 years ago
017bcd1
Revert "Clear spam log for INPUT_FEATURE_NO_INPUT_CHANNEL window"
by Mady Mellor
· 6 years ago
b123f47
Call Layer::getLayerDebugInfo from the main thread
by Vishnu Nair
· 6 years ago
80d685a
Clear spam log for INPUT_FEATURE_NO_INPUT_CHANNEL window
by arthurhung
· 6 years ago
34ed4d4
Ensure connection is non-null
by Siarhei Vishniakou
· 6 years ago
c8f2d97
Merge "SF: Guard Power HAL access with lock" into rvc-dev
by TreeHugger Robot
· 6 years ago
a0758a8
Merge "Skip checking the app op for step sensors for legacy apps" into rvc-dev
by TreeHugger Robot
· 6 years ago
3b1a56f
Merge "Fix "Allow/Deny" popup window no respond when use cursor" into rvc-dev
by TreeHugger Robot
· 6 years ago
457e639
Skip checking the app op for step sensors for legacy apps
by Brian Duddie
· 6 years ago
109ad71
Only force send callbacks if they are registered
by Valerie Hau
· 6 years ago
0939722
Merge "Allow native process to load updatable driver." into rvc-dev
by TreeHugger Robot
· 6 years ago
b4a0f85
Fix "Allow/Deny" popup window no respond when use cursor
by arthurhung
· 6 years ago
6b38825
Allow native process to load updatable driver.
by Peiyong Lin
· 6 years ago
b9afd79
Move toggling of kernel idle timer to SF
by Ana Krulec
· 6 years ago
2095000
SF: Guard Power HAL access with lock
by Dan Stoza
· 6 years ago
72b3fa4
Merge "SurfaceFlinger: add explicit eEarlyWakeup start and end" into rvc-dev
by Ady Abraham
· 6 years ago
0f083b8
Merge "SF: avoid rearming Timer during cancel" into rvc-dev
by TreeHugger Robot
· 6 years ago
bf1349c
SurfaceFlinger: add explicit eEarlyWakeup start and end
by Ady Abraham
· 6 years ago
98cbb19
Merge "Revert "Log windows that are being interacted with"" into rvc-dev
by TreeHugger Robot
· 6 years ago
4f6205d
Merge "Do not set eTraversalNeeded w/out wake up" into rvc-dev
by Valerie Hau
· 6 years ago
19824af
Merge changes Iadcd5d8f,Ife2a5a9f into rvc-dev
by TreeHugger Robot
· 6 years ago
3d989c2
Revert "Log windows that are being interacted with"
by Selim Cinek
· 6 years ago
d50e741
Do not set eTraversalNeeded w/out wake up
by Valerie Hau
· 6 years ago
c75b077
[SF] Don't cache VSYNC state in SF
by Marin Shalamanov
· 6 years ago
7394eaa
Log windows that are being interacted with
by Siarhei Vishniakou
· 6 years ago
e462304
Report ANR when waited for longer than the timeout
by Siarhei Vishniakou
· 6 years ago
1ea3cf1
Make tempTouchState a local variable
by Siarhei Vishniakou
· 6 years ago
bde3d9e
Replace KeyedVector with unordered_map in dispatcher
by Siarhei Vishniakou
· 6 years ago
e0fb6bd
Make addGestureMonitors static
by Siarhei Vishniakou
· 6 years ago
dbc3025
Merge "TimeStats: avoid inf value in averageFPS" into rvc-dev
by TreeHugger Robot
· 6 years ago
4b506ad
Merge "Run transaction handling whenever you flush" into rvc-dev
by Valerie Hau
· 6 years ago
b340b73
SF: avoid rearming Timer during cancel
by Kevin DuBois
· 6 years ago
dd221b2
TimeStats: avoid inf value in averageFPS
by Yiwei Zhang
· 6 years ago
5f43db0
Merge "SF: Handle the empty hdr10plus metadata in setPerFrameMetadata" into rvc-dev
by TreeHugger Robot
· 6 years ago
47826a7
Run transaction handling whenever you flush
by Valerie Hau
· 6 years ago
5dc426e
SurfaceFlinger-Input: Ignore invisible layers for occlusion detection
by Robert Carr
· 6 years ago
98c34a8
InputDispatcher: Don't occlude windows with the same PID.
by Robert Carr
· 6 years ago
c8cdfef
surfaceflinger: update property of kernel idle timer
by Amy Hsu
· 6 years ago
1d5146d
SF: Handle the empty hdr10plus metadata in setPerFrameMetadata
by Yichi Chen
· 6 years ago
680edcf
Merge "SurfaceFlinger: missing configChanged event on idle" into rvc-dev
by Ady Abraham
· 6 years ago
dfd6216
SurfaceFlinger: missing configChanged event on idle
by Ady Abraham
· 6 years ago
5e520a5
Merge "Requantize by resolution / 8" into rvc-dev
by TreeHugger Robot
· 6 years ago
6ac57ab
Merge "Only apply early offsets when transaction has been applied" into rvc-dev
by Alec Mouri
· 6 years ago
3c17bad
Merge changes If3b52582,I97a24b74 into rvc-dev
by Ady Abraham
· 6 years ago
e4c16ce
Merge "VSR: Only ignore Composer when rate isn't changing" into rvc-dev
by Dan Stoza
· 6 years ago
0ccd79b
SurfaceFlinger: stabilize heuristic refresh rate calculation
by Ady Abraham
· 6 years ago
5b201d7
Requantize by resolution / 8
by Anthony Stange
· 6 years ago
f792cfe
Only apply early offsets when transaction has been applied
by Alec Mouri
· 6 years ago
ce1cb8c
Merge "Move stats push off of critical path" into rvc-dev
by Alec Mouri
· 6 years ago
09bf763
VSR: Only ignore Composer when rate isn't changing
by Dan Stoza
· 6 years ago
73b522d
Merge "Starts Automotive Display service on boot" into rvc-dev
by TreeHugger Robot
· 6 years ago
b1b9d41
SurfaceFlinger: define a known frame rates list
by Ady Abraham
· 6 years ago
1b6a60c
Move stats push off of critical path
by Alec Mouri
· 6 years ago
6c45778
Merge "Use fenceTime from drawingState instead of bufferInfo" into rvc-dev
by TreeHugger Robot
· 6 years ago
95631e3
Use fenceTime from drawingState instead of bufferInfo
by chaviw
· 6 years ago
7e5f235
Merge "Maintain Z order for all layers in offscreen hierarchy" into rvc-dev
by Chavi Weingarten
· 6 years ago
68d4dab
Maintain Z order for all layers in offscreen hierarchy
by chaviw
· 6 years ago
e0d9770
Merge "SurfaceFlinger: Send all BufferedLayers to InputFlinger" into rvc-dev
by Rob Carr
· 6 years ago
9b89dd7
Merge "[SF] Don't crash if HWC returns an unknown config" into rvc-dev
by TreeHugger Robot
· 6 years ago
533e8e2
[SF] Don't crash if HWC returns an unknown config
by Marin Shalamanov
· 6 years ago
225533e
Merge "Remove FrameTracer from BLAST code" into rvc-dev
by TreeHugger Robot
· 6 years ago
32ca5fe
Merge "Call Layer::getLayerDebugInfo from the main thread" into rvc-dev
by Vishnu Nair
· 6 years ago
038c27e
Starts Automotive Display service on boot
by Changyeon Jo
· 6 years ago
31c08d9
Remove FrameTracer from BLAST code
by Adithya Srinivasan
· 6 years ago
607a0c6
Merge "[RESTRICT AUTOMERGE]gpuservice: always dump all in BugReport" into rvc-dev
by TreeHugger Robot
· 6 years ago
0bc7c52
Merge "SF: avoid updating queue if schedule() is called." into rvc-dev
by Kevin DuBois
· 6 years ago
810a755
Merge "[SF] Don't reset display state on reconnection" into rvc-dev
by Marin Shalamanov
· 6 years ago
90153a1
[RESTRICT AUTOMERGE]gpuservice: always dump all in BugReport
by Yiwei Zhang
· 6 years ago
43bccf8
Call Layer::getLayerDebugInfo from the main thread
by Vishnu Nair
· 6 years ago
5c18c1c
SF: avoid updating queue if schedule() is called.
by Kevin DuBois
· 6 years ago
4c5e301
[SF] Don't reset display state on reconnection
by Marin Shalamanov
· 6 years ago
eab7ea0
Fix issue where surface corner rounding is ignored
by Lucas Dupin
· 6 years ago
c43da98
Merge "DO NOT MERGE: SurfaceFlinger: Don't wake for pending transactions." into rvc-dev
by Rob Carr
· 6 years ago
ab63fa0
Merge "Stop requantizing complex derived sensors" into rvc-dev
by TreeHugger Robot
· 6 years ago
5dc55ca
Stop requantizing complex derived sensors
by Anthony Stange
· 6 years ago
19e96d0
Merge "SF: Reconfirm all period changes, ignore HWC" into rvc-dev
by TreeHugger Robot
· 6 years ago
Next »