Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp3233 const DeviceVector &devicesForType = supportedDevices.getDevicesFromType(profileType); in AudioPolicyManager() local
3234 String8 address = devicesForType.size() > 0 ? devicesForType.itemAt(0)->mAddress in AudioPolicyManager()