Home
last modified time | relevance | path

Searched defs:tallyUnderrunFrames (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libaudioclient/
DAudioTrackShared.cpp1012 void AudioTrackServerProxy::tallyUnderrunFrames(uint32_t frameCount) in tallyUnderrunFrames() function in android::AudioTrackServerProxy
1277 void StaticAudioTrackServerProxy::tallyUnderrunFrames(uint32_t frameCount) in tallyUnderrunFrames() function in android::StaticAudioTrackServerProxy
/frameworks/av/services/audioflinger/
DTrackBase.h224 void tallyUnderrunFrames(size_t /* frames */) override {} in tallyUnderrunFrames() function
DPlaybackTracks.h201 void tallyUnderrunFrames(size_t frames) final { in tallyUnderrunFrames() function
DThreads.cpp5608 void tallyUnderrunFrames(const sp<IAfTrack>& track, size_t underrunFrames) { in prepareTracks_l() function in android::MixerThread::prepareTracks_l::DeferredOperations