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

1 2 3

  /frameworks/wilhelm/src/itf/
IMuteSolo.c 94 static SLresult IMuteSolo_SetChannelSolo(SLMuteSoloItf self, SLuint8 chan, SLboolean solo)
115 if (solo) {
143 SLboolean solo; local
147 solo = SL_BOOLEAN_FALSE;
150 solo = SL_BOOLEAN_FALSE;
154 solo = (SLboolean) ((mask >> chan) & 1);
158 *pSolo = solo;
IMIDIMuteSolo.c 66 SLboolean solo)
76 if (solo)
169 static SLresult IMIDIMuteSolo_SetTrackSolo(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean solo)
179 if (solo)
  /device/intel/edison/flash_tools/
brillo-provision-edison.sh 64 if [ -x "$(which xfstk-dldr-solo)" ]; then
79 eval xfstk-dldr-solo ${XFSTK_PARAMS}
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.cpp 180 // Number of branches, solo branches, indirect branches.
182 // Number of memory operations, loads, solo loads, stores, solo stores, single
187 // Number of duplex insns, solo insns.
188 unsigned duplex = 0, solo = 0;
205 solo += !ISJ->isSoloException();
276 (duplex > 1 || (duplex && memory)) || (solo && size() > 1) ||
  /development/ndk/platforms/android-9/samples/native-audio/src/com/example/nativeaudio/
NativeAudio.java 299 public static native void setChannelSoloUriAudioPlayer(int chan, boolean solo);
  /external/zlib/src/
configure 70 solo=0
116 --solo) solo=1; shift ;;
513 # if --solo compilation was requested, save that in zconf.h and remove gz stuff from object lists
514 if test $solo -eq 1; then
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 251 #if 0 // mute/solo is not supported for sources that are known to be mono, as this is
252 // get the mute/solo interface
322 // get the mute/solo interface
375 // expose the mute/solo APIs to Java for one of the 3 players
400 jclass clazz, jint chan, jboolean solo)
405 result = (*muteSoloItf)->SetChannelSolo(muteSoloItf, chan, solo);
627 // get the mute/solo interface
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-21/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 1411 milliseconds

1 2 3