Home
last modified time | relevance | path

Searched refs:setTeePatchesToUpdate_l (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audioflinger/
DPlaybackTracks.h199 void setTeePatchesToUpdate_l(TeePatches teePatchesToUpdate) final;
DIAfTrack.h359 virtual void setTeePatchesToUpdate_l(TeePatches teePatchesToUpdate) = 0;
DTracks.cpp1652 void Track::setTeePatchesToUpdate_l(TeePatches teePatchesToUpdate) { in setTeePatchesToUpdate_l() function in android::Track
DAudioFlinger.cpp3965 track->setTeePatchesToUpdate_l(std::move(teePatches)); in updateSecondaryOutputsForTrack_l()