diff options
author | Eric Laurent <elaurent@google.com> | 2013-09-30 14:17:20 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-09-30 14:17:20 -0700 |
commit | 3cc5436d23ec7568d199d7a73299501c9647a742 (patch) | |
tree | 10a1e5b14f901d9191f460f48a1bdf468957d679 /include | |
parent | bb75e4c85acc6ad859e6643241db6a0adbe618d5 (diff) | |
parent | 83f400056ac913250f0926326ff78697c68d18a1 (diff) | |
download | frameworks_av-3cc5436d23ec7568d199d7a73299501c9647a742.zip frameworks_av-3cc5436d23ec7568d199d7a73299501c9647a742.tar.gz frameworks_av-3cc5436d23ec7568d199d7a73299501c9647a742.tar.bz2 |
am 83f40005: Revert "Effects Factory changes for effects offload"
* commit '83f400056ac913250f0926326ff78697c68d18a1':
Revert "Effects Factory changes for effects offload"
Diffstat (limited to 'include')
-rw-r--r-- | include/media/EffectsFactoryApi.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/include/media/EffectsFactoryApi.h b/include/media/EffectsFactoryApi.h index b1143b9..b1ed7b0 100644 --- a/include/media/EffectsFactoryApi.h +++ b/include/media/EffectsFactoryApi.h @@ -171,30 +171,6 @@ int EffectGetDescriptor(const effect_uuid_t *pEffectUuid, effect_descriptor_t *p //////////////////////////////////////////////////////////////////////////////// int EffectIsNullUuid(const effect_uuid_t *pEffectUuid); -//////////////////////////////////////////////////////////////////////////////// -// -// Function: EffectGetSubEffects -// -// Description: Returns the descriptors of the sub effects of the effect -// whose uuid is pointed to by first argument. -// -// Input: -// pEffectUuid: pointer to the effect uuid. -// size: size of the buffer pointed by pDescriptor. -// -// Input/Output: -// pDescriptor: address where to return the sub effect descriptors. -// -// Output: -// returned value: 0 successful operation. -// -ENODEV factory failed to initialize -// -EINVAL invalid pEffectUuid or pDescriptor -// -ENOENT no effect with this uuid found -// *pDescriptor: updated with the sub effect descriptors. -// -//////////////////////////////////////////////////////////////////////////////// -int EffectGetSubEffects(const effect_uuid_t *pEffectUuid, effect_descriptor_t *pDescriptors, size_t size); - #if __cplusplus } // extern "C" #endif |