Home
last modified time | relevance | path

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

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