HomeSort by relevance Sort by last modified time
    Searched refs:SLEqualizerItf (Results 1 - 5 of 5) sorted by null

  /frameworks/wilhelm/src/itf/
IEqualizer.cpp 55 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 self, SLuint16 *pPreset
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/tests/sandbox/
outputmix.c 99 SLEqualizerItf outputMixEqualizer;
  /frameworks/wilhelm/tests/examples/
slesTestEqFdPath.cpp 79 SLEqualizerItf eqItf;
283 fprintf(stdout, "OpenSL ES test %s: exercises SLEqualizerItf ", programName);
slesTestEqOutputPath.cpp 81 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 59 milliseconds