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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
VolumeController.java 38 private boolean mMute;
52 mMute = mAudioManager.getRingerMode() != AudioManager.RINGER_MODE_NORMAL;
56 control.setChecked(mMute);
  /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;
  /frameworks/wilhelm/src/
itfstruct.h 593 SLuint8 /*SLboolean*/ mMute;
  /frameworks/av/services/audioflinger/
AudioFlinger.h     [all...]
AudioFlinger.cpp     [all...]
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp 302 if (volumeItf->mMute) {
    [all...]

Completed in 328 milliseconds