HomeSort by relevance Sort by last modified time
    Searched refs:SL_IID_VOLUME (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h 45 const effect_uuid_t * const SL_IID_VOLUME = &SL_IID_VOLUME_;
  /frameworks/wilhelm/tests/sandbox/
multiplay.c 159 const SLInterfaceID mix_ids[] = {SL_IID_VOLUME};
168 result = (*mixObject)->GetInterface(mixObject, SL_IID_VOLUME, &mixVolume);
183 {SL_IID_PLAY, SL_IID_VOLUME, SL_IID_SEEK, SL_IID_PREFETCHSTATUS};
199 result = (*p->mPlayerObject)->GetInterface(p->mPlayerObject, SL_IID_VOLUME,
outputmix.c 112 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_VOLUME,
129 SL_IID_VOLUME, SL_IID_BASSBOOST, SL_IID_VISUALIZATION};
162 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_VOLUME,
engine.c 96 engine_ids[numSupportedInterfaces] = SL_IID_VOLUME;
  /frameworks/wilhelm/tests/mimeUri/
slesTestPlayUri2.cpp 100 iidArray[0] = SL_IID_VOLUME;
159 result = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf);
161 result = (*player2)->GetInterface(player2, SL_IID_VOLUME, (void*)&volItf2);
slesTestPlayUri.cpp 163 iidArray[0] = SL_IID_VOLUME;
202 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf);
slesTestGetPositionUri.cpp 29 /* explicitly requesting SL_IID_VOLUME and SL_IID_PREFETCHSTATUS
170 iidArray[0] = SL_IID_VOLUME;
209 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf);
slesTestManyPlayers.cpp 185 iidArray[0] = SL_IID_VOLUME;
238 res = (*audioPlayer[playerId])->GetInterface(audioPlayer[playerId], SL_IID_VOLUME,
slesTestLoopUri.cpp 159 iidArray[0] = SL_IID_VOLUME;
slesTestSlowDownUri.cpp 215 iidArray[0] = SL_IID_VOLUME;
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 216 /*SL_IID_MUTESOLO,*/ SL_IID_VOLUME};
259 result = (*bqPlayerObject)->GetInterface(bqPlayerObject, SL_IID_VOLUME, &bqPlayerVolume);
291 const SLInterfaceID ids[3] = {SL_IID_SEEK, SL_IID_MUTESOLO, SL_IID_VOLUME};
328 result = (*uriPlayerObject)->GetInterface(uriPlayerObject, SL_IID_VOLUME, &uriPlayerVolume);
605 const SLInterfaceID ids[3] = {SL_IID_SEEK, SL_IID_MUTESOLO, SL_IID_VOLUME};
633 result = (*fdPlayerObject)->GetInterface(fdPlayerObject, SL_IID_VOLUME, &fdPlayerVolume);
  /frameworks/wilhelm/src/
sl_iid.c 68 const SLInterfaceID SL_IID_VOLUME = &SL_IID_array[MPH_VOLUME];
  /frameworks/wilhelm/tests/examples/
slesTestSawtoothBufferQueue.cpp 150 iidArray[0] = SL_IID_VOLUME;
160 res = (*OutputMix)->GetInterface(OutputMix, SL_IID_VOLUME,
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 137 iidArray[0] = SL_IID_VOLUME;
175 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf);
  /frameworks/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 222 iidArray[0] = SL_IID_VOLUME;
260 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf); CheckErr(res);
  /external/chromium_org/media/audio/android/
opensles_output.cc 191 SL_IID_VOLUME,
  /frameworks/av/services/audioflinger/
Effects.cpp     [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 298 milliseconds

1 2