aboutsummaryrefslogtreecommitdiff
path: root/system/hwc3/Common.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/hwc3/Common.h')
-rw-r--r--system/hwc3/Common.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/system/hwc3/Common.h b/system/hwc3/Common.h
index 5b6587e6..493e5d08 100644
--- a/system/hwc3/Common.h
+++ b/system/hwc3/Common.h
@@ -44,8 +44,12 @@ namespace aidl::android::hardware::graphics::composer3::impl {
bool IsCuttlefish();
bool IsCuttlefishFoldable();
-bool IsNoOpMode();
-bool IsClientCompositionMode();
+
+bool IsInNoOpCompositionMode();
+bool IsInClientCompositionMode();
+
+bool IsInNoOpDisplayFinderMode();
+bool IsInDrmDisplayFinderMode();
namespace HWC3 {
enum class Error : int32_t {