Searched refs:defaultOutputDevice (Results 1 – 2 of 2) sorted by relevance
469 xmlChar *defaultOutputDevice = xmlNodeListGetString(doc, children->xmlChildrenNode, 1);; in deserialize() local470 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()
345 sp<DeviceDescriptor> defaultOutputDevice = new DeviceDescriptor(device); in loadModuleGlobalConfig() local346 config.setDefaultOutputDevice(defaultOutputDevice); in loadModuleGlobalConfig()347 ALOGV("loadGlobalConfig() mDefaultOutputDevice %08x", defaultOutputDevice->type()); in loadModuleGlobalConfig()