plugin-api: deviced: Add display state get attribute 53/297253/2
authorYoungjae Cho <y0.cho@samsung.com>
Thu, 10 Aug 2023 04:17:15 +0000 (13:17 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Wed, 16 Aug 2023 02:19:06 +0000 (11:19 +0900)
- DEVICED_DISPLAY_ATTR_INT_GET_CURRENT_STATE
  : Reprenest the current display state. Only gettable.

Change-Id: I170f62ce68ae31c60775d1253d9e83b6f0e706ce
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
src/plugin-api/deviced/include/syscommon-plugin-deviced-display-interface.h

index 956906169a97984405768a22ef976e3d1be67d16..1082c4059f929ea6a675ae677c020bec2c8553cb 100644 (file)
@@ -30,6 +30,7 @@ extern "C" {
 #endif
 
 #define DEVICED_DISPLAY_ATTR_INT_GET_MAX_BRIGHTNESS            (1ULL << 0)
+#define DEVICED_DISPLAY_ATTR_INT_GET_CURRENT_STATE             (1ULL << 1)
 
 enum deviced_display_state {
        DEVICED_DISPLAY_STATE_START,