Searched refs:SLEqualizerItf (Results 1 - 5 of 5) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIEqualizer.c55 static SLresult IEqualizer_SetEnabled(SLEqualizerItf self, SLboolean enabled)
79 static SLresult IEqualizer_IsEnabled(SLEqualizerItf self, SLboolean *pEnabled)
107 static SLresult IEqualizer_GetNumberOfBands(SLEqualizerItf self, SLuint16 *pNumBands)
124 static SLresult IEqualizer_GetBandLevelRange(SLEqualizerItf self, SLmillibel *pMin,
145 static SLresult IEqualizer_SetBandLevel(SLEqualizerItf self, SLuint16 band, SLmillibel level)
175 static SLresult IEqualizer_GetBandLevel(SLEqualizerItf self, SLuint16 band, SLmillibel *pLevel)
210 static SLresult IEqualizer_GetCenterFreq(SLEqualizerItf self, SLuint16 band, SLmilliHertz *pCenter)
245 static SLresult IEqualizer_GetBandFreqRange(SLEqualizerItf self, SLuint16 band,
289 static SLresult IEqualizer_GetBand(SLEqualizerItf self, SLmilliHertz frequency, SLuint16 *pBand)
339 static SLresult IEqualizer_GetCurrentPreset(SLEqualizerItf sel
[all...]
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h1220 typedef const struct SLEqualizerItf_ * const * SLEqualizerItf; typedef
1224 SLEqualizerItf self,
1228 SLEqualizerItf self,
1232 SLEqualizerItf self,
1236 SLEqualizerItf self,
1241 SLEqualizerItf self,
1246 SLEqualizerItf self,
1251 SLEqualizerItf self,
1256 SLEqualizerItf self,
1262 SLEqualizerItf sel
[all...]
/frameworks/wilhelm/tests/sandbox/
H A Doutputmix.c99 SLEqualizerItf outputMixEqualizer;
/frameworks/wilhelm/tests/examples/
H A DslesTestEqFdPath.cpp79 SLEqualizerItf eqItf;
283 fprintf(stdout, "OpenSL ES test %s: exercises SLEqualizerItf ", programName);
H A DslesTestEqOutputPath.cpp81 SLEqualizerItf eqOutputItf;
99 /* Set arrays required[] and iidArray[] for SLEqualizerItf interface */
111 /* Get the SLEqualizerItf interface */
287 fprintf(stdout, "OpenSL ES test %s: exercises SLEqualizerItf ", programName);

Completed in 50 milliseconds