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

  /system/media/wilhelm/src/itf/
IMuteSolo.c 22 static SLresult IMuteSolo_SetChannelMute(SLMuteSoloItf self, SLuint8 chan, SLboolean mute)
58 static SLresult IMuteSolo_GetChannelMute(SLMuteSoloItf self, SLuint8 chan, SLboolean *pMute)
94 static SLresult IMuteSolo_SetChannelSolo(SLMuteSoloItf self, SLuint8 chan, SLboolean solo)
130 static SLresult IMuteSolo_GetChannelSolo(SLMuteSoloItf self, SLuint8 chan, SLboolean *pSolo)
166 static SLresult IMuteSolo_GetNumChannels(SLMuteSoloItf self, SLuint8 *pNumChannels)
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 63 static SLMuteSoloItf bqPlayerMuteSolo;
74 static SLMuteSoloItf uriPlayerMuteSolo;
81 static SLMuteSoloItf fdPlayerMuteSolo;
357 static SLMuteSoloItf getMuteSolo()
371 SLMuteSoloItf muteSoloItf = getMuteSolo();
382 SLMuteSoloItf muteSoloItf = getMuteSolo();
393 SLMuteSoloItf muteSoloItf = getMuteSolo();
  /system/media/wilhelm/tests/listening/
slesTest_playMuteSolo.cpp 36 SLMuteSoloItf muteSoloItf;
106 SLMuteSoloItf muteSolo = context->muteSoloItf;
117 if (numChannels > 1) { // SLMuteSoloItf only works if more than one channel
137 if (numChannels > 1) { // SLMuteSoloItf only works if more than one channel
182 SLMuteSoloItf muteSoloItf;
218 /* Set arrays required[] and iidArray[] for SLMuteSoloItf and SLPrefetchStatusItf interfaces */
246 /* Get the SLPlayItf, SLPrefetchStatusItf and SLMuteSoloItf interfaces for the player */
346 /* see PlayEventCallback() for more of the test of the SLMuteSoloItf interface */
377 fprintf(stdout, "OpenSL ES test %s: exercises SLPlayItf, SLVolumeItf, SLMuteSoloItf\n",
  /system/media/wilhelm/tests/mimeUri/
slesTest_playStates.cpp 67 SLMuteSoloItf muteSoloItf;
103 /* Set arrays required[] and iidArray[] for SLMuteSoloItf and SLPrefetchStatusItf interfaces */
131 /* Get the SLPlayItf, SLPrefetchStatusItf and SLMuteSoloItf interfaces for the player */
209 fprintf(stdout, "OpenSL ES test %s: exercises SLPlayItf, SLVolumeItf, SLMuteSoloItf\n",
  /system/media/wilhelm/tests/sandbox/
intbufq.c 137 SLMuteSoloItf playerMuteSolo;
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /system/media/wilhelm/include/SLES/
OpenSLES.h     [all...]

Completed in 34 milliseconds