int vcd_check_dbus_connection();
-// int vcdc_send_error_signal(int reason, char *err_msg); // No call in anywhere..
-
-//int vcdc_send_error_signal_to_app(int pid, int reason, char *err_msg);
-
-// int vcdc_send_manager_pid(int manager_pid);
-
-/* for TTS feedback */
-//int vcdc_send_feedback_streaming(int pid, int utt_id, vc_feedback_event_e event, char* buffer, int len);
#ifdef __cplusplus
}
#include "vcd_engine_agent.h"
#include "vcd_config.h"
#include "vcd_recorder.h"
-#include "vcd_dbus.h"
+// #include "vcd_dbus.h"
#include "vcd_tidl.h"
#include "vce_internal.h"
// if (TRUE == __is_default_engine()) {
/* Open dbus connection */
- if (0 != vcd_dbus_open_connection()) {
- SLOG(LOG_ERROR, TAG_VCD, "[Server ERROR] Fail to open connection");
- if (TRUE != vcd_finalize()) {
- SLOG(LOG_ERROR, TAG_VCD, "[Server Error] Fail to finalize");
- }
- return VCD_ERROR_OPERATION_FAILED;
- }
+ // TODO: remove
+ // if (0 != vcd_dbus_open_connection()) {
+ // SLOG(LOG_ERROR, TAG_VCD, "[Server ERROR] Fail to open connection");
+ // if (TRUE != vcd_finalize()) {
+ // SLOG(LOG_ERROR, TAG_VCD, "[Server Error] Fail to finalize");
+ // }
+ // return VCD_ERROR_OPERATION_FAILED;
+ // }
/* Open tidl connection */
if (0 != vcd_tidl_open_connection()) {
}
/* Close dbus connection */
- if (0 != vcd_dbus_close_connection()) {
- SLOG(LOG_ERROR, TAG_VCD, "[ERROR] Fail to close connection");
- }
+ // TODO: remove
+ // if (0 != vcd_dbus_close_connection()) {
+ // SLOG(LOG_ERROR, TAG_VCD, "[ERROR] Fail to close connection");
+ // }
/* Close tidl connection */
if (0 != vcd_tidl_close_connection()) {