summaryrefslogtreecommitdiffstats
path: root/include/hardware_legacy/AudioPolicyManagerBase.h
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2011-06-17 21:51:11 -0700
committerEric Laurent <elaurent@google.com>2011-07-12 17:19:08 -0700
commit1c65a49da0c89f75e528354ef02de5dc93a28232 (patch)
treee9805586424e8f966b8cc885e7aa59aad925f3b5 /include/hardware_legacy/AudioPolicyManagerBase.h
parent437fee8c60ef8f573c1a1816bffc67dfe306500d (diff)
downloadhardware_libhardware_legacy-1c65a49da0c89f75e528354ef02de5dc93a28232.zip
hardware_libhardware_legacy-1c65a49da0c89f75e528354ef02de5dc93a28232.tar.gz
hardware_libhardware_legacy-1c65a49da0c89f75e528354ef02de5dc93a28232.tar.bz2
Audio effects: support for audio pre processing
Audio policy manager: allow registration of audio effects on inputs too. Change-Id: I92efa5b51cfde591052a5c56ba2b0b84de80df0f
Diffstat (limited to 'include/hardware_legacy/AudioPolicyManagerBase.h')
-rw-r--r--include/hardware_legacy/AudioPolicyManagerBase.h4
1 files changed, 2 insertions, 2 deletions
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