Searched refs:sInfo (Results 1 – 6 of 6) sorted by relevance
549 Intent.FilterComparison intent, ServiceInfo sInfo, boolean callerIsFg, in ServiceRecord() argument558 serviceInfo = sInfo; in ServiceRecord()559 appInfo = sInfo.applicationInfo; in ServiceRecord()560 packageName = sInfo.applicationInfo.packageName; in ServiceRecord()561 if ((sInfo.flags & ServiceInfo.FLAG_ISOLATED_PROCESS) != 0) { in ServiceRecord()562 processName = sInfo.processName + ":" + instanceName.getClassName(); in ServiceRecord()564 processName = sInfo.processName; in ServiceRecord()566 permission = sInfo.permission; in ServiceRecord()567 exported = sInfo.exported; in ServiceRecord()
3166 ServiceInfo sInfo = rInfo != null ? rInfo.serviceInfo : null; in retrieveServiceLocked() local3167 if (sInfo == null) { in retrieveServiceLocked()3173 && (sInfo.flags & ServiceInfo.FLAG_ISOLATED_PROCESS) == 0) { in retrieveServiceLocked()3175 + "' with non-isolated service '" + sInfo.name + "'"); in retrieveServiceLocked()3178 sInfo.applicationInfo.packageName, sInfo.name); in retrieveServiceLocked()3181 name.getPackageName(), sInfo.applicationInfo.uid)) { in retrieveServiceLocked()3191 String definingPackageName = sInfo.applicationInfo.packageName; in retrieveServiceLocked()3192 int definingUid = sInfo.applicationInfo.uid; in retrieveServiceLocked()3193 if ((sInfo.flags & ServiceInfo.FLAG_EXTERNAL_SERVICE) != 0) { in retrieveServiceLocked()3195 if (!sInfo.exported) { in retrieveServiceLocked()[all …]
496 HDRStaticInfo sInfo; // IN/OUT member
600 hdrStaticInfoParams->sInfo = mHdrStaticInfo; in getConfig()682 mHdrStaticInfo = hdrStaticInfoParams->sInfo; in internalSetConfig()
2162 ImsResolver.ImsServiceInfo sInfo) { in isImsServiceInfoEqual() argument2163 if (!Objects.equals(sInfo.name, name)) { in isImsServiceInfoEqual()2169 if (!sInfo.getSupportedFeatures().contains( in isImsServiceInfoEqual()2176 if (!sInfo.getSupportedFeatures().contains( in isImsServiceInfoEqual()2183 if (!sInfo.getSupportedFeatures().contains( in isImsServiceInfoEqual()
3850 HDRStaticInfo *info = ¶ms.sInfo; in setHDRStaticInfoForVideoCodec()3852 setHDRStaticInfoIntoFormat(params.sInfo, outputFormat); in setHDRStaticInfoForVideoCodec()3922 setHDRStaticInfoIntoFormat(params.sInfo, format); in getHDRStaticInfoForVideoCodec()3951 const HDRStaticInfo *info = ¶ms.sInfo; in setHDRStaticInfo()