Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.h235 mOutDevices(outDevices) {} in UpdateOutDevicesConfigEventData()
238 snprintf(buffer, size, "- Devices: %s", android::toString(mOutDevices).c_str()); in dump()
241 DeviceDescriptorBaseVector mOutDevices; variable
1958 DeviceDescriptorBaseVector mOutDevices; variable
H A DThreads.cpp797 updateOutDevices(data->mOutDevices); in processConfigEvents_l()
9181 mOutDevices = outDevices; in updateOutDevices()
9182 mOutDeviceTypeAddrs = deviceTypeAddrsFromDescriptors(mOutDevices); in updateOutDevices()