Searched refs:COutputMix (Results 1 - 14 of 14) sorted by relevance

/frameworks/wilhelm/src/android/
H A DOutputMix_to_android.h18 extern SLresult android_outputMix_create(COutputMix *om);
20 extern SLresult android_outputMix_realize(COutputMix *om, SLboolean async);
22 extern SLresult android_outputMix_destroy(COutputMix *om);
H A DOutputMix_to_android.cpp23 SLresult android_outputMix_create(COutputMix *om) {
29 SLresult android_outputMix_realize(COutputMix *om, SLboolean async) {
66 SLresult android_outputMix_destroy(COutputMix *om) {
H A Dandroid_Effect.cpp512 COutputMix *outputMix = CAudioPlayer_GetOutputMix(ap);
/frameworks/wilhelm/src/objects/
H A DCOutputMix.c17 /* \file COutputMix.c OutputMix class */
29 COutputMix *thiz = (COutputMix *) self;
50 COutputMix *thiz = (COutputMix *) self;
61 COutputMix *outputMix = (COutputMix *) self;
H A DCAudioPlayer.c104 COutputMix *CAudioPlayer_GetOutputMix(CAudioPlayer *audioPlayer)
110 return (COutputMix *) outputMix;
/frameworks/wilhelm/src/
H A Dclasses.c336 {MPH_OBJECT, INTERFACE_IMPLICIT_PREREALIZE, offsetof(COutputMix, mObject)},
338 offsetof(COutputMix, mDynamicInterfaceManagement)},
339 {MPH_OUTPUTMIX, INTERFACE_IMPLICIT, offsetof(COutputMix, mOutputMix)},
341 {MPH_OUTPUTMIXEXT, INTERFACE_UNAVAILABLE, offsetof(COutputMix, mOutputMixExt)},
346 offsetof(COutputMix, mEnvironmentalReverb)},
347 {MPH_EQUALIZER, INTERFACE_DYNAMIC, offsetof(COutputMix, mEqualizer)},
348 {MPH_PRESETREVERB, INTERFACE_DYNAMIC, offsetof(COutputMix, mPresetReverb)},
349 {MPH_VIRTUALIZER, INTERFACE_DYNAMIC, offsetof(COutputMix, mVirtualizer)},
352 {MPH_VOLUME, INTERFACE_OPTIONAL, offsetof(COutputMix, mVolume)},
353 {MPH_BASSBOOST, INTERFACE_DYNAMIC, offsetof(COutputMix, mBassBoos
[all...]
H A Dsles_allinclusive.h66 typedef struct COutputMix_struct COutputMix; typedef in typeref:struct:COutputMix_struct
413 extern COutputMix *CAudioPlayer_GetOutputMix(CAudioPlayer *audioPlayer);
H A DAndroid.mk105 objects/COutputMix.c \
H A Ditfstruct.h291 COutputMix *mOutputMix; // SDL pulls PCM from an arbitrary IOutputMixExt
/frameworks/wilhelm/src/desktop/
H A DSDL.c32 COutputMix *outputMix = thisEngine->mOutputMix;
/frameworks/wilhelm/src/itf/
H A DIAndroidEffectSend.c41 COutputMix *outputMix = CAudioPlayer_GetOutputMix(ap);
161 COutputMix *outputMix = CAudioPlayer_GetOutputMix(ap);
200 COutputMix *outputMix = CAudioPlayer_GetOutputMix(ap);
H A DIEffectSend.c48 COutputMix *outputMix = CAudioPlayer_GetOutputMix(audioPlayer);
138 COutputMix *outputMix = CAudioPlayer_GetOutputMix(ap);
H A DIOutputMixExt.c86 COutputMix *outputMix = CAudioPlayer_GetOutputMix(audioPlayer);
388 IOutputMixExt *omExt = &((COutputMix *) ((SLDataLocator_OutputMix *)
H A DIEngine.c680 COutputMix *thiz = (COutputMix *) construct(pCOutputMix_class, exposedMask, self);

Completed in 707 milliseconds