OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNumFx
(Results
1 - 2
of
2
) sorted by null
/frameworks/wilhelm/src/itf/
IAndroidEffectCapabilities.c
33
*pNumSupportedAudioEffects = thiz->
mNumFx
;
50
if (index > thiz->
mNumFx
) {
85
thiz->
mNumFx
= 0;
98
thiz->
mNumFx
= numEffects;
99
SL_LOGV("Effect Capabilities has %d effects", thiz->
mNumFx
);
100
if (thiz->
mNumFx
> 0) {
101
thiz->mFxDescriptors = (effect_descriptor_t*) new effect_descriptor_t[thiz->
mNumFx
];
102
for (SLuint32 i = 0 ; i < thiz->
mNumFx
; i++) {
/frameworks/wilhelm/src/
itfstruct.h
647
SLuint32
mNumFx
;
Completed in 149 milliseconds