From: manoj Date: Wed, 29 Aug 2018 08:08:02 +0000 (+0530) Subject: [ITC][voice-control][ACR-1267]Added voice control new API into wearable X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1fe565e0df47860aa154b2ecb4a1fb62c96149b;p=test%2Ftct%2Fnative%2Fapi.git [ITC][voice-control][ACR-1267]Added voice control new API into wearable Change-Id: I49e341c82714ad8dde72f339244072e6a3cf0327 Signed-off-by: manoj --- diff --git a/src/itc/voice-control/tct-voice-control-native_wearable.h b/src/itc/voice-control/tct-voice-control-native_wearable.h index 6c154383d..c58f5601d 100755 --- a/src/itc/voice-control/tct-voice-control-native_wearable.h +++ b/src/itc/voice-control/tct-voice-control-native_wearable.h @@ -58,6 +58,10 @@ extern int ITc_vce_get_command_count_p(void); extern int ITc_vce_get_audio_type_p(void); extern int ITc_vce_start_stop_recording_p(void); extern int ITc_vce_set_private_data_requested_cb_p(void); +extern int ITc_vce_send_specific_engine_result_p(void); +extern int ITc_vce_set_unset_specific_engine_request_cb_p(void); +extern int ITc_vce_send_feedback_audio_format_p(void); +extern int ITc_vce_send_feedback_streaming_p(void); testcase tc_array[] = { {"ITc_vc_cmd_create_destroy_p",ITc_vc_cmd_create_destroy_p,ITs_voice_control_startup,ITs_voice_control_cleanup}, @@ -95,6 +99,10 @@ testcase tc_array[] = { {"ITc_vce_get_audio_type_p",ITc_vce_get_audio_type_p,ITs_voice_control_engine_startup,ITs_voice_control_engine_cleanup}, {"ITc_vce_start_stop_recording_p",ITc_vce_start_stop_recording_p,ITs_voice_control_engine_startup,ITs_voice_control_engine_cleanup}, {"ITc_vce_set_private_data_requested_cb_p",ITc_vce_set_private_data_requested_cb_p,ITs_voice_control_engine_startup,ITs_voice_control_engine_cleanup}, + {"ITc_vce_send_specific_engine_result_p", ITc_vce_send_specific_engine_result_p, ITs_voice_control_engine_startup, ITs_voice_control_engine_cleanup}, + {"ITc_vce_set_unset_specific_engine_request_cb_p", ITc_vce_set_unset_specific_engine_request_cb_p, ITs_voice_control_engine_startup, ITs_voice_control_engine_cleanup}, + {"ITc_vce_send_feedback_audio_format_p", ITc_vce_send_feedback_audio_format_p, ITs_voice_control_engine_startup, ITs_voice_control_engine_cleanup}, + {"ITc_vce_send_feedback_streaming_p", ITc_vce_send_feedback_streaming_p, ITs_voice_control_engine_startup, ITs_voice_control_engine_cleanup}, {NULL, NULL} };