Searched refs:loadDevicesFromTag (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | ConfigParsingUtils.cpp | 178 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/ |
D | ConfigParsingUtils.h | 48 static void loadDevicesFromTag(const char *tag, DeviceVector &devices,
|