Searched refs:callerPid (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/services/java/com/android/server/firewall/
H A DSenderFilter.java35 static boolean isSystemApp(ApplicationInfo callerApp, int callerUid, int callerPid) { argument
37 callerPid == Process.myPid()) {
71 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
82 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
87 return isSystemApp(callerApp, callerUid, callerPid);
94 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
95 return isSystemApp(callerApp, callerUid, callerPid) ||
103 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
108 return ifw.checkComponentPermission(null, callerPid, callerUid, resolvedApp.uid, false);
H A DFilter.java33 * @param callerPid
38 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp);
37 matches(IntentFirewall ifw, Intent intent, ApplicationInfo callerApp, int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) argument
H A DAndFilter.java29 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
31 if (!children.get(i).matches(ifw, intent, callerApp, callerUid, callerPid, resolvedType,
28 matches(IntentFirewall ifw, Intent intent, ApplicationInfo callerApp, int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) argument
H A DOrFilter.java29 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
31 if (children.get(i).matches(ifw, intent, callerApp, callerUid, callerPid, resolvedType,
28 matches(IntentFirewall ifw, Intent intent, ApplicationInfo callerApp, int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) argument
H A DSenderPermissionFilter.java37 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
41 return ifw.checkComponentPermission(mPermission, callerPid, callerUid, resolvedApp.uid,
36 matches(IntentFirewall ifw, Intent intent, ApplicationInfo callerApp, int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) argument
H A DNotFilter.java36 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
37 return !mChild.matches(ifw, intent, callerApp, callerUid, callerPid, resolvedType,
35 matches(IntentFirewall ifw, Intent intent, ApplicationInfo callerApp, int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) argument
H A DCategoryFilter.java38 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
37 matches(IntentFirewall ifw, Intent intent, ApplicationInfo callerApp, int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) argument
H A DPortFilter.java45 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
44 matches(IntentFirewall ifw, Intent intent, ApplicationInfo callerApp, int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) argument
H A DIntentFirewall.java123 int callerPid, String resolvedType, ActivityInfo resolvedActivity) {
130 if (rule.matches(this, intent, callerApp, callerUid, callerPid, resolvedType,
122 checkStartActivity(Intent intent, ApplicationInfo callerApp, int callerUid, int callerPid, String resolvedType, ActivityInfo resolvedActivity) argument
H A DStringFilter.java123 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
122 matches(IntentFirewall ifw, Intent intent, ApplicationInfo callerApp, int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) argument
/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.java418 public SpeechItem(Object caller, int callerUid, int callerPid, Bundle params) { argument
422 mCallerPid = callerPid;
493 public UtteranceSpeechItem(Object caller, int callerUid, int callerPid, Bundle params) { argument
494 super(caller, callerUid, callerPid, params);
561 public SynthesisSpeechItem(Object callerIdentity, int callerUid, int callerPid, argument
563 super(callerIdentity, callerUid, callerPid, params);
568 mEventLogger = new EventLogger(mSynthesisRequest, callerUid, callerPid,
664 int callerPid, Bundle params, String text, FileOutputStream fileOutputStream) {
665 super(callerIdentity, callerUid, callerPid, params, text);
694 public AudioSpeechItem(Object callerIdentity, int callerUid, int callerPid, argument
663 SynthesisToFileOutputStreamSpeechItem(Object callerIdentity, int callerUid, int callerPid, Bundle params, String text, FileOutputStream fileOutputStream) argument
721 SilenceSpeechItem(Object callerIdentity, int callerUid, int callerPid, Bundle params, long duration) argument
750 LoadLanguageItem(Object callerIdentity, int callerUid, int callerPid, Bundle params, String language, String country, String variant) argument
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java6589 final int callerPid = Binder.getCallingPid();

Completed in 631 milliseconds