HomeSort by relevance Sort by last modified time
    Searched full:mutesolo (Results 1 - 7 of 7) sorted by null

  /frameworks/wilhelm/tests/listening/
slesTest_playMuteSolo.cpp 106 SLMuteSoloItf muteSolo = context->muteSoloItf;
108 SLresult res = (*muteSolo)->GetNumChannels(muteSolo, &numChannels); ExitOnError(res);
119 res = (*muteSolo)->GetChannelMute(muteSolo, 0, &leftMuted); ExitOnError(res);
121 res = (*muteSolo)->SetChannelMute(muteSolo, 0,
124 res = (*muteSolo)->SetChannelMute(muteSolo, 1,
139 res = (*muteSolo)->GetChannelSolo(muteSolo, 0, &leftSoloed); ExitOnError(res)
    [all...]
  /frameworks/wilhelm/src/
interfaces.c 53 "MUTESOLO",
  /frameworks/wilhelm/src/itf/
IMuteSolo.c 17 /* MuteSolo implementation */
IObject.c 353 // Can't get the MuteSolo interface of an audio player if the channel count is
354 // mono, but _can_ get the MuteSolo interface if the channel count is unknown
  /frameworks/wilhelm/src/ut/
OpenSLESUT.c 71 _(MUTESOLO),
  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.cpp 588 // MediaPlayer does not currently support EffectSend or MuteSolo
  /ndk/docs/Additional_library_docs/opensles/
index.html     [all...]

Completed in 759 milliseconds