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.cpp479 xmlChar *defaultOutputDevice = xmlNodeListGetString(doc, children->xmlChildrenNode, 1);; in deserialize() local
480 if (defaultOutputDevice != NULL) { in deserialize()
482 (const char*)defaultOutputDevice); in deserialize()
484 … module->getDeclaredDevices().getDeviceFromTagName(String8((const char*)defaultOutputDevice)); in deserialize()
489 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()