Lines Matching refs:PatchTrack
832 // TODO: We could check compatibility of the secondaryThread with the PatchTrack
837 sp patchTrack = new PlaybackThread::PatchTrack(secondaryThread,
847 status = patchTrack->initCheck();
849 ALOGE("Secondary output patchTrack init failed: %d", status);
852 teePatches.push_back({patchRecord, patchTrack});
853 secondaryThread->addPatchTrack(patchTrack);
854 // In case the downstream patchTrack on the secondaryThread temporarily outlives
856 patchTrack->setPeerProxy(patchRecord, true /* holdReference */);
857 patchRecord->setPeerProxy(patchTrack, false /* holdReference */);