Use tts_ipc function as same way regardless of ipc methods. 30/256630/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Thu, 8 Apr 2021 07:23:25 +0000 (16:23 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Thu, 8 Apr 2021 07:39:20 +0000 (16:39 +0900)
commit28eaf14118e607bb5f2414f8f851c5f70448499e
treee0ca6d6beed967e3dd791234ea314377ad7acb61
parent9d9815cec96e3d08b9e57c14de345a0fbf424923
Use tts_ipc function as same way regardless of ipc methods.

tts_ipc layer is interface layer.
Thus, developer should not have no interest below the layer.

However, in current code, tts_ipc function is used as different way by the ipc method.
Calling interface as same way is better to read, and if there is difference, the difference should
be covered on implementation layer.

This patch unify the usages of functions in tts_ipc. To unify the usage, this patch also fix the
implementation of each method dbus and tidl.

Change-Id: I557fed82f11cace93f52eb13a9ba37bb9287a38d
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
client/tts.c
client/tts_dbus.c
client/tts_dbus.h
client/tts_ipc.c
client/tts_tidl.c