OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMute
(Results
1 - 4
of
4
) 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
;
/frameworks/wilhelm/src/
itfstruct.h
593
SLuint8 /*SLboolean*/
mMute
;
/frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp
278
if (volumeItf->
mMute
) {
[
all
...]
Completed in 4164 milliseconds