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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameConsole.cpp 112 void FrameConsole::mute() function in class:WebCore::FrameConsole
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
ext-stream-restore.h 44 int mute; /**< The boolean mute state of the stream when it was last seen, if applicable and saved */ member in struct:pa_ext_stream_restore_info
introspect.h 155 * It is also possible to mute a sink or source:
216 int mute; /**< Mute switch of the sink */ member in struct:pa_sink_info
251 /** Set the mute switch of a sink device specified by its index */
252 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);
254 /** Set the mute switch of a sink device specified by its name */
255 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);
293 int mute; /**< Mute switch of the sink */ member in struct:pa_source_info
328 /** Set the mute switch of a source device specified by its index *
501 int mute; \/**< Stream muted \\since 0.9.7 *\/ member in struct:pa_sink_input_info
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
ext-stream-restore.h 44 int mute; /**< The boolean mute state of the stream when it was last seen, if applicable and saved */ member in struct:pa_ext_stream_restore_info
introspect.h 155 * It is also possible to mute a sink or source:
216 int mute; /**< Mute switch of the sink */ member in struct:pa_sink_info
251 /** Set the mute switch of a sink device specified by its index */
252 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);
254 /** Set the mute switch of a sink device specified by its name */
255 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);
293 int mute; /**< Mute switch of the sink */ member in struct:pa_source_info
328 /** Set the mute switch of a source device specified by its index *
501 int mute; \/**< Stream muted \\since 0.9.7 *\/ member in struct:pa_sink_input_info
    [all...]
  /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 155 void InspectorCompositeState::mute() function in class:WebCore::InspectorCompositeState
  /external/chromium_org/chrome/browser/chromeos/audio/
audio_devices_pref_handler_impl.cc 74 int mute = kPrefMuteOff; local
75 device_mute_settings_->GetInteger(device_id_str, &mute);
77 return (mute == kPrefMuteOn);
81 bool mute) {
83 mute ? kPrefMuteOn : kPrefMuteOff);
165 int mute = kPrefMuteOff; local
166 it.value().GetAsInteger(&mute);
167 dict_update->SetInteger(it.key(), mute);
  /external/chromium_org/ui/file_manager/file_manager/foreground/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 111 String mute = args.getString("mute"); local
112 if (mute != null) {
113 int iconId = mute.equals("show") ? android.R.drawable.stat_notify_call_mute
115 updateSlot("mute", null, iconId);
  /frameworks/base/telecomm/java/android/telecom/
InCallAdapter.java 110 * Mute the microphone.
114 public void mute(boolean shouldMute) { method in class:InCallAdapter
116 mAdapter.mute(shouldMute);
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallAdapter.java 152 mCallsManager.mute(msg.arg1 == 1);
297 public void mute(boolean shouldMute) { method in class:InCallAdapter
CallAudioManager.java 146 mute(!mAudioState.isMuted);
149 void mute(boolean shouldMute) { method in class:CallAudioManager
154 Log.v(this, "mute, shouldMute: %b", shouldMute);
156 // Don't mute if there are any emergency calls.
159 Log.v(this, "ignoring mute for emergency call");
285 // Mute.
287 Log.i(this, "changing microphone mute state to: %b", mAudioState.isMuted);
  /device/asus/fugu/libaudio/
AudioStreamIn.cpp 286 bool mute; local
287 mOwnerHAL.getMicMute(&mute);
288 if (mute) {
  /external/chromium_org/chromeos/dbus/
cras_audio_client.cc 145 // Monitor the D-Bus signal for output mute change.
154 // Monitor the D-Bus signal for input mute change.
208 // mute state and monitor user_mute state from OutputMuteChanged signal.
221 bool mute; local
222 if (!reader.PopBool(&mute)) {
226 FOR_EACH_OBSERVER(Observer, observers_, InputMuteChanged(mute));
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_mixer_manager_mac.cc 483 // Does the capture device have a master mute control?
507 " Mute cannot be set for output channel %d, err=%d",
533 UInt32 mute = enable ? 1 : 0; local
536 // Does the render device have a master mute control?
545 size = sizeof(mute);
547 &propertyAddress, 0, NULL, size, &mute));
561 size = sizeof(mute);
563 &propertyAddress, 0, NULL, size, &mute));
571 " Unable to set mute on any input channel");
631 " Unable to get mute for any channel")
733 UInt32 mute = enable ? 1 : 0; local
    [all...]
  /hardware/qcom/audio/hal/voice_extn/
voice_extn.c 469 bool mute = false; local
472 mute = true;
485 ret = platform_set_device_mute(adev->platform, mute, str_value);
487 ALOGE("%s: Failed to set mute err:%d", __func__, ret);
  /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/
TelecomAdapter.java 121 void mute(boolean shouldMute) { method in class:TelecomAdapter
125 Log.e(this, "error mute, mPhone is null");
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SelectedConversationsActionMenu.java 141 } else if (itemId == R.id.mute) {
142 destroy(R.id.mute, mSelectionSet.values(), mUpdater.getBatchAction(R.id.mute,
442 final MenuItem mute = menu.findItem(R.id.mute); local
443 if (mute != null) {
444 mute.setVisible(mAccount.supportsCapability(UIProvider.AccountCapabilities.MUTE)
  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu.cc 1576 bool mute = !(params_.media_flags & WebContextMenuData::MediaMuted); local
    [all...]

Completed in 704 milliseconds

1 2