Home
last modified time | relevance | path

Searched defs:SourceInfo (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp48 enum {
67 enum {
72 sp<MediaSource> mSource;
73 sp<ALooper> mLooper;
74 sp<AMessage> mNotify;
76 sp<ABuffer> mAACCodecSpecificData;
78 sp<ABuffer> mBuffer;
80 sp<ABuffer> mLastAccessUnit;
81 bool mEOSReceived;
83 unsigned mStreamType;
[all …]
/aosp12/bootable/recovery/updater/include/private/
H A Dcommands.h106 SourceInfo(std::string hash, RangeSet ranges, RangeSet location, std::vector<StashInfo> stashes) in SourceInfo() function
/aosp12/frameworks/base/core/java/android/app/
H A DActivityOptions.java2115 public static class SourceInfo implements Parcelable { class in ActivityOptions
2139 SourceInfo(@SourceType int srcType, long uptimeMillis) { in SourceInfo() method in ActivityOptions.SourceInfo