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

1 2 3 4 5

  /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 160 iidArray[0] = SL_IID_VOLUME;
199 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf);
slesTestGetPositionUri.cpp 29 /* explicitly requesting SL_IID_VOLUME and SL_IID_PREFETCHSTATUS
167 iidArray[0] = SL_IID_VOLUME;
206 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf);
slesTestManyPlayers.cpp 183 iidArray[0] = SL_IID_VOLUME;
236 res = (*audioPlayer[playerId])->GetInterface(audioPlayer[playerId], SL_IID_VOLUME,
slesTestLoopUri.cpp 156 iidArray[0] = SL_IID_VOLUME;
slesTestSlowDownUri.cpp 212 iidArray[0] = SL_IID_VOLUME;
  /frameworks/wilhelm/src/
sl_iid.cpp 68 const SLInterfaceID SL_IID_VOLUME = &SL_IID_array[MPH_VOLUME];
  /cts/tests/tests/media/libaudiojni/
appendix-b-1-1-buffer-queue.cpp 28 * Correction to code: SL_IID_VOLUME is now made optional for the mixer.
112 iidArray[0] = SL_IID_VOLUME;
138 res = (*OutputMix)->GetInterface(OutputMix, SL_IID_VOLUME,
  /frameworks/base/cmds/bootanimation/
audioplay.cpp 174 const SLInterfaceID ids[3] = {SL_IID_BUFFERQUEUE, SL_IID_VOLUME, SL_IID_ANDROIDCONFIGURATION};
242 result = (*bqPlayerObject)->GetInterface(bqPlayerObject, SL_IID_VOLUME, &bqPlayerVolume);
  /frameworks/wilhelm/tests/examples/
slesTestSawtoothBufferQueue.cpp 147 iidArray[0] = SL_IID_VOLUME;
157 res = (*OutputMix)->GetInterface(OutputMix, SL_IID_VOLUME,
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 134 iidArray[0] = SL_IID_VOLUME;
172 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf);
  /external/webrtc/webrtc/modules/audio_device/android/
opensles_player.cc 342 SL_IID_ANDROIDCONFIGURATION, SL_IID_BUFFERQUEUE, SL_IID_VOLUME};
393 SL_IID_VOLUME, &volume_),
  /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);
  /frameworks/av/services/audioflinger/
Effects.cpp     [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-21/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-24/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 859 milliseconds

1 2 3 4 5