summaryrefslogtreecommitdiffstats
path: root/include/media/AudioEffect.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-01-30 07:40:52 -0800
committerGlenn Kasten <gkasten@google.com>2012-02-08 09:21:39 -0800
commit5e92a7861196ddae14638d4b7a63fc4892b7ef59 (patch)
tree6772b944a26acb22381a2eb38871b46cff9d856a /include/media/AudioEffect.h
parent0a20fa9c41c96e31fa20e071074a4b6e7f6c41c3 (diff)
downloadframeworks_av-5e92a7861196ddae14638d4b7a63fc4892b7ef59.zip
frameworks_av-5e92a7861196ddae14638d4b7a63fc4892b7ef59.tar.gz
frameworks_av-5e92a7861196ddae14638d4b7a63fc4892b7ef59.tar.bz2
Effect UUID inputs passed by pointer are const
Change-Id: I1f5c338bcb7368e3dd8cd5f804b2e6d9fbe087f8
Diffstat (limited to 'include/media/AudioEffect.h')
-rw-r--r--include/media/AudioEffect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/AudioEffect.h b/include/media/AudioEffect.h
index 4c57ed2..02dfc1b 100644
--- a/include/media/AudioEffect.h
+++ b/include/media/AudioEffect.h
@@ -108,7 +108,7 @@ public:
* Returned value
* *descriptor updated with effect descriptor
*/
- static status_t getEffectDescriptor(effect_uuid_t *uuid,
+ static status_t getEffectDescriptor(const effect_uuid_t *uuid,
effect_descriptor_t *descriptor) /*const*/;