summaryrefslogtreecommitdiffstats
path: root/include/media/AudioEffect.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-01-26 16:25:10 -0800
committerGlenn Kasten <gkasten@google.com>2012-02-03 15:40:56 -0800
commitf587ba5b991c7cd91e4df093d0d796bd419e5d67 (patch)
tree0fe274cdfa6dcae81617725b5ea376c86245b104 /include/media/AudioEffect.h
parent787bae0578fbaab6219ebf23494866b224d01438 (diff)
downloadframeworks_av-f587ba5b991c7cd91e4df093d0d796bd419e5d67.zip
frameworks_av-f587ba5b991c7cd91e4df093d0d796bd419e5d67.tar.gz
frameworks_av-f587ba5b991c7cd91e4df093d0d796bd419e5d67.tar.bz2
Declare more IAudioFlinger methods const
This is just documentation, as C++ method const-ness doesn't mean anything for a binder API. Instead, here const means "no side effects". Change-Id: Iaa9cd2fe477db10ae9a40cac4f79f0faa9b4e5e6
Diffstat (limited to 'include/media/AudioEffect.h')
-rw-r--r--include/media/AudioEffect.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/media/AudioEffect.h b/include/media/AudioEffect.h
index 7b0b443..4c57ed2 100644
--- a/include/media/AudioEffect.h
+++ b/include/media/AudioEffect.h
@@ -108,7 +108,8 @@ public:
* Returned value
* *descriptor updated with effect descriptor
*/
- static status_t getEffectDescriptor(effect_uuid_t *uuid, effect_descriptor_t *descriptor);
+ static status_t getEffectDescriptor(effect_uuid_t *uuid,
+ effect_descriptor_t *descriptor) /*const*/;
/*