Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/
DFactoryHal.cpp67 static const std::map<AudioHalVersionInfo::Type, InterfaceName> sEffectsHALInterfaces = { variable
161 auto interfaceMap = isDevice ? sDevicesHALInterfaces : sEffectsHALInterfaces; in createPreferredImpl()
162 auto siblingInterfaceMap = isDevice ? sEffectsHALInterfaces : sDevicesHALInterfaces; in createPreferredImpl()