summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2011-07-20 17:45:18 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-07-20 17:45:18 -0700
commit8581dee7497675994faa60e42a89250ce112c5a9 (patch)
tree2ed5d7f60edaf4ca62481912cfd111a69867f538 /include
parent29a4d4d74b512e450a7d2ae97d4222c24a13b87e (diff)
parent1c65a49da0c89f75e528354ef02de5dc93a28232 (diff)
downloadhardware_libhardware_legacy-8581dee7497675994faa60e42a89250ce112c5a9.zip
hardware_libhardware_legacy-8581dee7497675994faa60e42a89250ce112c5a9.tar.gz
hardware_libhardware_legacy-8581dee7497675994faa60e42a89250ce112c5a9.tar.bz2
Merge "Audio effects: support for audio pre processing"
Diffstat (limited to 'include')
-rw-r--r--include/hardware_legacy/AudioPolicyInterface.h2
-rw-r--r--include/hardware_legacy/AudioPolicyManagerBase.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/hardware_legacy/AudioPolicyInterface.h b/include/hardware_legacy/AudioPolicyInterface.h
index 7b9fb94..78f87da 100644
--- a/include/hardware_legacy/AudioPolicyInterface.h
+++ b/include/hardware_legacy/AudioPolicyInterface.h
@@ -142,7 +142,7 @@ public:
// Audio effect management
virtual audio_io_handle_t getOutputForEffect(effect_descriptor_t *desc) = 0;
virtual status_t registerEffect(effect_descriptor_t *desc,
- audio_io_handle_t output,
+ audio_io_handle_t io,
uint32_t strategy,
int session,
int id) = 0;
diff --git a/include/hardware_legacy/AudioPolicyManagerBase.h b/include/hardware_legacy/AudioPolicyManagerBase.h
index 2ad1710..ddcce71 100644
--- a/include/hardware_legacy/AudioPolicyManagerBase.h
+++ b/include/hardware_legacy/AudioPolicyManagerBase.h
@@ -112,7 +112,7 @@ public:
virtual audio_io_handle_t getOutputForEffect(effect_descriptor_t *desc);
virtual status_t registerEffect(effect_descriptor_t *desc,
- audio_io_handle_t output,
+ audio_io_handle_t io,
uint32_t strategy,
int session,
int id);
@@ -212,7 +212,7 @@ protected:
status_t dump(int fd);
- int mOutput; // output the effect is attached to
+ int mIo; // io the effect is attached to
routing_strategy mStrategy; // routing strategy the effect is associated to
int mSession; // audio session the effect is on
effect_descriptor_t mDesc; // effect descriptor