Searched refs:AudioOutputParams (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/speech/tts/ |
D | AudioPlaybackQueueItem.java | 23 import android.speech.tts.TextToSpeechService.AudioOutputParams; 32 private final AudioOutputParams mAudioParams; 40 Context context, Uri uri, AudioOutputParams audioParams) { in AudioPlaybackQueueItem()
|
D | PlaybackSynthesisCallback.java | 20 import android.speech.tts.TextToSpeechService.AudioOutputParams; 34 private final AudioOutputParams mAudioParams; 55 PlaybackSynthesisCallback(@NonNull AudioOutputParams audioParams, in PlaybackSynthesisCallback()
|
D | BlockingAudioTrack.java | 7 import android.speech.tts.TextToSpeechService.AudioOutputParams; 48 private final AudioOutputParams mAudioParams; 78 BlockingAudioTrack(AudioOutputParams audioParams, int sampleRate, in BlockingAudioTrack()
|
D | TextToSpeechService.java | 694 static class AudioOutputParams { class in TextToSpeechService 722 AudioOutputParams() { in AudioOutputParams() method in TextToSpeechService.AudioOutputParams 729 AudioOutputParams(int sessionId, float volume, float pan, in AudioOutputParams() method in TextToSpeechService.AudioOutputParams 738 static AudioOutputParams createFromParamsBundle(Bundle paramsBundle, boolean isSpeech) { in createFromParamsBundle() 740 return new AudioOutputParams(); in createFromParamsBundle() 757 return new AudioOutputParams( in createFromParamsBundle() 970 AudioOutputParams getAudioParams() { in getAudioParams() 971 return AudioOutputParams.createFromParamsBundle(mParams, true); in getAudioParams() 1160 AudioOutputParams getAudioParams() { in getAudioParams() 1161 return AudioOutputParams.createFromParamsBundle(mParams, false); in getAudioParams()
|
D | SynthesisPlaybackQueueItem.java | 19 import android.speech.tts.TextToSpeechService.AudioOutputParams; 79 SynthesisPlaybackQueueItem(AudioOutputParams audioParams, int sampleRate, in SynthesisPlaybackQueueItem()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 65041 …droid/content/Context;Landroid/net/Uri;Landroid/speech/tts/TextToSpeechService$AudioOutputParams;)V 65044 …ts/AudioPlaybackQueueItem;->mAudioParams:Landroid/speech/tts/TextToSpeechService$AudioOutputParams; 65225 Landroid/speech/tts/TextToSpeechService$AudioOutputParams;-><init>()V 65226 Landroid/speech/tts/TextToSpeechService$AudioOutputParams;-><init>(IFFLandroid/media/AudioAttribute… 65227 …ToSpeechService$AudioOutputParams;->createFromParamsBundle(Landroid/os/Bundle;Z)Landroid/speech/tt… 65228 Landroid/speech/tts/TextToSpeechService$AudioOutputParams;->mAudioAttributes:Landroid/media/AudioAt… 65229 Landroid/speech/tts/TextToSpeechService$AudioOutputParams;->mPan:F 65230 Landroid/speech/tts/TextToSpeechService$AudioOutputParams;->mSessionId:I 65231 Landroid/speech/tts/TextToSpeechService$AudioOutputParams;->mVolume:F 65232 …ervice$AudioSpeechItem;->getAudioParams()Landroid/speech/tts/TextToSpeechService$AudioOutputParams; [all …]
|