Searched defs:SyncEvent (Results 1 – 3 of 3) sorted by relevance
66 struct SyncEvent { struct72 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;
207 ATSParser::SyncEvent::SyncEvent(off64_t offset) in SyncEvent() function in android::ATSParser::SyncEvent
289 SyncEvent(AudioSystem::sync_event_t type, in SyncEvent() function