Searched defs:callerPid (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DEventLogger.java47 EventLogger(SynthesisRequest request, int callerUid, int callerPid, String serviceApp) { argument
50 mCallerPid = callerPid;
H A DTextToSpeechService.java404 public SpeechItem(Object caller, int callerUid, int callerPid, Bundle params) { argument
408 mCallerPid = callerPid;
534 public SynthesisSpeechItem(Object callerIdentity, int callerUid, int callerPid, argument
536 super(callerIdentity, callerUid, callerPid, params);
541 mEventLogger = new EventLogger(mSynthesisRequest, callerUid, callerPid,
636 public SynthesisToFileSpeechItem(Object callerIdentity, int callerUid, int callerPid, argument
639 super(callerIdentity, callerUid, callerPid, params, text);
663 public AudioSpeechItem(Object callerIdentity, int callerUid, int callerPid, argument
665 super(callerIdentity, callerUid, callerPid, params);
690 public SilenceSpeechItem(Object callerIdentity, int callerUid, int callerPid, argument
[all...]

Completed in 43 milliseconds