/aosp12/bootable/recovery/tests/unit/ |
H A D | commands_test.cpp | 52 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 D | MPEG2TSWriter.cpp | 37 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 D | commands.h | 102 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 D | commands.cpp | 79 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 D | MPEG2TSWriter.h | 54 struct SourceInfo; 66 Vector<sp<SourceInfo> > mSources;
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ActivityOptions.java | 424 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 D | ActivityMetricsLaunchObserverTests.java | 40 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 D | ActivityOptionsCompat.java | 104 opts.setSourceInfo(ActivityOptions.SourceInfo.TYPE_LAUNCHER, uptimeMillis);
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityMetricsLogger.java | 75 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 D | RecentsAnimation.java | 265 options.setSourceInfo(ActivityOptions.SourceInfo.TYPE_RECENTS_ANIMATION, eventTime); in startRecentsActivity()
|
H A D | RootWindowContainer.java | 3595 || opts.getSourceInfo().type != ActivityOptions.SourceInfo.TYPE_LOCKSCREEN) {
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBar.java | 4037 options.setSourceInfo(isKeyguardShowing ? ActivityOptions.SourceInfo.TYPE_LOCKSCREEN in getActivityOptions() 4038 : ActivityOptions.SourceInfo.TYPE_NOTIFICATION, eventTime); in getActivityOptions()
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 785 HSPLandroid/app/ActivityOptions$SourceInfo;-><init>(IJ)V 22909 Landroid/app/ActivityOptions$SourceInfo$1; 22910 Landroid/app/ActivityOptions$SourceInfo;
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 785 HSPLandroid/app/ActivityOptions$SourceInfo;-><init>(IJ)V 32542 Landroid/app/ActivityOptions$SourceInfo$1; 32543 Landroid/app/ActivityOptions$SourceInfo;
|