Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h226 mOutDevices(outDevices) {} in UpdateOutDevicesConfigEventData()
229 snprintf(buffer, size, "Devices: %s", android::toString(mOutDevices).c_str()); in dump()
232 DeviceDescriptorBaseVector mOutDevices; variable
1762 DeviceDescriptorBaseVector mOutDevices; variable
DThreads.cpp754 updateOutDevices(data->mOutDevices); in processConfigEvents_l()
8636 mOutDevices = outDevices; in updateOutDevices()
8637 mOutDeviceTypeAddrs = deviceTypeAddrsFromDescriptors(mOutDevices); in updateOutDevices()