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.java449 Intent.FilterComparison intent, ServiceInfo sInfo, boolean callerIsFg, in ServiceRecord() argument
456 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()
DActiveServices.java1902 ServiceInfo sInfo = in retrieveServiceLocked() local
1904 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 …]
/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.java988 ImsResolver.ImsServiceInfo sInfo) { in isImsServiceInfoEqual() argument
989 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()
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp599 hdrStaticInfoParams->sInfo = mHdrStaticInfo; in getConfig()
654 mHdrStaticInfo = hdrStaticInfoParams->sInfo; in setConfig()
/frameworks/av/media/libstagefright/
DACodec.cpp3631 HDRStaticInfo *info = &params.sInfo; in setHDRStaticInfoForVideoCodec()
3633 setHDRStaticInfoIntoFormat(params.sInfo, outputFormat); in setHDRStaticInfoForVideoCodec()
3703 setHDRStaticInfoIntoFormat(params.sInfo, format); in getHDRStaticInfoForVideoCodec()
3723 const HDRStaticInfo *info = &params.sInfo; in setHDRStaticInfo()