HomeSort by relevance Sort by last modified time
    Searched refs:mOrphanEffectChains (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 514 if (mOrphanEffectChains.size() != 0) {
516 for (size_t i = 0; i < mOrphanEffectChains.size(); i++) {
517 mOrphanEffectChains.valueAt(i)->dump(fd, args);
    [all...]
AudioFlinger.h 679 // Store an effect chain to mOrphanEffectChains keyed vector.
684 // mOrphanEffectChains. Note that this should never happen as there is only one
687 // Get an effect chain for the specified session in mOrphanEffectChains and remove
691 // effect belongs to an effect chain in mOrphanEffectChains, the chain is updated
692 // and removed from mOrphanEffectChains if it does not contain any effect.
693 // Return true if the effect was found in mOrphanEffectChains, false otherwise.
    [all...]

Completed in 789 milliseconds