Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h225 mOutDevices(outDevices) {} in UpdateOutDevicesConfigEventData()
228 snprintf(buffer, size, "Devices: %s", android::toString(mOutDevices).c_str()); in dump()
231 DeviceDescriptorBaseVector mOutDevices; variable
1742 DeviceDescriptorBaseVector mOutDevices; variable
DThreads.cpp719 updateOutDevices(data->mOutDevices); in processConfigEvents_l()
8426 mOutDevices = outDevices; in updateOutDevices()
8427 mOutDeviceTypeAddrs = deviceTypeAddrsFromDescriptors(mOutDevices); in updateOutDevices()