Home
last modified time | relevance | path

Searched refs:mMute (Results 1 – 4 of 4) sorted by relevance

/frameworks/wilhelm/src/itf/
DIVolume.c86 SLboolean oldMute = thiz->mMute; in IVolume_SetMute()
88 thiz->mMute = (SLuint8) mute; in IVolume_SetMute()
108 SLboolean mute = thiz->mMute; in IVolume_GetMute()
216 thiz->mMute = SL_BOOLEAN_FALSE; in IVolume_init()
DIOutputMixExt.c430 SLboolean mute = audioPlayer->mVolume.mMute; in audioPlayerGainUpdate()
/frameworks/wilhelm/src/
Ditfstruct.h593 SLuint8 /*SLboolean*/ mMute; member
/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.cpp278 if (volumeItf->mMute) { in android_player_volumeUpdate()