Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp469 xmlChar *defaultOutputDevice = xmlNodeListGetString(doc, children->xmlChildrenNode, 1);; in deserialize() local
470 if (defaultOutputDevice != NULL) { in deserialize()
472 (const char*)defaultOutputDevice); in deserialize()
474 … module->getDeclaredDevices().getDeviceFromTagName(String8((const char*)defaultOutputDevice)); in deserialize()
479 xmlFree(defaultOutputDevice); in deserialize()
DConfigParsingUtils.cpp345 sp<DeviceDescriptor> defaultOutputDevice = new DeviceDescriptor(device); in loadModuleGlobalConfig() local
346 config.setDefaultOutputDevice(defaultOutputDevice); in loadModuleGlobalConfig()
347 ALOGV("loadGlobalConfig() mDefaultOutputDevice %08x", defaultOutputDevice->type()); in loadModuleGlobalConfig()