summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2013-10-04 10:24:29 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-04 10:24:29 -0700
commite6d996a559f4c7743584133ee3a09e34d4c79dda (patch)
tree3021f39177a7244b7c7551a556847dd51727af69 /media
parent6d62af8bb4215de45a944ae94a641acab416960b (diff)
parent385e7509eb563c983647e72b1232225c2200435f (diff)
downloadframeworks_av-e6d996a559f4c7743584133ee3a09e34d4c79dda.zip
frameworks_av-e6d996a559f4c7743584133ee3a09e34d4c79dda.tar.gz
frameworks_av-e6d996a559f4c7743584133ee3a09e34d4c79dda.tar.bz2
am 385e7509: fix offload audio effect proxy implementation uuid
* commit '385e7509eb563c983647e72b1232225c2200435f': fix offload audio effect proxy implementation uuid
Diffstat (limited to 'media')
-rw-r--r--media/libeffects/proxy/EffectProxy.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/media/libeffects/proxy/EffectProxy.cpp b/media/libeffects/proxy/EffectProxy.cpp
index b3304b7..dd4ad08 100644
--- a/media/libeffects/proxy/EffectProxy.cpp
+++ b/media/libeffects/proxy/EffectProxy.cpp
@@ -30,9 +30,10 @@ namespace android {
// This is a dummy proxy descriptor just to return to Factory during the initial
// GetDescriptor call. Later in the factory, it is replaced with the
// SW sub effect descriptor
+// proxy UUID af8da7e0-2ca1-11e3-b71d-0002a5d5c51b
const effect_descriptor_t gProxyDescriptor = {
EFFECT_UUID_INITIALIZER, // type
- EFFECT_UUID_INITIALIZER, // uuid
+ {0xaf8da7e0, 0x2ca1, 0x11e3, 0xb71d, { 0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b }}, // uuid
EFFECT_CONTROL_API_VERSION, //version of effect control API
(EFFECT_FLAG_TYPE_INSERT | EFFECT_FLAG_INSERT_LAST |
EFFECT_FLAG_VOLUME_CTRL), // effect capability flags