Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/
DATSParser.h81 struct SyncEvent { struct
87 bool hasReturnedData() const { return mHasReturnedData; } in hasReturnedData()
89 off64_t getOffset() const { return mOffset; } in getOffset()
90 const sp<AnotherPacketSource> &getMediaSource() const { return mMediaSource; } in getMediaSource()
91 int64_t getTimeUs() const { return mTimeUs; } in getTimeUs()
92 SourceType getType() const { return mType; } in getType()
101 off64_t mOffset;
103 sp<AnotherPacketSource> mMediaSource;
105 int64_t mTimeUs;
106 SourceType mType;
DATSParser.cpp279 ATSParser::SyncEvent::SyncEvent(off64_t offset) in SyncEvent() function in android::ATSParser::SyncEvent
/frameworks/av/services/audioflinger/
DAudioFlinger.h298 SyncEvent(AudioSystem::sync_event_t type, in SyncEvent() function