Make functions to access callbacks and handle of the client 94/248494/6
authorSuyeon Hwang <stom.hwang@samsung.com>
Wed, 11 Nov 2020 08:21:30 +0000 (17:21 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Thu, 18 Mar 2021 07:58:30 +0000 (16:58 +0900)
commit3cc2a20c2de6e84ccdd6f844332bd58e1e85600f
tree81090adf81383a73511ecdbace8716bc42677b43
parent777f84aa62b221adcdc9495d77cc08be911d777e
Make functions to access callbacks and handle of the client

To access safely to member of tts_client_s, this patch define new functions.
Theses functions provides the access of the member of tts_client_s.

And if there is requirement of thread safety, we will easily implement it, only
fixing these functions.

Change-Id: I6190f106ffc334baed4fa0a477fd92f5c204a059
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
client/tts.c
client/tts_client.c
client/tts_client.h
client/tts_core.c
client/tts_tidl.c