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
/frameworks/wilhelm/src/
classes.h
106
android::sp<android::AudioEffect>
mAuxEffect
;
/frameworks/wilhelm/src/android/
android_Effect.cpp
493
ap->
mAuxEffect
= pFx;
495
ap->
mAuxEffect
.clear();
AudioPlayer_to_android.cpp
524
if ((ap->mAudioTrack != 0) && (ap->
mAuxEffect
!= 0)) {
525
android_fxSend_attach(ap, true, ap->
mAuxEffect
, ap->mVolume.mLevel + ap->mAuxSendLevel);
[
all
...]
/frameworks/wilhelm/src/itf/
IEngine.c
239
(void) new (&thiz->
mAuxEffect
) android::sp<android::AudioEffect>();
[
all
...]
Completed in 5025 milliseconds