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.java318 Intent.FilterComparison intent, ServiceInfo sInfo, boolean callerIsFg, in ServiceRecord() argument
325 serviceInfo = sInfo; in ServiceRecord()
326 appInfo = sInfo.applicationInfo; in ServiceRecord()
327 packageName = sInfo.applicationInfo.packageName; in ServiceRecord()
328 processName = sInfo.processName; in ServiceRecord()
329 permission = sInfo.permission; in ServiceRecord()
330 exported = sInfo.exported; in ServiceRecord()
DActiveServices.java1700 ServiceInfo sInfo = in retrieveServiceLocked() local
1702 if (sInfo == null) { in retrieveServiceLocked()
1708 sInfo.applicationInfo.packageName, sInfo.name); in retrieveServiceLocked()
1709 if ((sInfo.flags & ServiceInfo.FLAG_EXTERNAL_SERVICE) != 0) { in retrieveServiceLocked()
1711 if (!sInfo.exported) { in retrieveServiceLocked()
1715 if ((sInfo.flags & ServiceInfo.FLAG_ISOLATED_PROCESS) == 0) { in retrieveServiceLocked()
1726 sInfo = new ServiceInfo(sInfo); in retrieveServiceLocked()
1727 sInfo.applicationInfo = new ApplicationInfo(sInfo.applicationInfo); in retrieveServiceLocked()
1728 sInfo.applicationInfo.packageName = aInfo.packageName; in retrieveServiceLocked()
1729 sInfo.applicationInfo.uid = aInfo.uid; 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.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.cpp3592 HDRStaticInfo *info = &params.sInfo; in setHDRStaticInfoForVideoCodec()
3594 setHDRStaticInfoIntoFormat(params.sInfo, outputFormat); in setHDRStaticInfoForVideoCodec()
3664 setHDRStaticInfoIntoFormat(params.sInfo, format); in getHDRStaticInfoForVideoCodec()
3684 const HDRStaticInfo *info = &params.sInfo; in setHDRStaticInfo()