Home
last modified time | relevance | path

Searched refs:mSourceType (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DRcsContactUceCapability.java232 private @SourceType int mSourceType; field in RcsContactUceCapability
243 mSourceType = sourceType; in RcsContactUceCapability()
249 mSourceType = in.readInt(); in RcsContactUceCapability()
261 out.writeInt(mSourceType); in writeToParcel()
346 return mSourceType; in getSourceType()
382 builder.append(mSourceType); in toString()
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DTimerRecordingAction.java43 private final int mSourceType; field in TimerRecordingAction
50 mSourceType = sourceType; in TimerRecordingAction()
62 switch (mSourceType) { in sendTimerMessage()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumLabelMaker.java135 private final int mSourceType; field in AlbumLabelMaker.AlbumLabelJob
140 mSourceType = sourceType; in AlbumLabelJob()
149 Bitmap icon = getOverlayAlbumIcon(mSourceType); in run()
H A DAlbumSetSlidingWindow.java483 private final int mSourceType; field in AlbumSetSlidingWindow.AlbumLabelLoader
490 mSourceType = sourceType; in AlbumLabelLoader()
496 mTitle, String.valueOf(mTotalCount), mSourceType), l); in submitBitmapTask()
/aosp12/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiRecordSources.java62 /* package */ final int mSourceType; field in HdmiRecordSources.RecordSource
66 mSourceType = sourceType; in RecordSource()
86 data[index++] = (byte) mSourceType; in toByteArray()
H A DHdmiTimerRecordSources.java419 super(recordSource.mSourceType, recordSource.getDataSize(false) + 1); in ExternalSourceDecorator()
/aosp12/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
H A DExynosDisplayDrmInterfaceModule.cpp640 if (mppSource->mSourceType >= MPP_SOURCE_MAX) { in setPlaneColorSetting()
642 "%s: invalid mpp source type (%d)", __func__, mppSource->mSourceType); in setPlaneColorSetting()
655 if (mppSource->mSourceType == MPP_SOURCE_LAYER) { in setPlaneColorSetting()
660 } else if (mppSource->mSourceType == MPP_SOURCE_COMPOSITION_TARGET) { in setPlaneColorSetting()
664 "%s: invalid mpp source type (%d)", __func__, mppSource->mSourceType); in setPlaneColorSetting()
669 if (mppSource->mSourceType == MPP_SOURCE_LAYER) { in setPlaneColorSetting()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityMetricsLogger.java233 @SourceInfo.SourceType int mSourceType; field in ActivityMetricsLogger.TransitionInfo
296 mSourceType = sourceInfo.type; in TransitionInfo()
407 sourceType = info.mSourceType; in TransitionInfoSnapshot()
1142 info.mSourceType, in logAppTransitionReportedDrawn()
/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/
H A DExynosMPP.h448 uint32_t mSourceType; variable
H A DExynosMPP.cpp89 : mSourceType(MPP_SOURCE_MAX), in ExynosMPPSource()
106 : mSourceType(sourceType), in ExynosMPPSource()
2222 mppSource, mppSource->mSourceType, in assignMPP()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDisplay.cpp589 if (mM2mMPP->mAssignedSources[i]->mSourceType == MPP_SOURCE_LAYER) { in dump()
593 … result.appendFormat("[%d]sourceType_%d ", i, mM2mMPP->mAssignedSources[i]->mSourceType); in dump()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt23231 Landroid/hardware/hdmi/HdmiRecordSources$RecordSource;->mSourceType:I