Home | History | Annotate | Download | only in tts

Lines Matching refs:callerPid

404         public SpeechItem(Object caller, int callerUid, int callerPid, Bundle params) {
408 mCallerPid = callerPid;
534 public SynthesisSpeechItem(Object callerIdentity, int callerUid, int callerPid,
536 super(callerIdentity, callerUid, callerPid, params);
541 mEventLogger = new EventLogger(mSynthesisRequest, callerUid, callerPid,
636 public SynthesisToFileSpeechItem(Object callerIdentity, int callerUid, int callerPid,
639 super(callerIdentity, callerUid, callerPid, params, text);
698 public AudioSpeechItem(Object callerIdentity, int callerUid, int callerPid,
700 super(callerIdentity, callerUid, callerPid, params);
725 public SilenceSpeechItem(Object callerIdentity, int callerUid, int callerPid,
727 super(callerIdentity, callerUid, callerPid, params);