display: Move display blink functions from plugin to core display module 07/288907/9
authorYunhee Seo <yuni.seo@samsung.com>
Fri, 24 Feb 2023 08:17:58 +0000 (17:17 +0900)
committeryunhee <yuni.seo@samsung.com>
Mon, 20 Mar 2023 08:01:56 +0000 (17:01 +0900)
commit14ca6101e746bfbb6d81c79dc1617248458617fc
tree179abe3a54bb93a1ede4831313387c56445e89f4
parentff7f3d7de57b852a9f6ff7e984d96ecd3ef15452
display: Move display blink functions from plugin to core display module

Remove and redefine display blink functions.
These functions are added to below display-backlight.

void display_backlight_set_blink(int timeout)
-> This function set display blink behavior by adding timeout callback.
void display_backlight_unset_blink(void)
-> This function remove blink callback function after DUMP_MODE_WAITING_TIME time.

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