aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2017-10-23Add OnScreenReply for applicationzheng_wenlong1-1/+3
With homescreen-service added OnScreenReply, Add OnScreenReply to libhomescreen. Let application can use this api easily. Change-Id: I8038fea7471d1ae0777dcbff19e45c38fb6f614f Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-10-23Modified functional argument from char to jsonzheng_wenlong1-1/+1
Change libhomescreen event api from char to json. Also modify sample who use this. Change-Id: Id3986d413f9494019f6b175488dd73de226ba020 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-10-23Removed thread loopzheng_wenlong1-16/+15
This is redundant thread, it works without thread. So removed thread loop like libsoundmanager. Relative Commit: https://gerrit.automotivelinux.org/gerrit/#/c/11403/ Change-Id: I32d65efcf32f3395719837339659ff94b3e64889 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-10-23Add debug message control by envirmentzheng_wenlong1-0/+69
Add HMI_DEBUG to print debug message, It control by USE_HMI_DEBUG envirment. Change-Id: I4b948f3af0d3a1b5e8707518e5b83a1029df3667 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-10-23Split libhomescreen from agl-homescreen-service-2017zheng_wenlong2-0/+114
Split libhomescreen library from agl-homescreen-service-2017. Relative commit: https://gerrit.automotivelinux.org/gerrit/#/c/11413/ Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>