Home | History | Annotate | Download | only in speech

Lines Matching refs:src_id

109       Send(new TtsMsg_DidStartSpeaking(utterance->src_id()));
112 Send(new TtsMsg_DidFinishSpeaking(utterance->src_id()));
115 Send(new TtsMsg_WordBoundary(utterance->src_id(), char_index));
118 Send(new TtsMsg_SentenceBoundary(utterance->src_id(), char_index));
121 Send(new TtsMsg_MarkerEvent(utterance->src_id(), char_index));
124 Send(new TtsMsg_WasInterrupted(utterance->src_id()));
127 Send(new TtsMsg_WasCancelled(utterance->src_id()));
131 utterance->src_id(), error_message));
134 Send(new TtsMsg_DidPauseSpeaking(utterance->src_id()));
137 Send(new TtsMsg_DidResumeSpeaking(utterance->src_id()));