Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/
DATSParser.h66 struct SyncEvent { struct
72 bool hasReturnedData() const { return mHasReturnedData; } in hasReturnedData()
74 off64_t getOffset() const { return mOffset; } in getOffset()
75 const sp<MediaSource> &getMediaSource() const { return mMediaSource; } in getMediaSource()
76 int64_t getTimeUs() const { return mTimeUs; } in getTimeUs()
85 off64_t mOffset;
87 sp<MediaSource> mMediaSource;
89 int64_t mTimeUs;
DATSParser.cpp207 ATSParser::SyncEvent::SyncEvent(off64_t offset) in SyncEvent() function in android::ATSParser::SyncEvent
/frameworks/av/services/audioflinger/
DAudioFlinger.h289 SyncEvent(AudioSystem::sync_event_t type, in SyncEvent() function