Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DConfigParsingUtils.cpp178 loadDevicesFromTag(node->value, devices, module->getDeclaredDevices()); in loadHwModuleProfile()
288 void ConfigParsingUtils::loadDevicesFromTag(const char *tag, DeviceVector &devices, in loadDevicesFromTag() function in android::ConfigParsingUtils
337 loadDevicesFromTag(node->value, availableOutputDevices, declaredDevices); in loadModuleGlobalConfig()
353 loadDevicesFromTag(node->value, availableInputDevices, declaredDevices); in loadModuleGlobalConfig()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DConfigParsingUtils.h48 static void loadDevicesFromTag(const char *tag, DeviceVector &devices,