Home
last modified time | relevance | path

Searched refs:speech (Results 1 – 25 of 88) sorted by relevance

1234

/aosp14/frameworks/base/core/java/android/speech/
H A DIRecognitionService.aidl17 package android.speech;
22 import android.speech.IModelDownloadListener;
23 import android.speech.IRecognitionListener;
24 import android.speech.IRecognitionSupportCallback;
H A DIRecognitionServiceManagerCallback.aidl17 package android.speech;
19 import android.speech.IRecognitionService;
H A DIRecognitionSupportCallback.aidl17 package android.speech;
20 import android.speech.RecognitionSupport;
H A DIRecognitionServiceManager.aidl17 package android.speech;
21 import android.speech.IRecognitionServiceManagerCallback;
H A DAlternativeSpans.java17 package android.speech;
143 …in.readParcelableList(spans, AlternativeSpan.class.getClassLoader(), android.speech.AlternativeSpa… in AlternativeSpans()
H A DAlternativeSpan.aidl17 package android.speech;
H A DRecognitionPart.aidl17 package android.speech;
H A DRecognitionSupport.aidl17 package android.speech;
/aosp14/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DMockableTextToSpeechService.java17 package com.android.speech.tts;
19 import android.speech.tts.SynthesisCallback;
20 import android.speech.tts.SynthesisRequest;
21 import android.speech.tts.TextToSpeechService;
H A DTextToSpeechTests.java17 package com.android.speech.tts;
19 import android.speech.tts.SynthesisCallback;
20 import android.speech.tts.SynthesisRequest;
21 import android.speech.tts.TextToSpeech;
24 import com.android.speech.tts.MockableTextToSpeechService.IDelegate;
189 private void blockingCallSpeak(String speech, IDelegate mock) throws in blockingCallSpeak() argument
194 mTts.speak(speech, TextToSpeech.QUEUE_ADD, null); in blockingCallSpeak()
H A DMockableCheckVoiceData.java17 package com.android.speech.tts;
22 import android.speech.tts.TextToSpeech;
H A DTtsEnginesTests.java1 package com.android.speech.tts;
3 import android.speech.tts.TtsEngines;
/aosp14/frameworks/base/services/core/java/com/android/server/speech/
H A DSpeechRecognitionManagerServiceImpl.java17 package com.android.server.speech;
34 import android.speech.IModelDownloadListener;
35 import android.speech.IRecognitionListener;
36 import android.speech.IRecognitionService;
37 import android.speech.IRecognitionServiceManagerCallback;
38 import android.speech.IRecognitionSupportCallback;
39 import android.speech.RecognitionService;
40 import android.speech.SpeechRecognizer;
H A DSpeechRecognitionManagerService.java17 package com.android.server.speech;
27 import android.speech.IRecognitionServiceManager;
28 import android.speech.IRecognitionServiceManagerCallback;
H A DRemoteSpeechRecognitionService.java17 package com.android.server.speech;
29 import android.speech.IModelDownloadListener;
30 import android.speech.IRecognitionListener;
31 import android.speech.IRecognitionService;
32 import android.speech.IRecognitionSupportCallback;
33 import android.speech.RecognitionService;
34 import android.speech.SpeechRecognizer;
/aosp14/frameworks/base/core/java/android/speech/tts/
H A DITextToSpeechManager.aidl17 package android.speech.tts;
19 import android.speech.tts.ITextToSpeechSessionCallback;
H A DITextToSpeechSessionCallback.aidl17 package android.speech.tts;
18 import android.speech.tts.ITextToSpeechSession;
H A DITextToSpeechService.aidl17 package android.speech.tts;
22 import android.speech.tts.ITextToSpeechCallback;
23 import android.speech.tts.Voice;
H A DPlaybackQueueItem.java3 package android.speech.tts;
5 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
H A DSilencePlaybackQueueItem.java16 package android.speech.tts;
19 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
H A DAudioPlaybackQueueItem.java16 package android.speech.tts;
23 import android.speech.tts.TextToSpeechService.AudioOutputParams;
24 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
H A DSynthesisPlaybackQueueItem.java16 package android.speech.tts;
19 import android.speech.tts.TextToSpeechService.AudioOutputParams;
20 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
H A DPlaybackSynthesisCallback.java16 package android.speech.tts;
20 import android.speech.tts.TextToSpeechService.AudioOutputParams;
21 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
/aosp14/frameworks/base/services/texttospeech/java/com/android/server/texttospeech/
H A DTextToSpeechManagerPerUserService.java31 import android.speech.tts.ITextToSpeechService;
32 import android.speech.tts.ITextToSpeechSession;
33 import android.speech.tts.ITextToSpeechSessionCallback;
34 import android.speech.tts.TextToSpeech;
H A DTextToSpeechManagerService.java25 import android.speech.tts.ITextToSpeechManager;
26 import android.speech.tts.ITextToSpeechSessionCallback;

1234