summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.h
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2013-09-18 14:26:49 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-09-18 14:26:49 -0700
commitdc8cae8c118e4aef4ef1f7b2c6f79becc1df4a05 (patch)
treeea0f76bad13db737ca85146367304b3397a111a3 /services/audioflinger/AudioFlinger.h
parentb81332964f2f3fb83f056b539a4eeea245bb7999 (diff)
parentbf5e23979a03da96ce1d63126c480103232f174b (diff)
downloadframeworks_av-dc8cae8c118e4aef4ef1f7b2c6f79becc1df4a05.zip
frameworks_av-dc8cae8c118e4aef4ef1f7b2c6f79becc1df4a05.tar.gz
frameworks_av-dc8cae8c118e4aef4ef1f7b2c6f79becc1df4a05.tar.bz2
am bf5e2397: am 5baf2af5: more support for audio effect offload
* commit 'bf5e23979a03da96ce1d63126c480103232f174b': more support for audio effect offload
Diffstat (limited to 'services/audioflinger/AudioFlinger.h')
-rw-r--r--services/audioflinger/AudioFlinger.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h
index 39cdec0..7f2f9ec 100644
--- a/services/audioflinger/AudioFlinger.h
+++ b/services/audioflinger/AudioFlinger.h
@@ -466,9 +466,8 @@ private:
void removeClient_l(pid_t pid);
void removeNotificationClient(pid_t pid);
- //TODO: remove when effect offload is implemented
- bool isGlobalEffectEnabled_l();
- void onGlobalEffectEnable();
+ bool isNonOffloadableGlobalEffectEnabled_l();
+ void onNonOffloadableGlobalEffectEnable();
class AudioHwDevice {
public:
@@ -645,7 +644,6 @@ public:
private:
bool mIsLowRamDevice;
bool mIsDeviceTypeKnown;
- //TODO: remove when effect offload is implemented
nsecs_t mGlobalEffectEnableTime; // when a global effect was last enabled
};