Searched refs:effectChain (Results 1 – 2 of 2) sorted by relevance
1085 sp<IAfEffectChain> effectChain = nullptr; in createTrack() local1100 effectChain = getOrphanEffectChain_l(sessionId); in createTrack()1146 if (effectChain != nullptr) { in createTrack()1147 if (moveEffectChain_ll(sessionId, nullptr, thread, effectChain.get()) in createTrack()
1878 for (const auto& effectChain : effectChains) { in lockEffectChains_l() local1879 effectChain->mutex().lock(); in lockEffectChains_l()1886 for (const auto& effectChain : effectChains) { in unlockEffectChains() local1887 effectChain->mutex().unlock(); in unlockEffectChains()4252 sp<IAfEffectChain> effectChain = getEffectChain_l(track->sessionId()); in threadLoop() local4253 if (effectChain != nullptr in threadLoop()4254 && effectChain->containsHapticGeneratingEffect_l()) { in threadLoop()