Searched refs:mSynthesisRequest (Results 1 – 2 of 2) sorted by relevance
978 private final SynthesisRequest mSynthesisRequest; field in TextToSpeechService.SynthesisSpeechItem996 mSynthesisRequest = new SynthesisRequest(mText, mParams); in SynthesisSpeechItem()998 setRequestParams(mSynthesisRequest); in SynthesisSpeechItem()999 mEventLogger = new EventLogger(mSynthesisRequest, callerUid, callerPid, mPackageName); in SynthesisSpeechItem()1033 TextToSpeechService.this.onSynthesizeText(mSynthesisRequest, synthesisCallback); in playImpl()
65291 Landroid/speech/tts/TextToSpeechService$SynthesisSpeechItem;->mSynthesisRequest:Landroid/speech/tts…