Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DEngine.cpp53 return mInputSourceCollection; in getCollection()
64 return mInputSourceCollection; in getCollection()
78 mInputSourceCollection.clear(); in ~Engine()
H A DEngine.h106 InputSourceCollection mInputSourceCollection; /**< Input sources indexed by their enum id. */ variable