SPDConnection      77 chrome/browser/speech/tts_linux.cc   SPDConnection* conn_;
SPDConnection     162 third_party/speech-dispatcher/libspeechd.h SPDConnection* spd_open(const char* client_name, const char* connection_name, const char* user_name,
SPDConnection     164 third_party/speech-dispatcher/libspeechd.h SPDConnection* spd_open2(const char* client_name, const char* connection_name, const char* user_name,
SPDConnection     168 third_party/speech-dispatcher/libspeechd.h void spd_close(SPDConnection* connection);
SPDConnection     171 third_party/speech-dispatcher/libspeechd.h int spd_say(SPDConnection* connection, SPDPriority priority, const char* text);
SPDConnection     172 third_party/speech-dispatcher/libspeechd.h int spd_sayf(SPDConnection* connection, SPDPriority priority, const char *format, ...);
SPDConnection     175 third_party/speech-dispatcher/libspeechd.h int spd_stop(SPDConnection* connection);
SPDConnection     176 third_party/speech-dispatcher/libspeechd.h int spd_stop_all(SPDConnection* connection);
SPDConnection     177 third_party/speech-dispatcher/libspeechd.h int spd_stop_uid(SPDConnection* connection, int target_uid);
SPDConnection     179 third_party/speech-dispatcher/libspeechd.h int spd_cancel(SPDConnection* connection);
SPDConnection     180 third_party/speech-dispatcher/libspeechd.h int spd_cancel_all(SPDConnection* connection);
SPDConnection     181 third_party/speech-dispatcher/libspeechd.h int spd_cancel_uid(SPDConnection* connection, int target_uid);
SPDConnection     183 third_party/speech-dispatcher/libspeechd.h int spd_pause(SPDConnection* connection);
SPDConnection     184 third_party/speech-dispatcher/libspeechd.h int spd_pause_all(SPDConnection* connection);
SPDConnection     185 third_party/speech-dispatcher/libspeechd.h int spd_pause_uid(SPDConnection* connection, int target_uid);
SPDConnection     187 third_party/speech-dispatcher/libspeechd.h int spd_resume(SPDConnection* connection);
SPDConnection     188 third_party/speech-dispatcher/libspeechd.h int spd_resume_all(SPDConnection* connection);
SPDConnection     189 third_party/speech-dispatcher/libspeechd.h int spd_resume_uid(SPDConnection* connection, int target_uid);
SPDConnection     192 third_party/speech-dispatcher/libspeechd.h int spd_key(SPDConnection* connection, SPDPriority priority, const char *key_name);
SPDConnection     193 third_party/speech-dispatcher/libspeechd.h int spd_char(SPDConnection* connection, SPDPriority priority, const char *character);
SPDConnection     194 third_party/speech-dispatcher/libspeechd.h int spd_wchar(SPDConnection* connection, SPDPriority priority, wchar_t wcharacter);
SPDConnection     197 third_party/speech-dispatcher/libspeechd.h int spd_sound_icon(SPDConnection* connection, SPDPriority priority, const char *icon_name);
SPDConnection     200 third_party/speech-dispatcher/libspeechd.h int spd_set_voice_type(SPDConnection*, SPDVoiceType type);
SPDConnection     201 third_party/speech-dispatcher/libspeechd.h int spd_set_voice_type_all(SPDConnection*, SPDVoiceType type);
SPDConnection     202 third_party/speech-dispatcher/libspeechd.h int spd_set_voice_type_uid(SPDConnection*, SPDVoiceType type, unsigned int uid);
SPDConnection     204 third_party/speech-dispatcher/libspeechd.h int spd_set_synthesis_voice(SPDConnection*, const char *voice_name);
SPDConnection     205 third_party/speech-dispatcher/libspeechd.h int spd_set_synthesis_voice_all(SPDConnection*, const char *voice_name);
SPDConnection     206 third_party/speech-dispatcher/libspeechd.h int spd_set_synthesis_voice_uid(SPDConnection*, const char *voice_name, unsigned int uid);
SPDConnection     208 third_party/speech-dispatcher/libspeechd.h int spd_set_data_mode(SPDConnection *connection, SPDDataMode mode);
SPDConnection     210 third_party/speech-dispatcher/libspeechd.h int spd_set_notification_on(SPDConnection* connection, SPDNotification notification);
SPDConnection     211 third_party/speech-dispatcher/libspeechd.h int spd_set_notification_off(SPDConnection* connection, SPDNotification notification);
SPDConnection     212 third_party/speech-dispatcher/libspeechd.h int spd_set_notification(SPDConnection* connection, SPDNotification notification, const char* state);
SPDConnection     214 third_party/speech-dispatcher/libspeechd.h int spd_set_voice_rate(SPDConnection* connection, signed int rate);
SPDConnection     215 third_party/speech-dispatcher/libspeechd.h int spd_set_voice_rate_all(SPDConnection* connection, signed int rate);
SPDConnection     216 third_party/speech-dispatcher/libspeechd.h int spd_set_voice_rate_uid(SPDConnection* connection, signed int rate, unsigned int uid);
SPDConnection     218 third_party/speech-dispatcher/libspeechd.h int spd_set_voice_pitch(SPDConnection* connection, signed int pitch);
SPDConnection     219 third_party/speech-dispatcher/libspeechd.h int spd_set_voice_pitch_all(SPDConnection* connection, signed int pitch);
SPDConnection     220 third_party/speech-dispatcher/libspeechd.h int spd_set_voice_pitch_uid(SPDConnection* connection, signed int pitch, unsigned int uid);
SPDConnection     222 third_party/speech-dispatcher/libspeechd.h int spd_set_volume(SPDConnection* connection, signed int volume);
SPDConnection     223 third_party/speech-dispatcher/libspeechd.h int spd_set_volume_all(SPDConnection* connection, signed int volume);
SPDConnection     224 third_party/speech-dispatcher/libspeechd.h int spd_set_volume_uid(SPDConnection* connection, signed int volume, unsigned int uid);
SPDConnection     226 third_party/speech-dispatcher/libspeechd.h int spd_set_punctuation(SPDConnection* connection, SPDPunctuation type);
SPDConnection     227 third_party/speech-dispatcher/libspeechd.h int spd_set_punctuation_all(SPDConnection* connection, SPDPunctuation type);
SPDConnection     228 third_party/speech-dispatcher/libspeechd.h int spd_set_punctuation_uid(SPDConnection* connection, SPDPunctuation type, unsigned int uid);
SPDConnection     230 third_party/speech-dispatcher/libspeechd.h int spd_set_capital_letters(SPDConnection* connection, SPDCapitalLetters type);
SPDConnection     231 third_party/speech-dispatcher/libspeechd.h int spd_set_capital_letters_all(SPDConnection* connection, SPDCapitalLetters type);
SPDConnection     232 third_party/speech-dispatcher/libspeechd.h int spd_set_capital_letters_uid(SPDConnection* connection, SPDCapitalLetters type, unsigned int uid);
SPDConnection     234 third_party/speech-dispatcher/libspeechd.h int spd_set_spelling(SPDConnection* connection, SPDSpelling type);
SPDConnection     235 third_party/speech-dispatcher/libspeechd.h int spd_set_spelling_all(SPDConnection* connection, SPDSpelling type);
SPDConnection     236 third_party/speech-dispatcher/libspeechd.h int spd_set_spelling_uid(SPDConnection* connection, SPDSpelling type, unsigned int uid);
SPDConnection     238 third_party/speech-dispatcher/libspeechd.h int spd_set_language(SPDConnection* connection, const char* language);
SPDConnection     239 third_party/speech-dispatcher/libspeechd.h int spd_set_language_all(SPDConnection* connection, const char* language);
SPDConnection     240 third_party/speech-dispatcher/libspeechd.h int spd_set_language_uid(SPDConnection* connection, const char* language, unsigned int uid);
SPDConnection     242 third_party/speech-dispatcher/libspeechd.h int spd_set_output_module(SPDConnection* connection, const char* output_module);
SPDConnection     243 third_party/speech-dispatcher/libspeechd.h int spd_set_output_module_all(SPDConnection* connection, const char* output_module);
SPDConnection     244 third_party/speech-dispatcher/libspeechd.h int spd_set_output_module_uid(SPDConnection* connection, const char* output_module, unsigned int uid);
SPDConnection     246 third_party/speech-dispatcher/libspeechd.h int spd_get_client_list(SPDConnection *connection, char **client_names, int *client_ids, int* active);
SPDConnection     247 third_party/speech-dispatcher/libspeechd.h int spd_get_message_list_fd(SPDConnection *connection, int target, int *msg_ids, char **client_names);
SPDConnection     249 third_party/speech-dispatcher/libspeechd.h char** spd_list_modules(SPDConnection *connection);
SPDConnection     250 third_party/speech-dispatcher/libspeechd.h char** spd_list_voices(SPDConnection *connection);
SPDConnection     251 third_party/speech-dispatcher/libspeechd.h SPDVoice** spd_list_synthesis_voices(SPDConnection *connection);
SPDConnection     252 third_party/speech-dispatcher/libspeechd.h char** spd_execute_command_with_list_reply(SPDConnection *connection, char* command);
SPDConnection     256 third_party/speech-dispatcher/libspeechd.h int spd_execute_command(SPDConnection* connection, char* command);
SPDConnection     257 third_party/speech-dispatcher/libspeechd.h int spd_execute_command_with_reply(SPDConnection *connection, char* command, char **reply);
SPDConnection     258 third_party/speech-dispatcher/libspeechd.h int spd_execute_command_wo_mutex(SPDConnection *connection, char* command);
SPDConnection     259 third_party/speech-dispatcher/libspeechd.h char* spd_send_data(SPDConnection* connection, const char *message, int wfr);
SPDConnection     260 third_party/speech-dispatcher/libspeechd.h char* spd_send_data_wo_mutex(SPDConnection *connection, const char *message, int wfr);