OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAuxEffect
(Results
1 - 4
of
4
) sorted by null
/system/media/wilhelm/src/
classes.h
106
android::sp<android::AudioEffect>
mAuxEffect
;
/system/media/wilhelm/src/android/
android_Effect.cpp
472
ap->
mAuxEffect
= pFx;
474
ap->
mAuxEffect
.clear();
AudioPlayer_to_android.cpp
540
if ((ap->mAudioTrack != 0) && (ap->
mAuxEffect
!= 0)) {
541
android_fxSend_attach(ap, true, ap->
mAuxEffect
, ap->mVolume.mLevel + ap->mAuxSendLevel);
[
all
...]
/system/media/wilhelm/src/itf/
IEngine.c
258
(void) new (&thiz->
mAuxEffect
) android::sp<android::AudioEffect>();
[
all
...]
Completed in 83 milliseconds