Home
last modified time | relevance | path

Searched refs:teePatches (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DTracks.cpp1089 TeePatches teePatches; in interceptBuffer() local
1092 teePatches = mTeePatches; in interceptBuffer()
1095 for (auto& teePatch : teePatches) { in interceptBuffer()
1108 spent.count(), teePatches.size()); in interceptBuffer()
DAudioFlinger.cpp3877 TeePatches teePatches; in updateSecondaryOutputsForTrack_l() local
3958 teePatches.push_back({patchRecord, patchTrack}); in updateSecondaryOutputsForTrack_l()
3965 track->setTeePatchesToUpdate_l(std::move(teePatches)); in updateSecondaryOutputsForTrack_l()