summaryrefslogtreecommitdiff
path: root/hwc3/ComposerClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwc3/ComposerClient.h')
-rw-r--r--hwc3/ComposerClient.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/hwc3/ComposerClient.h b/hwc3/ComposerClient.h
index 7a76fa4..11e0a52 100644
--- a/hwc3/ComposerClient.h
+++ b/hwc3/ComposerClient.h
@@ -134,6 +134,12 @@ public:
ndk::ScopedAStatus setIdleTimerEnabled(int64_t display, int32_t timeout) override;
ndk::ScopedAStatus setRefreshRateChangedCallbackDebugEnabled(int64_t /* display */,
bool /* enabled */) override;
+ ndk::ScopedAStatus getDisplayConfigurations(
+ int64_t display, int32_t maxFrameIntervalNs,
+ std::vector<DisplayConfiguration>* configs) override;
+ ndk::ScopedAStatus notifyExpectedPresent(int64_t display,
+ const ClockMonotonicTimestamp& expectedPresentTime,
+ int32_t frameIntervalNs) override;
protected:
::ndk::SpAIBinder createBinder() override;