display: Relocate touch_event_blocked() 06/294106/1
authorYunhee Seo <yuni.seo@samsung.com>
Mon, 12 Jun 2023 12:46:48 +0000 (21:46 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Tue, 13 Jun 2023 07:11:38 +0000 (16:11 +0900)
commiteb986c8d42dd107f15cfb14b4ac7220d79fcc455
tree827ae3a434b45e760c202bae3d01712ba4d2acdd
parente4a5f20676cb9b32e0735c1e28f6b8185a5d8265
display: Relocate touch_event_blocked()

touch_event_blocked() checks touch event blocking during lcd_on/off_procedure().
For relocating lcd_on/off_procedure(), touch_event_blocked() is also relocated.

This functions are added below display-misc.
- int display_misc_set_touch_event_blocked(bool blocked);
- bool display_misc_is_touch_event_blocked(void);
    -> This replaces touch_event_blocked()

Change-Id: Icaa609ad4a4e168663dd85556dea2c448b5747bd
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
plugins/iot-headed/display/core.c
plugins/iot-headed/display/key-filter.c
plugins/mobile/display/core.c
plugins/mobile/display/key-filter.c
plugins/tv/display/core.c
plugins/tv/display/key-filter.c
plugins/wearable/display/core.c
plugins/wearable/display/key-filter.c
src/display/core.h
src/display/display-misc.c
src/display/display-misc.h