Home
last modified time | relevance | path

Searched refs:SourceInfo (Results 1 – 14 of 14) sorted by relevance

/aosp12/bootable/recovery/tests/unit/
H A Dcommands_test.cpp52 SourceInfo source; in TEST()
74 SourceInfo source; in TEST()
100 SourceInfo source; in TEST()
108 ASSERT_EQ(SourceInfo( in TEST()
128 SourceInfo source; in TEST()
152 SourceInfo source; in TEST()
176 ASSERT_EQ(SourceInfo(), command.source()); in TEST()
224 ASSERT_EQ(SourceInfo(), command.source()); in TEST()
408 ASSERT_FALSE(SourceInfo().Overlaps( in TEST()
457 const SourceInfo source( in TEST()
[all …]
/aosp12/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp37 struct MPEG2TSWriter::SourceInfo : public AHandler { struct in android::MPEG2TSWriter
38 explicit SourceInfo(const sp<MediaSource> &source);
64 virtual ~SourceInfo();
91 DISALLOW_EVIL_CONSTRUCTORS(SourceInfo);
94 MPEG2TSWriter::SourceInfo::SourceInfo(const sp<MediaSource> &source) in SourceInfo() function in android::MPEG2TSWriter::SourceInfo
115 MPEG2TSWriter::SourceInfo::~SourceInfo() { in ~SourceInfo()
140 void MPEG2TSWriter::SourceInfo::stop() { in stop()
343 void MPEG2TSWriter::SourceInfo::readMore() { in readMore()
420 void MPEG2TSWriter::SourceInfo::setLastAccessUnit( in setLastAccessUnit()
435 void MPEG2TSWriter::SourceInfo::setEOSReceived() { in setEOSReceived()
[all …]
/aosp12/bootable/recovery/updater/include/private/
H A Dcommands.h102 class SourceInfo {
104 SourceInfo() = default;
106 SourceInfo(std::string hash, RangeSet ranges, RangeSet location, std::vector<StashInfo> stashes) in SourceInfo() function
142 bool operator==(const SourceInfo& other) const {
148 friend std::ostream& operator<<(std::ostream& os, const SourceInfo& source);
164 std::ostream& operator<<(std::ostream& os, const SourceInfo& source);
306 SourceInfo source, StashInfo stash) in Command()
345 const SourceInfo& source() const { in source()
381 const std::string& src_hash, SourceInfo* source,
398 SourceInfo source_;
/aosp12/bootable/recovery/updater/
H A Dcommands.cpp79 const std::string& src_hash, SourceInfo* source, in ParseTargetInfoAndSourceInfo()
129 SourceInfo result(src_hash, src_ranges, {}, {}); in ParseTargetInfoAndSourceInfo()
167 SourceInfo result(src_hash, src_ranges, src_ranges_location, stashes); in ParseTargetInfoAndSourceInfo()
190 SourceInfo source_info; in Parse()
311 bool SourceInfo::Overlaps(const TargetInfo& target) const { in Overlaps()
330 bool SourceInfo::ReadAll( in ReadAll()
359 void SourceInfo::DumpBuffer(const std::vector<uint8_t>& buffer, size_t block_size) const { in DumpBuffer()
390 std::ostream& operator<<(std::ostream& os, const SourceInfo& source) { in operator <<()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMPEG2TSWriter.h54 struct SourceInfo;
66 Vector<sp<SourceInfo> > mSources;
/aosp12/frameworks/base/core/java/android/app/
H A DActivityOptions.java424 private SourceInfo mSourceInfo;
2025 public @Nullable SourceInfo getSourceInfo() { in getSourceInfo()
2039 public void setSourceInfo(@SourceInfo.SourceType int type, long uptimeMillis) { in setSourceInfo()
2040 mSourceInfo = new SourceInfo(type, uptimeMillis); in setSourceInfo()
2115 public static class SourceInfo implements Parcelable { class in ActivityOptions
2139 SourceInfo(@SourceType int srcType, long uptimeMillis) { in SourceInfo() method in ActivityOptions.SourceInfo
2155 public static final Creator<SourceInfo> CREATOR = new Creator<SourceInfo>() {
2156 public SourceInfo createFromParcel(Parcel in) {
2157 return new SourceInfo(in.readInt(), in.readLong());
2160 public SourceInfo[] newArray(int size) {
[all …]
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityMetricsLaunchObserverTests.java40 import android.app.ActivityOptions.SourceInfo;
306 mActivityOptions.setSourceInfo(SourceInfo.TYPE_LAUNCHER, SystemClock.uptimeMillis() - 10); in testOnReportFullyDrawn()
319 .isEqualTo(SourceInfo.TYPE_LAUNCHER); in testOnReportFullyDrawn()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DActivityOptionsCompat.java104 opts.setSourceInfo(ActivityOptions.SourceInfo.TYPE_LAUNCHER, uptimeMillis);
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityMetricsLogger.java75 import android.app.ActivityOptions.SourceInfo;
233 @SourceInfo.SourceType int mSourceType;
294 final SourceInfo sourceInfo = options.getSourceInfo(); in TransitionInfo()
369 @VisibleForTesting final @SourceInfo.SourceType int sourceType;
H A DRecentsAnimation.java265 options.setSourceInfo(ActivityOptions.SourceInfo.TYPE_RECENTS_ANIMATION, eventTime); in startRecentsActivity()
H A DRootWindowContainer.java3595 || opts.getSourceInfo().type != ActivityOptions.SourceInfo.TYPE_LOCKSCREEN) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java4037 options.setSourceInfo(isKeyguardShowing ? ActivityOptions.SourceInfo.TYPE_LOCKSCREEN in getActivityOptions()
4038 : ActivityOptions.SourceInfo.TYPE_NOTIFICATION, eventTime); in getActivityOptions()
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt785 HSPLandroid/app/ActivityOptions$SourceInfo;-><init>(IJ)V
22909 Landroid/app/ActivityOptions$SourceInfo$1;
22910 Landroid/app/ActivityOptions$SourceInfo;
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt785 HSPLandroid/app/ActivityOptions$SourceInfo;-><init>(IJ)V
32542 Landroid/app/ActivityOptions$SourceInfo$1;
32543 Landroid/app/ActivityOptions$SourceInfo;