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

  /frameworks/wilhelm/src/itf/
IVolume.c 86 SLboolean oldMute = thiz->mMute;
88 thiz->mMute = (SLuint8) mute;
108 SLboolean mute = thiz->mMute;
216 thiz->mMute = SL_BOOLEAN_FALSE;
IOutputMixExt.c 430 SLboolean mute = audioPlayer->mVolume.mMute;
  /device/asus/fugu/libaudio/
AudioOutput.h 91 bool getMute() const { return mMute; }
167 bool mMute;
AudioOutput.cpp 54 , mMute(false)
502 if (mMute != mute) {
503 mMute = mute;
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java 390 private boolean mMute = false;
631 return mMute;
719 if (mMute != muted) {
720 mMute = muted;
    [all...]
  /frameworks/wilhelm/src/
itfstruct.h 593 SLuint8 /*SLboolean*/ mMute;
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp 278 if (volumeItf->mMute) {
    [all...]

Completed in 2200 milliseconds