Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java317 Intent.FilterComparison intent, ServiceInfo sInfo, boolean callerIsFg, in ServiceRecord() argument
324 serviceInfo = sInfo; in ServiceRecord()
325 appInfo = sInfo.applicationInfo; in ServiceRecord()
326 packageName = sInfo.applicationInfo.packageName; in ServiceRecord()
327 processName = sInfo.processName; in ServiceRecord()
328 permission = sInfo.permission; in ServiceRecord()
329 exported = sInfo.exported; in ServiceRecord()
DActiveServices.java1691 ServiceInfo sInfo = in retrieveServiceLocked() local
1693 if (sInfo == null) { in retrieveServiceLocked()
1699 sInfo.applicationInfo.packageName, sInfo.name); in retrieveServiceLocked()
1700 if ((sInfo.flags & ServiceInfo.FLAG_EXTERNAL_SERVICE) != 0) { in retrieveServiceLocked()
1702 if (!sInfo.exported) { in retrieveServiceLocked()
1706 if ((sInfo.flags & ServiceInfo.FLAG_ISOLATED_PROCESS) == 0) { in retrieveServiceLocked()
1717 sInfo = new ServiceInfo(sInfo); in retrieveServiceLocked()
1718 sInfo.applicationInfo = new ApplicationInfo(sInfo.applicationInfo); in retrieveServiceLocked()
1719 sInfo.applicationInfo.packageName = aInfo.packageName; in retrieveServiceLocked()
1720 sInfo.applicationInfo.uid = aInfo.uid; in retrieveServiceLocked()
[all …]
/frameworks/native/include/media/hardware/
DHardwareAPI.h494 HDRStaticInfo sInfo; // IN/OUT member
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsResolverTest.java869 ImsResolver.ImsServiceInfo sInfo) { in isImsServiceInfoEqual() argument
870 if (!Objects.equals(sInfo.name, name)) { in isImsServiceInfoEqual()
876 if (!sInfo.supportedFeatures.contains(ImsFeature.EMERGENCY_MMTEL)) { in isImsServiceInfoEqual()
881 if (!sInfo.supportedFeatures.contains(ImsFeature.MMTEL)) { in isImsServiceInfoEqual()
886 if (!sInfo.supportedFeatures.contains(ImsFeature.RCS)) { in isImsServiceInfoEqual()
/frameworks/av/media/libstagefright/
DACodec.cpp3591 HDRStaticInfo *info = &params.sInfo; in setHDRStaticInfoForVideoCodec()
3593 setHDRStaticInfoIntoFormat(params.sInfo, outputFormat); in setHDRStaticInfoForVideoCodec()
3663 setHDRStaticInfoIntoFormat(params.sInfo, format); in getHDRStaticInfoForVideoCodec()
3683 const HDRStaticInfo *info = &params.sInfo; in setHDRStaticInfo()