Searched refs:onTimestamp (Results 1 – 10 of 10) sorted by relevance
120 void SourceAudioBufferProvider::onTimestamp(const ExtendedTimestamp ×tamp) in onTimestamp() function in android::SourceAudioBufferProvider122 mSource->onTimestamp(timestamp); in onTimestamp()
58 void MonoPipeReader::onTimestamp(const ExtendedTimestamp ×tamp) in onTimestamp() function in android::MonoPipeReader
34 virtual void onTimestamp(const ExtendedTimestamp& /*timestamp*/) { } in onTimestamp() function
52 virtual void onTimestamp(const ExtendedTimestamp ×tamp);
321 virtual void onTimestamp(const ExtendedTimestamp& /*timestamp*/) { } in onTimestamp() function
40 virtual void onTimestamp(const ExtendedTimestamp ×tamp);
78 void onTimestamp(const ExtendedTimestamp ×tamp) final;
236 void onTimestamp(const ExtendedTimestamp ×tamp) override;
1131 void Track::onTimestamp(const ExtendedTimestamp ×tamp) in onTimestamp() function in android::Track3552 void MmapTrack::onTimestamp(const ExtendedTimestamp& timestamp __unused) in onTimestamp() function in android::MmapTrack
383 fastTrack->mBufferProvider->onTimestamp(perTrackTimestamp); in onWork()