Searched refs:mMute (Results 1 - 5 of 5) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIVolume.cpp87 SLboolean oldMute = thiz->mMute;
89 thiz->mMute = (SLuint8) mute;
109 SLboolean mute = thiz->mMute;
217 thiz->mMute = SL_BOOLEAN_FALSE;
H A DIOutputMixExt.cpp430 SLboolean mute = audioPlayer->mVolume.mMute;
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java495 private boolean mMute = false; field in class:ImsCall
890 return mMute;
1024 if (mMute != muted) {
1026 mMute = muted;
/frameworks/wilhelm/src/
H A Ditfstruct.h597 SLuint8 /*SLboolean*/ mMute; member in struct:__anon2261
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp322 if (volumeItf->mMute) {

Completed in 119 milliseconds