OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EffectGetDescriptor
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/media/libeffects/factory/include/media/
EffectsFactoryApi.h
142
// Function:
EffectGetDescriptor
162
int
EffectGetDescriptor
(const effect_uuid_t *pEffectUuid, effect_descriptor_t *pDescriptor);
/frameworks/av/media/libeffects/testlibs/
EffectReverb.h
308
int
EffectGetDescriptor
(const effect_uuid_t *uuid,
EffectEqualizer.cpp
184
extern "C" int
EffectGetDescriptor
(const effect_uuid_t *uuid,
188
ALOGV("
EffectGetDescriptor
() called with NULL pointer");
198
} /* end
EffectGetDescriptor
*/
761
get_descriptor : android::
EffectGetDescriptor
,
EffectReverb.c
171
int
EffectGetDescriptor
(const effect_uuid_t *uuid,
177
ALOGV("
EffectGetDescriptor
() called with NULL pointer");
184
ALOGV("
EffectGetDescriptor
- UUID matched Reverb type %d, UUID = %x",
191
} /* end
EffectGetDescriptor
*/
[
all
...]
/hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/
EffectsFactory.impl.h
123
status_t status =
EffectGetDescriptor
(&halUuid, &halDescriptor);
/frameworks/av/media/libeffects/factory/
EffectsFactory.c
236
int
EffectGetDescriptor
(const effect_uuid_t *uuid, effect_descriptor_t *pDescriptor)
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp
320
extern "C" int
EffectGetDescriptor
(const effect_uuid_t *uuid,
326
ALOGV("
EffectGetDescriptor
() called with NULL pointer");
333
ALOGV("
EffectGetDescriptor
- UUID matched Reverb type %d, UUID = %x",
340
} /* end
EffectGetDescriptor
*/
[
all
...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp
484
extern "C" int
EffectGetDescriptor
(const effect_uuid_t *uuid,
489
ALOGV("
EffectGetDescriptor
() called with NULL pointer");
510
} /* end
EffectGetDescriptor
*/
[
all
...]
Completed in 289 milliseconds