Searched refs:sInfo (Results 1 – 4 of 4) sorted by relevance
313 Intent.FilterComparison intent, ServiceInfo sInfo, boolean callerIsFg, in ServiceRecord() argument320 serviceInfo = sInfo; in ServiceRecord()321 appInfo = sInfo.applicationInfo; in ServiceRecord()322 packageName = sInfo.applicationInfo.packageName; in ServiceRecord()323 processName = sInfo.processName; in ServiceRecord()324 permission = sInfo.permission; in ServiceRecord()325 exported = sInfo.exported; in ServiceRecord()
1276 ServiceInfo sInfo = in retrieveServiceLocked() local1278 if (sInfo == null) { in retrieveServiceLocked()1284 sInfo.applicationInfo.packageName, sInfo.name); in retrieveServiceLocked()1285 if ((sInfo.flags & ServiceInfo.FLAG_EXTERNAL_SERVICE) != 0) { in retrieveServiceLocked()1287 if (!sInfo.exported) { in retrieveServiceLocked()1291 if ((sInfo.flags & ServiceInfo.FLAG_ISOLATED_PROCESS) == 0) { in retrieveServiceLocked()1302 sInfo = new ServiceInfo(sInfo); in retrieveServiceLocked()1303 sInfo.applicationInfo = new ApplicationInfo(sInfo.applicationInfo); in retrieveServiceLocked()1304 sInfo.applicationInfo.packageName = aInfo.packageName; in retrieveServiceLocked()1305 sInfo.applicationInfo.uid = aInfo.uid; in retrieveServiceLocked()[all …]
494 HDRStaticInfo sInfo; // IN/OUT member
3446 HDRStaticInfo *info = ¶ms.sInfo; in setHDRStaticInfoForVideoCodec()3448 setHDRStaticInfoIntoFormat(params.sInfo, outputFormat); in setHDRStaticInfoForVideoCodec()3518 setHDRStaticInfoIntoFormat(params.sInfo, format); in getHDRStaticInfoForVideoCodec()3538 const HDRStaticInfo *info = ¶ms.sInfo; in setHDRStaticInfo()