Searched refs:presentationComplete (Results 1 – 11 of 11) sorted by relevance
169 void AudioStreamOut::presentationComplete() { in presentationComplete() function in android::AudioStreamOut170 stream->presentationComplete(); in presentationComplete()
91 virtual void presentationComplete();
261 bool presentationComplete(int64_t framesWritten, size_t audioHalFrames) final;264 bool presentationComplete(uint32_t latencyMs) final;
410 virtual bool presentationComplete(int64_t framesWritten, size_t audioHalFrames) = 0;413 virtual bool presentationComplete(uint32_t latencyMs) = 0;
5730 if (!(mStandby || track->presentationComplete(framesWritten, audioHALFrames))) { in prepareTracks_l()6187 if (mStandby || track->presentationComplete(framesWritten, audioHALFrames)) { in prepareTracks_l()6932 (presComplete = track->presentationComplete(latency_l())) || in prepareTracks_l()6935 mOutput->presentationComplete(); in prepareTracks_l()7534 mOutput->presentationComplete(); in prepareTracks_l()7535 track->presentationComplete(latency_l()); // always returns true in prepareTracks_l()
1735 bool Track::presentationComplete( in presentationComplete() function in android::Track1778 bool Track::presentationComplete(uint32_t latencyMs) in presentationComplete() function in android::Track
219 virtual status_t presentationComplete() = 0;
175 status_t presentationComplete() override;
354 status_t presentationComplete() override;
722 status_t StreamOutHalHidl::presentationComplete() { in presentationComplete() function in android::StreamOutHalHidl
825 status_t StreamOutHalAidl::presentationComplete() { in presentationComplete() function in android::StreamOutHalAidl