Home
last modified time | relevance | path

Searched refs:SourceType (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.h74 enum SourceType { enum
86 int64_t timeUs, SourceType type);
93 SourceType getType() const { return mType; } in getType()
107 SourceType mType;
130 sp<AnotherPacketSource> getSource(SourceType type);
131 bool hasSource(SourceType type) const;
H A DATSParser.cpp85 sp<AnotherPacketSource> getSource(SourceType type);
86 bool hasSource(SourceType type) const;
174 SourceType getSourceType();
175 sp<AnotherPacketSource> getSource(SourceType type);
285 int64_t timeUs, SourceType type) { in init()
785 sp<AnotherPacketSource> ATSParser::Program::getSource(SourceType type) { in getSource()
796 bool ATSParser::Program::hasSource(SourceType type) const { in hasSource()
1812 ATSParser::SourceType ATSParser::Stream::getSourceType() { in getSourceType()
1823 sp<AnotherPacketSource> ATSParser::Stream::getSource(SourceType type) { in getSource()
2258 sp<AnotherPacketSource> ATSParser::getSource(SourceType type) { in getSource()
[all …]
/aosp12/art/runtime/
H A Dobj_ptr-inl.h117 template <typename SourceType>
118 inline ObjPtr<MirrorType> ObjPtr<MirrorType>::DownCast(ObjPtr<SourceType> ptr) { in DownCast()
119 static_assert(std::is_base_of_v<SourceType, MirrorType>, in DownCast()
125 template <typename SourceType>
126 inline ObjPtr<MirrorType> ObjPtr<MirrorType>::DownCast(SourceType* ptr) { in DownCast()
127 static_assert(std::is_base_of_v<SourceType, MirrorType>, in DownCast()
H A Dobj_ptr.h101 template <typename SourceType>
102 static ObjPtr<MirrorType> DownCast(ObjPtr<SourceType> ptr) REQUIRES_SHARED(Locks::mutator_lock_);
105 template <typename SourceType>
106 static ObjPtr<MirrorType> DownCast(SourceType* ptr) REQUIRES_SHARED(Locks::mutator_lock_);
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DRcsContactUceCapability.java75 public @interface SourceType {} annotation in RcsContactUceCapability
137 public OptionsBuilder(@NonNull Uri contact, @SourceType int sourceType) { in OptionsBuilder()
195 public PresenceBuilder(@NonNull Uri contact, @SourceType int sourceType, in PresenceBuilder()
232 private @SourceType int mSourceType;
240 @SourceType int sourceType) { in RcsContactUceCapability()
345 public @SourceType int getSourceType() { in getSourceType()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/util/
H A DFeatureTags.java22 import android.telephony.ims.RcsContactUceCapability.SourceType;
130 @SourceType int sourceType, List<String> featureTags) { in getContactCapability()
/aosp12/hardware/interfaces/audio/policy/1.0/xml/api/
H A Dcurrent.txt10 method public audio.policy.V1_0.SourceType getSource_optional();
17 method public void setSource_optional(audio.policy.V1_0.SourceType);
42 method public audio.policy.V1_0.SourceType getSource();
48 method public void setSource(audio.policy.V1_0.SourceType);
186 public class SourceType {
187 ctor public SourceType();
/aosp12/frameworks/av/media/libstagefright/mpeg2ts/test/
H A DMpeg2tsUnitTest.cpp119 static const ATSParser::SourceType mediaType[] = {ATSParser::VIDEO, ATSParser::AUDIO, in TEST_P()
158 ATSParser::SourceType currentMediaType = mediaType[i]; in TEST_P()
/aosp12/frameworks/av/media/extractors/mpeg2/
H A DMPEG2TSExtractor.cpp436 ATSParser::SourceType type = static_cast<ATSParser::SourceType>(i); in init()
566 ATSParser::SourceType type = ev.getType(); in estimateDurationsFromTimesUsAtEnd()
/aosp12/frameworks/base/core/java/android/app/
H A DActivityOptions.java2039 public void setSourceInfo(@SourceInfo.SourceType int type, long uptimeMillis) { in setSourceInfo()
2131 public @interface SourceType {} annotation in ActivityOptions.SourceInfo
2134 public final @SourceType int type;
2139 SourceInfo(@SourceType int srcType, long uptimeMillis) { in SourceInfo()
/aosp12/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h105 static ATSParser::SourceType getSourceTypeForStream(StreamType type);
H A DPlaylistFetcher.cpp1482 ATSParser::SourceType srcTypes[] = in onDownloadNext()
1489 ATSParser::SourceType srcType = srcTypes[i]; in onDownloadNext()
1768 ATSParser::SourceType type =LiveSession::getSourceTypeForStream(stream); in extractAndQueueAccessUnitsFromTs()
1825 ATSParser::SourceType type =LiveSession::getSourceTypeForStream(stream); in extractAndQueueAccessUnitsFromTs()
H A DLiveSession.cpp261 ATSParser::SourceType LiveSession::getSourceTypeForStream(StreamType type) { in getSourceTypeForStream()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DContext.cpp55 template<typename ReturnType, typename SourceType>
56 static ReturnType hidl_to_rs(SourceType* src) { in hidl_to_rs()
67 template<typename ReturnType, typename SourceType>
68 static ReturnType rs_to_hidl(SourceType* src) { in rs_to_hidl()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityMetricsLogger.java233 @SourceInfo.SourceType int mSourceType;
369 @VisibleForTesting final @SourceInfo.SourceType int sourceType;
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto4357 enum SourceType { enum
4365 optional SourceType source_type = 16;
4437 enum SourceType { enum
4444 optional SourceType source_type = 9;