display: Move custom_status getter and setter from plugin to core display module 57/288757/11
authorYunhee Seo <yuni.seo@samsung.com>
Wed, 22 Feb 2023 10:13:07 +0000 (19:13 +0900)
committeryunhee <yuni.seo@samsung.com>
Mon, 20 Mar 2023 07:59:18 +0000 (16:59 +0900)
commit383e4720474e40910546553121ca8f3a02ab044b
treeec723acb7e6c4f736f6023265adb315647f022de
parentaab322435e84a497cc3849586d2913b9d6c6d587
display: Move custom_status getter and setter from plugin to core display module

Remove and redefine custom_status getter/setter.
These functions are added below display-backlight.

void display_backlight_set_custom_status(bool on)
void display_backlight_get_custom_status(bool *on)
-> With these functions, it is possible to get and set custom status.

Change-Id: I353fd29d0d9fcc00504070f42d472c2bb89f3511
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
16 files changed:
plugins/iot-headed/display/core.c
plugins/iot-headed/display/device-interface.c
plugins/iot-headed/display/key-filter.c
plugins/mobile/display/core.c
plugins/mobile/display/device-interface.c
plugins/mobile/display/key-filter.c
plugins/tv/display/core.c
plugins/tv/display/device-interface.c
plugins/tv/display/key-filter.c
plugins/wearable/display/core.c
plugins/wearable/display/device-interface.c
plugins/wearable/display/key-filter.c
src/display/device-interface.h
src/display/display-backlight.c
src/display/display-backlight.h
src/display/display-dbus.c