Searched defs:SourceInfo (Results 1 – 3 of 3) sorted by relevance
48 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 …]
106 SourceInfo(std::string hash, RangeSet ranges, RangeSet location, std::vector<StashInfo> stashes) in SourceInfo() function
2115 public static class SourceInfo implements Parcelable { class in ActivityOptions2139 SourceInfo(@SourceType int srcType, long uptimeMillis) { in SourceInfo() method in ActivityOptions.SourceInfo