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
105
android::sp<android::AudioEffect>
mAuxEffect
;
/frameworks/wilhelm/src/android/
android_Effect.cpp
482
ap->
mAuxEffect
= pFx;
484
ap->
mAuxEffect
.clear();
AudioPlayer_to_android.cpp
519
if ((ap->mAudioTrack != 0) && (ap->
mAuxEffect
!= 0)) {
520
android_fxSend_attach(ap, true, ap->
mAuxEffect
, ap->mVolume.mLevel + ap->mAuxSendLevel);
[
all
...]
/frameworks/wilhelm/src/itf/
IEngine.c
238
(void) new (&thiz->
mAuxEffect
) android::sp<android::AudioEffect>();
[
all
...]
Completed in 33 milliseconds