Searched refs:sInfo (Results 1 – 6 of 6) sorted by relevance
449 Intent.FilterComparison intent, ServiceInfo sInfo, boolean callerIsFg, in ServiceRecord() argument456 serviceInfo = sInfo; in ServiceRecord()457 appInfo = sInfo.applicationInfo; in ServiceRecord()458 packageName = sInfo.applicationInfo.packageName; in ServiceRecord()459 processName = sInfo.processName; in ServiceRecord()460 permission = sInfo.permission; in ServiceRecord()461 exported = sInfo.exported; in ServiceRecord()
1902 ServiceInfo sInfo = in retrieveServiceLocked() local1904 if (sInfo == null) { in retrieveServiceLocked()1910 sInfo.applicationInfo.packageName, sInfo.name); in retrieveServiceLocked()1911 if ((sInfo.flags & ServiceInfo.FLAG_EXTERNAL_SERVICE) != 0) { in retrieveServiceLocked()1913 if (!sInfo.exported) { in retrieveServiceLocked()1917 if ((sInfo.flags & ServiceInfo.FLAG_ISOLATED_PROCESS) == 0) { in retrieveServiceLocked()1928 sInfo = new ServiceInfo(sInfo); in retrieveServiceLocked()1929 sInfo.applicationInfo = new ApplicationInfo(sInfo.applicationInfo); in retrieveServiceLocked()1930 sInfo.applicationInfo.packageName = aInfo.packageName; in retrieveServiceLocked()1931 sInfo.applicationInfo.uid = aInfo.uid; in retrieveServiceLocked()[all …]
496 HDRStaticInfo sInfo; // IN/OUT member
988 ImsResolver.ImsServiceInfo sInfo) { in isImsServiceInfoEqual() argument989 if (!Objects.equals(sInfo.name, name)) { in isImsServiceInfoEqual()995 if (!sInfo.getSupportedFeatures().contains( in isImsServiceInfoEqual()1002 if (!sInfo.getSupportedFeatures().contains( in isImsServiceInfoEqual()1009 if (!sInfo.getSupportedFeatures().contains( in isImsServiceInfoEqual()
599 hdrStaticInfoParams->sInfo = mHdrStaticInfo; in getConfig()654 mHdrStaticInfo = hdrStaticInfoParams->sInfo; in setConfig()
3631 HDRStaticInfo *info = ¶ms.sInfo; in setHDRStaticInfoForVideoCodec()3633 setHDRStaticInfoIntoFormat(params.sInfo, outputFormat); in setHDRStaticInfoForVideoCodec()3703 setHDRStaticInfoIntoFormat(params.sInfo, format); in getHDRStaticInfoForVideoCodec()3723 const HDRStaticInfo *info = ¶ms.sInfo; in setHDRStaticInfo()