Fix IPC interface for preparing protocol 76/279076/4
authorSuyeon Hwang <stom.hwang@samsung.com>
Fri, 29 Jul 2022 03:21:29 +0000 (12:21 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Tue, 2 Aug 2022 02:31:41 +0000 (11:31 +0900)
commit1e3d361972b48f6a0fb33c3f8ff02d22209ea754
treefd4548516bbfa460c19a294749081f9d3e47c751
parent6215ade4eeaa95a363ee4ddf0221fbf6d2c99651
Fix IPC interface for preparing protocol

- Requirement:
Client want to send mode information to server with hello message.

- Solution:
Actually, mode information is already set before calling tts_prepare()
function, so client should be able to send mode information within hello
message. However, current code sends mode information through another
IPC method.
This patch changes the hello message interface between server and
client. Through this patch, client can send mode information with hello
message at once.

Change-Id: Ie4c622b48507935d2ba35980fc2b44c4854bdeb8
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
client/tts_core.c
client/tts_dbus.c
client/tts_dbus.h
client/tts_ipc.c
client/tts_ipc.h
client/tts_tidl.c
client/tts_tidl.h
server/ttsd_dbus_server.c
server/ttsd_tidl.c
tidl/tts.tidl