/frameworks/wilhelm/src/itf/ |
D | IVolume.cpp | 80 static SLresult IVolume_SetMute(SLVolumeItf self, SLboolean mute) in IVolume_SetMute() 109 SLboolean mute = thiz->mMute; in IVolume_GetMute() local
|
D | IMuteSolo.cpp | 22 static SLresult IMuteSolo_SetChannelMute(SLMuteSoloItf self, SLuint8 chan, SLboolean mute) in IMuteSolo_SetChannelMute() 71 SLboolean mute; in IMuteSolo_GetChannelMute() local
|
D | IMIDIMuteSolo.cpp | 23 SLboolean mute) in IMIDIMuteSolo_SetChannelMute() 126 static SLresult IMIDIMuteSolo_SetTrackMute(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean mute) in IMIDIMuteSolo_SetTrackMute()
|
D | I3DSource.cpp | 97 static SLresult I3DSource_SetRolloffMaxDistanceMute(SL3DSourceItf self, SLboolean mute) in I3DSource_SetRolloffMaxDistanceMute() 120 SLboolean mute = thiz->mRolloffMaxDistanceMute; in I3DSource_GetRolloffMaxDistanceMute() local
|
D | IOutputMixExt.cpp | 430 SLboolean mute = audioPlayer->mVolume.mMute; in audioPlayerGainUpdate() local
|
/frameworks/base/core/java/android/hardware/radio/ |
D | ITuner.aidl | 39 void setMuted(boolean mute); in setMuted()
|
D | TunerAdapter.java | 93 public int setMute(boolean mute) { in setMute()
|
D | RadioTuner.java | 105 public abstract int setMute(boolean mute); in setMute()
|
/frameworks/base/services/core/java/com/android/server/broadcastradio/ |
D | Tuner.java | 80 private native void nativeSetMuted(long nativeContext, boolean mute); in nativeSetMuted() 144 public void setMuted(boolean mute) { in setMuted()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | DemoStatusIcons.java | 100 String mute = args.getString("mute"); in dispatchDemoCommand() local
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | VolumeControlAction.java | 155 private boolean shouldUpdateAudioVolume(boolean mute) { in shouldUpdateAudioVolume()
|
D | HdmiCecLocalDeviceTv.java | 702 int mute = params[0] & 0x80; in handleReportAudioStatus() local 1006 void setAudioStatus(boolean mute, int volume) { in setAudioStatus() 1049 void changeMute(boolean mute) { in changeMute()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppErrorDialog.java | 126 final TextView mute = findViewById(com.android.internal.R.id.aerr_mute); in onCreate() local
|
/frameworks/av/media/libaudiohal/ |
D | DeviceHalHidl.cpp | 163 [&](Result r, bool mute) { in getMicMute() 181 [&](Result r, bool mute) { in getMasterMute()
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | IInCallAdapter.aidl | 40 void mute(boolean shouldMute); in mute() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCall.java | 248 setMute(boolean mute) { in setMute()
|
/frameworks/base/core/java/android/hardware/hdmi/ |
D | IHdmiControlService.aidl | 59 void setSystemAudioMute(boolean mute); in setSystemAudioMute()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | InCallAdapter.java | 117 public void mute(boolean shouldMute) { in mute() method in InCallAdapter
|
/frameworks/av/media/libaudioclient/ |
D | AudioSystem.cpp | 135 status_t AudioSystem::setMasterMute(bool mute) in setMasterMute() 151 status_t AudioSystem::getMasterMute(bool* mute) in getMasterMute() 169 status_t AudioSystem::setStreamMute(audio_stream_type_t stream, bool mute) in setStreamMute() 188 status_t AudioSystem::getStreamMute(audio_stream_type_t stream, bool* mute) in getStreamMute()
|
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
D | EffectBundle.cpp | 1978 int32_t VolumeSetMute(EffectContext *pContext, uint32_t mute){ in VolumeSetMute() 2008 int32_t VolumeGetMute(EffectContext *pContext, uint32_t *mute){ in VolumeGetMute() 3020 const uint32_t mute = *(uint32_t *)pValue; in Volume_setParameter() local
|
/frameworks/base/core/java/android/preference/ |
D | SeekBarVolumizer.java | 363 public void postUpdateSlider(int volume, int lastAudibleVolume, boolean mute) { in postUpdateSlider()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialogControllerImpl.java | 271 public void setStreamMute(int stream, boolean mute) { in setStreamMute() 520 private void onSetStreamMuteW(int stream, boolean mute) { in onSetStreamMuteW()
|
/frameworks/base/media/jni/soundpool/ |
D | SoundPool.cpp | 370 void SoundPool::mute(bool muting) in mute() function in android::SoundPool 1059 void SoundChannel::mute(bool muting) in mute() function in android::SoundChannel
|
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.h | 536 bool mute; member
|
/frameworks/base/media/java/android/media/ |
D | IAudioService.aidl | 66 void setMasterMute(boolean mute, int flags, String callingPackage, int userId); in setMasterMute()
|