Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPlaybackTracks.h199 void setTeePatchesToUpdate_l(TeePatches teePatchesToUpdate) final;
395 TeePatches mTeePatches;
396 std::optional<TeePatches> mTeePatchesToUpdate;
DIAfTrack.h53 using TeePatches = std::vector<TeePatch>; variable
359 virtual void setTeePatchesToUpdate_l(TeePatches teePatchesToUpdate) = 0;
DTracks.cpp1089 TeePatches teePatches; in interceptBuffer()
1652 void Track::setTeePatchesToUpdate_l(TeePatches teePatchesToUpdate) { in setTeePatchesToUpdate_l()
DAudioFlinger.cpp3877 TeePatches teePatches; in updateSecondaryOutputsForTrack_l()