HomeSort by relevance Sort by last modified time
    Searched refs:callerPid (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/speech/tts/
EventLogger.java 47 EventLogger(SynthesisRequest request, int callerUid, int callerPid, String serviceApp) {
50 mCallerPid = callerPid;
TextToSpeechService.java 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,
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 514 milliseconds