Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DEffects.cpp2339 uint32_t insertPref = desc.flags & EFFECT_FLAG_INSERT_MASK; in getInsertIndex() local
2351 if (insertPref == EFFECT_FLAG_INSERT_EXCLUSIVE || in getInsertIndex()
2377 if (insertPref == EFFECT_FLAG_INSERT_LAST) { in getInsertIndex()