HomeSort by relevance Sort by last modified time
    Searched defs:mute (Results 1 - 25 of 38) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pt2258.h 31 int mute; member in struct:snd_pt2258
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pt2258.h 31 int mute; member in struct:snd_pt2258
  /external/qemu/audio/
mixeng.h 29 struct mixeng_volume { int mute; mixeng_real r; mixeng_real l; }; member in struct:mixeng_volume
32 struct mixeng_volume { int mute; int64_t r; int64_t l; }; member in struct:mixeng_volume
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageConsole.cpp 98 void PageConsole::mute() function in class:WebCore::PageConsole
  /frameworks/wilhelm/src/itf/
IMuteSolo.c 22 static SLresult IMuteSolo_SetChannelMute(SLMuteSoloItf self, SLuint8 chan, SLboolean mute)
43 if (mute) {
71 SLboolean mute; local
75 mute = SL_BOOLEAN_FALSE;
78 mute = SL_BOOLEAN_FALSE;
82 mute = (SLboolean) ((mask >> chan) & 1);
86 *pMute = mute;
IVolume.c 79 static SLresult IVolume_SetMute(SLVolumeItf self, SLboolean mute)
84 mute = SL_BOOLEAN_FALSE != mute; // normalize
87 if (oldMute != mute) {
88 thiz->mMute = (SLuint8) mute;
108 SLboolean mute = thiz->mMute; local
110 *pMute = mute;
I3DSource.c 97 static SLresult I3DSource_SetRolloffMaxDistanceMute(SL3DSourceItf self, SLboolean mute)
103 thiz->mRolloffMaxDistanceMute = SL_BOOLEAN_FALSE != mute; // normalize
120 SLboolean mute = thiz->mRolloffMaxDistanceMute; local
122 *pMute = mute;
IOutputMixExt.c 426 /** \brief Called when a gain-related field (mute, solo, volume, stereo position, etc.) updated */
430 SLboolean mute = audioPlayer->mVolume.mMute; local
440 if (mute || !(~muteMask & 3)) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorState.cpp 144 void InspectorCompositeState::mute() function in class:WebCore::InspectorCompositeState
  /external/chromium_org/chrome/browser/chromeos/audio/
audio_devices_pref_handler_impl.cc 68 int mute = kPrefMuteOff; local
69 device_mute_settings_->GetInteger(device_id_str, &mute);
71 return (mute == kPrefMuteOn);
75 bool mute) {
77 mute ? kPrefMuteOn : kPrefMuteOff);
134 int mute = kPrefMuteOff; local
135 it.value().GetAsInteger(&mute);
136 dict_update->SetInteger(it.key(), mute);
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
player_testapi.js 113 * Mute the volume. No-op if already muted.
115 mute: function() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DemoStatusIcons.java 105 String mute = args.getString("mute"); local
106 if (mute != null) {
107 int iconId = mute.equals("show") ? android.R.drawable.stat_notify_call_mute
109 updateSlot("mute", null, iconId);
  /external/chromium_org/chromeos/dbus/
cras_audio_client.cc 34 // Monitor the D-Bus signal for output mute change.
43 // Monitor the D-Bus signal for input mute change.
200 // mute state and monitor user_mute state from OutputMuteChanged signal.
213 bool mute; local
214 if (!reader.PopBool(&mute)) {
218 FOR_EACH_OBSERVER(Observer, observers_, InputMuteChanged(mute));
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 228 android_media_AudioSystem_setMasterMute(JNIEnv *env, jobject thiz, jboolean mute)
230 return check_AudioSystem_Command(AudioSystem::setMasterMute(mute));
236 bool mute; local
237 if (AudioSystem::getMasterMute(&mute) != NO_ERROR) {
238 mute = false;
240 return mute;
  /hardware/qcom/audio/legacy/alsa_sound/
ALSAMixer.cpp 86 mute(false)
94 bool mute; member in struct:android::mixer_info_t
369 info->mute = state;
385 *state = info->mute;
410 info->mute = state;
426 *state = info->mute;
  /packages/apps/InCallUI/src/com/android/incallui/
CallCommandClient.java 102 public void mute(boolean onOff) { method in class:CallCommandClient
103 Log.i(this, "mute: " + onOff);
105 Log.e(this, "Cannot mute call; CallCommandService == null");
109 mCommandService.mute(onOff);
  /packages/services/Telephony/src/com/android/phone/
CallCommandService.java 199 public void mute(boolean onOff) { method in class:CallCommandService
203 Log.e(TAG, "Error during mute().", e);
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.cc 163 void AudioMixerAlsa::SetMute(bool mute) {
168 // Set volume to minimum on mute, since switching the element off does not
169 // always mute as it should.
172 // switching the element off can be guaranteed to mute it. Currently mute
177 if (old_value != mute) {
178 if (mute) {
186 SetElementMuted_Locked(elem_master_, mute);
187 prefs_->SetInteger(prefs::kAudioMute, mute ? kPrefMuteOn : kPrefMuteOff);
369 // If volume or mute are invalid, set them now to the current actual values
372 bool mute = false; local
378 VLOG(1) << "Setting volume to " << pref_volume << " and mute to " << mute; local
393 int mute = prefs_->GetInteger(prefs::kAudioMute); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
introspect.h 164 * It is also possible to mute a sink or source:
218 int mute; /**< Mute switch of the sink \since 0.8 */ member in struct:pa_sink_info
247 int mute; /**< Mute switch of the sink \since 0.8 */ member in struct:pa_source_info
334 int mute; /**< Stream muted \since 0.9.7 */ member in struct:pa_sink_input_info
376 /** Set the mute switch of a sink device specified by its index \since 0.8 */
377 pa_operation* pa_context_set_sink_mute_by_index(pa_context *c, uint32_t idx, int mute, pa_context_success_cb_t cb, void *userdata);
379 /** Set the mute switch of a sink device specified by its name \since 0.8 */
380 pa_operation* pa_context_set_sink_mute_by_name(pa_context *c, const char *name, int mute, pa_context_success_cb_t cb, void *userdata)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
introspect.h 164 * It is also possible to mute a sink or source:
218 int mute; /**< Mute switch of the sink \since 0.8 */ member in struct:pa_sink_info
247 int mute; /**< Mute switch of the sink \since 0.8 */ member in struct:pa_source_info
334 int mute; /**< Stream muted \since 0.9.7 */ member in struct:pa_sink_input_info
376 /** Set the mute switch of a sink device specified by its index \since 0.8 */
377 pa_operation* pa_context_set_sink_mute_by_index(pa_context *c, uint32_t idx, int mute, pa_context_success_cb_t cb, void *userdata);
379 /** Set the mute switch of a sink device specified by its name \since 0.8 */
380 pa_operation* pa_context_set_sink_mute_by_name(pa_context *c, const char *name, int mute, pa_context_success_cb_t cb, void *userdata)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
introspect.h 164 * It is also possible to mute a sink or source:
218 int mute; /**< Mute switch of the sink \since 0.8 */ member in struct:pa_sink_info
247 int mute; /**< Mute switch of the sink \since 0.8 */ member in struct:pa_source_info
334 int mute; /**< Stream muted \since 0.9.7 */ member in struct:pa_sink_input_info
376 /** Set the mute switch of a sink device specified by its index \since 0.8 */
377 pa_operation* pa_context_set_sink_mute_by_index(pa_context *c, uint32_t idx, int mute, pa_context_success_cb_t cb, void *userdata);
379 /** Set the mute switch of a sink device specified by its name \since 0.8 */
380 pa_operation* pa_context_set_sink_mute_by_name(pa_context *c, const char *name, int mute, pa_context_success_cb_t cb, void *userdata)
    [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 1266 bool mute = !(params_.media_flags & WebContextMenuData::MediaMuted); local
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider_chromeos.cc 1172 bool mute; local
    [all...]
  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu.cc 1665 bool mute = !(params_.media_flags & WebContextMenuData::MediaMuted); local
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 2351 uint32_t mute; local
    [all...]

Completed in 894 milliseconds

1 2