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

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
ext-stream-restore.h 45 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 156 * It is also possible to mute a sink or source:
219 int mute; /**< Mute switch of the sink */ member in struct:pa_sink_info
256 /** Set the mute switch of a sink device specified by its index */
257 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);
259 /** Set the mute switch of a sink device specified by its name */
260 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);
299 int mute; /**< Mute switch of the sink */ member in struct:pa_source_info
336 /** Set the mute switch of a source device specified by its index *
525 int mute; \/**< Stream muted \\since 0.9.7 *\/ member in struct:pa_sink_input_info
579 int mute; \/**< Stream muted \\since 1.0 *\/ member in struct:pa_source_output_info
    [all...]
  /frameworks/wilhelm/src/itf/
IMuteSolo.cpp 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.cpp 80 static SLresult IVolume_SetMute(SLVolumeItf self, SLboolean mute)
85 mute = SL_BOOLEAN_FALSE != mute; // normalize
88 if (oldMute != mute) {
89 thiz->mMute = (SLuint8) mute;
109 SLboolean mute = thiz->mMute; local
111 *pMute = mute;
I3DSource.cpp 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;
  /frameworks/base/services/core/java/com/android/server/am/
AppErrorDialog.java 51 static final int MUTE = 5;
130 final TextView mute = findViewById(com.android.internal.R.id.aerr_mute); local
131 mute.setOnClickListener(this);
132 mute.setVisibility(showMute ? View.VISIBLE : View.GONE);
194 mHandler.obtainMessage(MUTE).sendToTarget();
  /external/adhd/cras/src/common/
cras_shm.h 57 int32_t mute; member in struct:cras_audio_shm_area
402 static inline void cras_shm_set_mute(struct cras_audio_shm *shm, size_t mute)
404 shm->area->mute = !!mute;
407 /* Returns the mute state of the stream. 0 if not muted, non-zero if muted. */
410 return shm->area->mute;
cras_messages.h 176 /* Set the system mute state. */
179 int32_t mute; /* 0 = un-mute, 1 = mute. */ member in struct:cras_set_system_mute
183 int mute)
185 m->mute = mute;
191 int mute)
193 m->mute = mute;
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
debug_ops.h 377 bool mute = mute_if_healthy_ && nan_count == 0 && negative_inf_count == 0 && variable
379 if (!mute) {
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_mixer_manager_mac.cc 425 // Does the capture device have a master mute control?
446 " Mute cannot be set for output channel %d, err=%d", i, err);
469 UInt32 mute = enable ? 1 : 0; local
472 // Does the render device have a master mute control?
480 size = sizeof(mute);
482 _outputDeviceID, &propertyAddress, 0, NULL, size, &mute));
494 size = sizeof(mute);
496 _outputDeviceID, &propertyAddress, 0, NULL, size, &mute));
503 " Unable to set mute on any input channel");
554 " Unable to get mute for any channel")
645 UInt32 mute = enable ? 1 : 0; local
    [all...]
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
Device.impl.h 89 Return<Result> Device::setMicMute(bool mute) {
90 return analyzeStatus("set_mic_mute", mDevice->set_mic_mute(mDevice, mute));
94 bool mute = false; local
95 Result retval = analyzeStatus("get_mic_mute", mDevice->get_mic_mute(mDevice, &mute));
96 _hidl_cb(retval, mute);
100 Return<Result> Device::setMasterMute(bool mute) {
103 retval = analyzeStatus("set_master_mute", mDevice->set_master_mute(mDevice, mute));
110 bool mute = false; local
112 retval = analyzeStatus("get_master_mute", mDevice->get_master_mute(mDevice, &mute));
114 _hidl_cb(retval, mute);
    [all...]
  /hardware/qcom/audio/hal/voice_extn/
voice_extn.c 494 bool mute = false; local
497 mute = true;
510 ret = platform_set_device_mute(adev->platform, mute, str_value);
512 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/Dialer/java/com/android/incallui/call/
TelecomAdapter.java 71 public void mute(boolean shouldMute) { method in class:TelecomAdapter
75 LogUtil.e("TelecomAdapter.mute", "mInCallService is null");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DemoStatusIcons.java 141 String mute = args.getString("mute"); local
142 if (mute != null) {
143 int iconId = mute.equals("show") ? android.R.drawable.stat_notify_call_mute
145 updateSlot("mute", null, iconId);
  /frameworks/base/telecomm/java/android/telecom/
InCallAdapter.java 128 * Mute the microphone.
132 public void mute(boolean shouldMute) { method in class:InCallAdapter
134 mAdapter.mute(shouldMute);
  /external/adhd/cras/src/tests/
dev_stream_unittest.cc 66 int mute; member in struct:__anon14139::mix_add_call
    [all...]
cras_test_client.c 694 int mute = 0; local
852 mute = !mute;
853 cras_client_set_system_mute(client, mute);
1012 /* Repeatedly mute and unmute the output until there is an error. */
1015 int mute = 0; local
1021 rc = cras_client_set_user_mute(client, mute);
1022 printf("cras_client_set_user_mute(%d): %d\n", mute, rc);
1025 mute = !mute;
1196 int mute = atoi(optarg); local
1205 int mute = atoi(optarg); local
1332 int mute = atoi(optarg); local
    [all...]
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 367 void SoundPool::mute(bool muting) function in class:android::SoundPool
369 ALOGV("mute(%d)", muting);
375 (*iter)->mute(muting);
1060 void SoundChannel::mute(bool muting) function in class:android::SoundChannel
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SelectedConversationsActionMenu.java 145 } else if (itemId == R.id.mute) {
146 destroy(R.id.mute, mCheckedSet.values(), mUpdater.getBatchAction(R.id.mute,
453 final MenuItem mute = menu.findItem(R.id.mute); local
454 if (mute != null) {
455 mute.setVisible(mAccount.supportsCapability(UIProvider.AccountCapabilities.MUTE)
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallAdapter.java 284 public void mute(boolean shouldMute) { method in class:InCallAdapter
290 mCallsManager.mute(shouldMute);
CallAudioManager.java 247 // Turn off mute when a new incoming call is answered iff it's not a handover.
249 mute(false /* shouldMute */);
380 // Don't mute if there are any emergency calls.
396 public void mute(boolean shouldMute) { method in class:CallAudioManager
397 Log.v(this, "mute, shouldMute: %b", shouldMute);
399 // Don't mute if there are any emergency calls.
402 Log.v(this, "ignoring mute for emergency call");
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 2984 const uint32_t mute = *(uint32_t *)pValue; local
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 509 mute(false)
513 bool mute; member in struct:android::AudioFlinger::stream_type_t
621 { return mStreamTypes[stream].mute; }
    [all...]
  /bionic/libc/kernel/uapi/sound/
asoc.h 154 __le32 mute; member in struct:snd_soc_tplg_tlv_dbscale

Completed in 338 milliseconds

1 2 3