Searched refs:sDevicesHALInterfaces (Results 1 – 1 of 1) sorted by relevance
61 static const std::map<AudioHalVersionInfo::Type, InterfaceName> sDevicesHALInterfaces = { variable161 auto interfaceMap = isDevice ? sDevicesHALInterfaces : sEffectsHALInterfaces; in createPreferredImpl()162 auto siblingInterfaceMap = isDevice ? sEffectsHALInterfaces : sDevicesHALInterfaces; in createPreferredImpl()