OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_fx_initEffectDescriptor
(Results
1 - 10
of
10
) sorted by null
/frameworks/wilhelm/src/itf/
IAcousticEchoCancellation.c
97
if (!
android_fx_initEffectDescriptor
(SL_IID_ANDROIDACOUSTICECHOCANCELLATION,
IAutomaticGainControl.c
94
if (!
android_fx_initEffectDescriptor
(SL_IID_ANDROIDAUTOMATICGAINCONTROL,
INoiseSuppression.c
91
if (!
android_fx_initEffectDescriptor
(SL_IID_ANDROIDNOISESUPPRESSION, &thiz->mNSDescriptor)) {
IPresetReverb.c
128
if (!
android_fx_initEffectDescriptor
(SL_IID_PRESETREVERB, &thiz->mPresetReverbDescriptor)) {
IBassBoost.c
211
if (!
android_fx_initEffectDescriptor
(SL_IID_BASSBOOST, &thiz->mBassBoostDescriptor)) {
IVirtualizer.c
213
if (!
android_fx_initEffectDescriptor
(SL_IID_VIRTUALIZER, &thiz->mVirtualizerDescriptor)) {
IEqualizer.c
513
if (!
android_fx_initEffectDescriptor
(SL_IID_EQUALIZER, &thiz->mEqDescriptor)) {
IEnvironmentalReverb.c
785
if (!
android_fx_initEffectDescriptor
(SL_IID_ENVIRONMENTALREVERB,
/frameworks/wilhelm/src/android/
android_Effect.h
151
extern bool
android_fx_initEffectDescriptor
(const SLInterfaceID effectId,
android_Effect.cpp
683
bool
android_fx_initEffectDescriptor
(const SLInterfaceID effectId,
[
all
...]
Completed in 53 milliseconds