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