commit | e8610ba233ecdb3f6d3259412b41738a3861ee7e | [log] [tgz] |
---|---|---|
author | Paul McLean <pmclean@google.com> | Fri Feb 06 13:53:36 2015 -0800 |
committer | Paul McLean <pmclean@google.com> | Fri Feb 06 14:44:32 2015 -0800 |
tree | 733694eb052a9bd41b53f7dffc77738abf11d057 | |
parent | 9fdb3bd42af0876a9b76bae42d7aba2287b53af4 [diff] [blame] |
Passing device name up through getDeviceDescriptor() method (when creating) Change-Id: Ibd85e37914333478fd038c3d2f52e214016c16b1
diff --git a/services/audiopolicy/AudioPolicyManager.h b/services/audiopolicy/AudioPolicyManager.h index 3e3c662..81d4f14 100644 --- a/services/audiopolicy/AudioPolicyManager.h +++ b/services/audiopolicy/AudioPolicyManager.h
@@ -944,7 +944,8 @@ const char *device_address, const char *device_name); sp<DeviceDescriptor> getDeviceDescriptor(const audio_devices_t device, - const char *device_address); + const char *device_address, + const char *device_name); }; };