commit | 0a047987fb9bb84a0d48f5446224e37d3cbd29f2 | [log] [tgz] |
---|---|---|
author | Shunkai Yao <yaoshunkai@google.com> | Wed Sep 13 16:55:26 2023 +0000 |
committer | Shunkai Yao <yaoshunkai@google.com> | Wed Sep 13 18:13:45 2023 +0000 |
tree | 67f1006527979b61a492872468523dcda5848f85 | |
parent | 6999bc03e98ddf2950ee1b5485c4c07ab871e74f [diff] [blame] |
AIDL effect: Skip status FMQ verification for offload effects Bug: 297295866 Test: Enable AIDL and test on Pixel YTM Change-Id: I5a673386f0d9c07dd63303495df42548e2a18fea
diff --git a/media/libaudiohal/impl/EffectProxy.h b/media/libaudiohal/impl/EffectProxy.h index 18e1567..e14eb8a 100644 --- a/media/libaudiohal/impl/EffectProxy.h +++ b/media/libaudiohal/impl/EffectProxy.h
@@ -98,6 +98,7 @@ } bool isBypassing() const; + bool isOffload() const; // call dump for all sub-effects binder_status_t dump(int fd, const char** args, uint32_t numArgs) override;