Searched refs:devicesForType (Results 1 – 1 of 1) sorted by relevance
3233 const DeviceVector &devicesForType = supportedDevices.getDevicesFromType(profileType); in AudioPolicyManager() local3234 String8 address = devicesForType.size() > 0 ? devicesForType.itemAt(0)->mAddress in AudioPolicyManager()