Home
last modified time | relevance | path

Searched refs:tts (Results 1 – 25 of 90) sorted by relevance

1234

/aosp12/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;
H A DMockableCheckVoiceData.java17 package com.android.speech.tts;
22 import android.speech.tts.TextToSpeech;
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/tts/
H A DTtsPlaybackSettingsManager.java17 package com.android.car.settings.tts;
22 import android.speech.tts.TextToSpeech;
23 import android.speech.tts.TtsEngines;
71 TtsPlaybackSettingsManager(Context context, @NonNull TextToSpeech tts, in TtsPlaybackSettingsManager() argument
74 mTts = tts; in TtsPlaybackSettingsManager()
H A DPreferredEngineEntryPreferenceController.java17 package com.android.car.settings.tts;
22 import android.speech.tts.TextToSpeech;
23 import android.speech.tts.TtsEngines;
H A DPreferredEngineOptionsPreferenceController.java17 package com.android.car.settings.tts;
24 import android.speech.tts.TextToSpeech;
25 import android.speech.tts.TtsEngines;
/aosp12/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/tts/
H A DTextToSpeechEngine.java17 package com.android.car.assist.client.tts;
22 import android.speech.tts.TextToSpeech;
23 import android.speech.tts.UtteranceProgressListener;
H A DAndroidTextToSpeechEngine.java17 package com.android.car.assist.client.tts;
22 import android.speech.tts.TextToSpeech;
23 import android.speech.tts.UtteranceProgressListener;
/aosp12/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;
/aosp12/frameworks/base/core/java/android/speech/tts/
H A DITextToSpeechService.aidl17 package android.speech.tts;
22 import android.speech.tts.ITextToSpeechCallback;
23 import android.speech.tts.Voice;
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 DPlaybackQueueItem.java3 package android.speech.tts;
5 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 DSilencePlaybackQueueItem.java16 package android.speech.tts;
19 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;
/aosp12/packages/apps/Settings/src/com/android/settings/tts/
H A DTtsEnginePreferenceFragment.java1 package com.android.settings.tts;
10 import android.speech.tts.TextToSpeech;
11 import android.speech.tts.TextToSpeech.EngineInfo;
12 import android.speech.tts.TtsEngines;
H A DTextToSpeechViewModel.java17 package com.android.settings.tts;
20 import android.speech.tts.TextToSpeech;
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/tts/
H A DPreferredEngineEntryPreferenceControllerTest.java17 package com.android.car.settings.tts;
30 import android.speech.tts.TextToSpeech;
31 import android.speech.tts.TtsEngines;
H A DTtsPlaybackSettingsManagerTest.java17 package com.android.car.settings.tts;
31 import android.speech.tts.TextToSpeech;
32 import android.speech.tts.TtsEngines;
33 import android.speech.tts.Voice;
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/tts/
H A DTtsEnginePreferenceFragmentTest.java17 package com.android.settings.tts;
34 import android.speech.tts.TextToSpeech;
35 import android.speech.tts.TtsEngines;
/aosp12/system/core/libcutils/
H A Dtrace-container.cpp139 uint64_t tts = gettime(CLOCK_THREAD_CPUTIME_ID); \
143 pid, tid, ts, tts, name, value); \
152 pid, tid, ts, tts, name_len, name, value); \
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
H A DShadowTtsEngines.java20 import android.speech.tts.TextToSpeech;
21 import android.speech.tts.TtsEngines;
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowTtsEngines.java20 import android.speech.tts.TextToSpeech;
21 import android.speech.tts.TtsEngines;

1234