HomeSort by relevance Sort by last modified time
    Searched refs:mute (Results 101 - 125 of 158) sorted by null

1 2 3 45 6 7

  /hardware/qcom/msm8x09/original-kernel-headers/linux/
msm_audio.h 224 uint32_t mute; member in struct:msm_mute_info
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_audio.h 194 uint32_t mute; member in struct:msm_mute_info
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_audio.h 212 uint32_t mute; member in struct:msm_mute_info
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_audio.h 194 uint32_t mute; member in struct:msm_mute_info
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_audio.h 204 uint32_t mute; member in struct:msm_mute_info
  /packages/apps/Car/Radio/src/com/android/car/radio/
RadioService.java 229 Log.e(TAG, "Mute state change callback failed", e);
310 * @return {@code true} if the mute was successful.
313 public boolean mute() {
320 * @return {@code true} if the un-mute was successful.
RadioController.java 103 * whether or not to un-mute the radio after an {@link AudioManager#AUDIOFOCUS_LOSS_TRANSIENT}
258 // Ensure the play button properly reflects the current mute state.
570 * Click listener for the play/pause button. Currently, all this does is mute/unmute the radio
588 mRadioManager.mute();
  /external/sonivox/jet_tools/JetCreator/
JetAudition.py 180 """ Sets command to mute all tracks """
184 """ Sets command to un-mute all tracks """
188 """ Sets command to set mute flags to their original values """
197 def SetMuteFlag(self, trackNum, mute):
202 self.jet.SetMuteFlag(trackNum, mute, sync)
203 logging.info("SetMuteFlag() Track:%d Mute:%d Sync:%d" % (trackNum, mute, sync))
JetUtils.py 390 """ Computes mute flags """
397 """ Computes mute flags from a list """
409 """ Computes mute flags from a list """
419 def SetMuteFlag(track, muteFlag, mute):
420 """ Sets a mute flag """
421 if mute:
427 """ Sets a mute flag """
436 """ Clears a mute flag """
445 """ Get a mute flag """
  /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...]
  /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...]
  /frameworks/base/services/core/java/com/android/server/audio/
PlaybackActivityMonitor.java 493 // find which players to mute
501 boolean mute = false;
504 mute = true;
508 if (mute) {
    [all...]
AudioService.java 1703 mStreamStates[stream].mute(state); method
1895 mStreamStates[stream].mute(index == 0); method
2681 mStreamStates[streamType].mute(false); method
2685 mStreamStates[streamType].mute(true); method
4744 mStreamStates[AudioSystem.STREAM_MUSIC].mute(false); method
5108 public void mute(boolean state) { method in class:AudioService.VolumeStreamState
    [all...]
  /external/adhd/cras/src/libcras/
cras_client.c     [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 2984 const uint32_t mute = *(uint32_t *)pValue; local
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 589 // mute media and sonification strategies and delay device switch by the largest
5110 bool mute = shouldMute && (curDevice & device) && (curDevice != device); local
    [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 561 android_media_AudioSystem_setMasterMute(JNIEnv *env, jobject thiz, jboolean mute)
563 return (jint) check_AudioSystem_Command(AudioSystem::setMasterMute(mute));
569 bool mute; local
570 if (AudioSystem::getMasterMute(&mute) != NO_ERROR) {
571 mute = false;
573 return mute;
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BasicCallTests.java 580 mInCallServiceFixtureX.mInCallAdapter.mute(true);
583 mInCallServiceFixtureX.mInCallAdapter.mute(false);
    [all...]
CallAudioManagerTest.java 126 // Mute the current ongoing call.
127 mCallAudioManager.mute(true);
140 // Capture the calls to sendMessageWithSessionInfo; we want to look for mute on and off
141 // messages and make sure that there was a mute on before the mute off.
151 // Make sure we got a mute on and a mute off.
154 // And that the mute on happened before the off.
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiControlService.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ActionBarController.java 442 Utils.setMenuItemPresent(menu, R.id.mute,
443 mAccount.supportsCapability(AccountCapabilities.MUTE) && mFolder != null
OnePaneController.java 335 || action == R.id.mute
  /external/webrtc/talk/media/base/
fakemediaengine.h 173 bool MuteStream(uint32_t ssrc, bool mute) {
177 if (mute) {
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.cc     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]

Completed in 1433 milliseconds

1 2 3 45 6 7