A temporary replacement for ma_request_speech_data() logic
authorJi-hoon Lee <dalton.lee@samsung.com>
Wed, 10 Oct 2018 08:02:47 +0000 (17:02 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Mon, 15 Oct 2018 01:59:56 +0000 (10:59 +0900)
commitbb30674dcd03a2237d366ae1f1d67d1b96a24d20
tree7504b09af91e984929d6c414d4c1a806ea2d102c
parent6276d315f8604deb6692ecdaf26540f545ddf402
A temporary replacement for ma_request_speech_data() logic

The MA client should ask for speech data when it's ready,
but currently such a call like "ma_request_speech_data()"
has not been prepared yet.
Thus, as a workaround solution, we add a timer to spend
enough time until the client receives service state ready
message from the voice control engine and is able to
send speech data to it.

Change-Id: I6dd13a9146a7455b219b796301d4b803d05b9095
src/multi_assistant_service.c