Home
last modified time | relevance | path

Searched refs:sInfo (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java482 Intent.FilterComparison intent, ServiceInfo sInfo, boolean callerIsFg, in ServiceRecord() argument
492 serviceInfo = sInfo; in ServiceRecord()
493 appInfo = sInfo.applicationInfo; in ServiceRecord()
494 packageName = sInfo.applicationInfo.packageName; in ServiceRecord()
495 if ((sInfo.flags & ServiceInfo.FLAG_ISOLATED_PROCESS) != 0) { in ServiceRecord()
496 processName = sInfo.processName + ":" + instanceName.getClassName(); in ServiceRecord()
498 processName = sInfo.processName; in ServiceRecord()
500 permission = sInfo.permission; in ServiceRecord()
501 exported = sInfo.exported; in ServiceRecord()
DActiveServices.java2087 ServiceInfo sInfo = rInfo != null ? rInfo.serviceInfo : null; in retrieveServiceLocked() local
2088 if (sInfo == null) { in retrieveServiceLocked()
2094 && (sInfo.flags & ServiceInfo.FLAG_ISOLATED_PROCESS) == 0) { in retrieveServiceLocked()
2096 + "' with non-isolated service '" + sInfo.name + "'"); in retrieveServiceLocked()
2099 sInfo.applicationInfo.packageName, sInfo.name); in retrieveServiceLocked()
2102 name.getPackageName(), sInfo.applicationInfo.uid)) { in retrieveServiceLocked()
2112 String definingPackageName = sInfo.applicationInfo.packageName; in retrieveServiceLocked()
2113 int definingUid = sInfo.applicationInfo.uid; in retrieveServiceLocked()
2114 if ((sInfo.flags & ServiceInfo.FLAG_EXTERNAL_SERVICE) != 0) { in retrieveServiceLocked()
2116 if (!sInfo.exported) { in retrieveServiceLocked()
[all …]
/frameworks/native/headers/media_plugin/media/hardware/
DHardwareAPI.h496 HDRStaticInfo sInfo; // IN/OUT member
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsResolverTest.java989 ImsResolver.ImsServiceInfo sInfo) { in isImsServiceInfoEqual() argument
990 if (!Objects.equals(sInfo.name, name)) { in isImsServiceInfoEqual()
996 if (!sInfo.getSupportedFeatures().contains( in isImsServiceInfoEqual()
1003 if (!sInfo.getSupportedFeatures().contains( in isImsServiceInfoEqual()
1010 if (!sInfo.getSupportedFeatures().contains( in isImsServiceInfoEqual()
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp600 hdrStaticInfoParams->sInfo = mHdrStaticInfo; in getConfig()
682 mHdrStaticInfo = hdrStaticInfoParams->sInfo; in internalSetConfig()
/frameworks/av/media/libstagefright/
DACodec.cpp3698 HDRStaticInfo *info = &params.sInfo; in setHDRStaticInfoForVideoCodec()
3700 setHDRStaticInfoIntoFormat(params.sInfo, outputFormat); in setHDRStaticInfoForVideoCodec()
3770 setHDRStaticInfoIntoFormat(params.sInfo, format); in getHDRStaticInfoForVideoCodec()
3799 const HDRStaticInfo *info = &params.sInfo; in setHDRStaticInfo()