Searched refs:sInfo (Results 1 – 6 of 6) sorted by relevance
492 Intent.FilterComparison intent, ServiceInfo sInfo, boolean callerIsFg, in ServiceRecord() argument502 serviceInfo = sInfo; in ServiceRecord()503 appInfo = sInfo.applicationInfo; in ServiceRecord()504 packageName = sInfo.applicationInfo.packageName; in ServiceRecord()505 if ((sInfo.flags & ServiceInfo.FLAG_ISOLATED_PROCESS) != 0) { in ServiceRecord()506 processName = sInfo.processName + ":" + instanceName.getClassName(); in ServiceRecord()508 processName = sInfo.processName; in ServiceRecord()510 permission = sInfo.permission; in ServiceRecord()511 exported = sInfo.exported; in ServiceRecord()
2394 ServiceInfo sInfo = rInfo != null ? rInfo.serviceInfo : null; in retrieveServiceLocked() local2395 if (sInfo == null) { in retrieveServiceLocked()2401 && (sInfo.flags & ServiceInfo.FLAG_ISOLATED_PROCESS) == 0) { in retrieveServiceLocked()2403 + "' with non-isolated service '" + sInfo.name + "'"); in retrieveServiceLocked()2406 sInfo.applicationInfo.packageName, sInfo.name); in retrieveServiceLocked()2409 name.getPackageName(), sInfo.applicationInfo.uid)) { in retrieveServiceLocked()2419 String definingPackageName = sInfo.applicationInfo.packageName; in retrieveServiceLocked()2420 int definingUid = sInfo.applicationInfo.uid; in retrieveServiceLocked()2421 if ((sInfo.flags & ServiceInfo.FLAG_EXTERNAL_SERVICE) != 0) { in retrieveServiceLocked()2423 if (!sInfo.exported) { in retrieveServiceLocked()[all …]
496 HDRStaticInfo sInfo; // IN/OUT member
600 hdrStaticInfoParams->sInfo = mHdrStaticInfo; in getConfig()682 mHdrStaticInfo = hdrStaticInfoParams->sInfo; in internalSetConfig()
1949 ImsResolver.ImsServiceInfo sInfo) { in isImsServiceInfoEqual() argument1950 if (!Objects.equals(sInfo.name, name)) { in isImsServiceInfoEqual()1956 if (!sInfo.getSupportedFeatures().contains( in isImsServiceInfoEqual()1963 if (!sInfo.getSupportedFeatures().contains( in isImsServiceInfoEqual()1970 if (!sInfo.getSupportedFeatures().contains( in isImsServiceInfoEqual()
3772 HDRStaticInfo *info = ¶ms.sInfo; in setHDRStaticInfoForVideoCodec()3774 setHDRStaticInfoIntoFormat(params.sInfo, outputFormat); in setHDRStaticInfoForVideoCodec()3844 setHDRStaticInfoIntoFormat(params.sInfo, format); in getHDRStaticInfoForVideoCodec()3873 const HDRStaticInfo *info = ¶ms.sInfo; in setHDRStaticInfo()