Searched defs:SyncEvent (Results 1 – 3 of 3) sorted by relevance
79 struct SyncEvent { struct85 bool hasReturnedData() const { return mHasReturnedData; } in hasReturnedData()87 off64_t getOffset() const { return mOffset; } in getOffset()88 const sp<MediaSource> &getMediaSource() const { return mMediaSource; } in getMediaSource()89 int64_t getTimeUs() const { return mTimeUs; } in getTimeUs()90 SourceType getType() const { return mType; } in getType()99 off64_t mOffset;101 sp<MediaSource> mMediaSource;103 int64_t mTimeUs;104 SourceType mType;
268 ATSParser::SyncEvent::SyncEvent(off64_t offset) in SyncEvent() function in android::ATSParser::SyncEvent
316 SyncEvent(AudioSystem::sync_event_t type, in SyncEvent() function