Home
last modified time | relevance | path

Searched refs:presentationComplete (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/services/audioflinger/datapath/
DAudioStreamOut.cpp169 void AudioStreamOut::presentationComplete() { in presentationComplete() function in android::AudioStreamOut
170 stream->presentationComplete(); in presentationComplete()
DAudioStreamOut.h91 virtual void presentationComplete();
/frameworks/av/services/audioflinger/
DPlaybackTracks.h261 bool presentationComplete(int64_t framesWritten, size_t audioHalFrames) final;
264 bool presentationComplete(uint32_t latencyMs) final;
DIAfTrack.h410 virtual bool presentationComplete(int64_t framesWritten, size_t audioHalFrames) = 0;
413 virtual bool presentationComplete(uint32_t latencyMs) = 0;
DThreads.cpp5730 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()
DTracks.cpp1735 bool Track::presentationComplete( in presentationComplete() function in android::Track
1778 bool Track::presentationComplete(uint32_t latencyMs) in presentationComplete() function in android::Track
/frameworks/av/media/libaudiohal/include/media/audiohal/
DStreamHalInterface.h219 virtual status_t presentationComplete() = 0;
/frameworks/av/media/libaudiohal/impl/
DStreamHalHidl.h175 status_t presentationComplete() override;
DStreamHalAidl.h354 status_t presentationComplete() override;
DStreamHalHidl.cpp722 status_t StreamOutHalHidl::presentationComplete() { in presentationComplete() function in android::StreamOutHalHidl
DStreamHalAidl.cpp825 status_t StreamOutHalAidl::presentationComplete() { in presentationComplete() function in android::StreamOutHalAidl