summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/SurfaceFlinger.h
diff options
context:
space:
mode:
authoralk3pInjection <webmaster@raspii.tech>2022-08-05 20:43:06 +0800
committeralk3pInjection <webmaster@raspii.tech>2022-08-05 20:43:06 +0800
commitf8da3173ba698387d6fc339ddf1b6acddba8f95d (patch)
tree481feb058d05580685f08c2de569825d5262f7fd /services/surfaceflinger/SurfaceFlinger.h
parent8b4d40e8e1b00fe7c2701ebf23a9f4e7a532669c (diff)
parent0ed64a10f0ae2adb736cea5b43940d225479e283 (diff)
Merge tag 'LA.QSSI.12.0.r1-08300-qssi.0' into sugisawa-mr1HEADsugisawa-mr1
"LA.QSSI.12.0.r1-08300-qssi.0" Change-Id: Ib5fe7bc85b384f41d021ab589bcbe766e1530d02
Diffstat (limited to 'services/surfaceflinger/SurfaceFlinger.h')
-rw-r--r--services/surfaceflinger/SurfaceFlinger.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/services/surfaceflinger/SurfaceFlinger.h b/services/surfaceflinger/SurfaceFlinger.h
index 44394e50fc..e192c3a9d7 100644
--- a/services/surfaceflinger/SurfaceFlinger.h
+++ b/services/surfaceflinger/SurfaceFlinger.h
@@ -900,7 +900,7 @@ private:
void onMessageRefresh();
// Check if unified draw supported
- void startUnifiedDraw();
+ void startUnifiedDraw() REQUIRES(mStateLock);
void InitComposerExtn();
void createSmomoInstance(const DisplayDeviceState& state) REQUIRES(mStateLock);
void destroySmomoInstance(const sp<DisplayDevice>& display);
@@ -1334,7 +1334,9 @@ private:
void updateInternalDisplaysPresentationMode();
- void createPhaseOffsetExtn();
+ void createPhaseOffsetExtn() REQUIRES(mStateLock);
+
+ void updateSfPhaseOffsets(const sp<DisplayDevice> &display);
void setupDisplayExtnFeatures();