HomeSort by relevance Sort by last modified time
    Searched full:mute (Results 151 - 175 of 372) sorted by null

1 2 3 4 5 67 8 91011>>

  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
IFmConstants.java 70 /* Mute constants */
  /hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
FmTx.java     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XF86keysym.h 54 #define XF86XK_AudioMute 0x1008FF12 /* Mute sound from the system */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev.h 247 #define VIDIOCSAUDIO _IOW('v',17, struct video_audio) /* Audio source, mute etc */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XF86keysym.h 54 #define XF86XK_AudioMute 0x1008FF12 /* Mute sound from the system */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 247 #define VIDIOCSAUDIO _IOW('v',17, struct video_audio) /* Audio source, mute etc */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs4231-regs.h 171 #define CS4236_DAC_MUTE 0xb8 /* DAC mute and IFSE enable */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XF86keysym.h 54 #define XF86XK_AudioMute 0x1008FF12 /* Mute sound from the system */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 247 #define VIDIOCSAUDIO _IOW('v',17, struct video_audio) /* Audio source, mute etc */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs4231-regs.h 171 #define CS4236_DAC_MUTE 0xb8 /* DAC mute and IFSE enable */
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 86 boolean desiredMute = false; // false = mute off
717 setMute(boolean mute) {
718 desiredMute = mute;
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 491 // Call setRingerModeInt() to apply correct mute
604 pw.print("\n- mute affected streams = 0x");
1158 mStreamStates[stream].mute(cb, state); method
1165 mStreamStates[streamType].mute(cb, state); method
1321 mStreamStates[streamType].mute(null, false); method
1327 mStreamStates[streamType].mute(null, true); method
2901 public synchronized void mute(IBinder cb, boolean state) { method in class:AudioService.VolumeStreamState
2933 public void mute(boolean state) { method in class:AudioService.VolumeStreamState.VolumeDeathHandler
    [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 1266 bool mute = !(params_.media_flags & WebContextMenuData::MediaMuted); local
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 759 bool mute; member in struct:android::AudioFlinger::stream_type_t
    [all...]
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxApp.java 96 To mute /unmute, sFmRadio.rxSetMuteMode() will be called and the callback
140 private boolean mToggleMute = false; // To toggle between the mute/unmute
680 * Update the icon on main screen with appropriate mute/unmute icon
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneGlobals.java 230 /** boolean indicating restoring mute state on InCallScreen.onResume() */
259 * Set the restore mute state flag. Used when we are setting the mute state
267 * Get the restore mute state flag.
269 * out if we need to restore the mute state for the current active call.
611 // start with the default value to set the mute state.
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_vm_protos.h 101 * mute - EAS_FALSE to unmute channels, EAS_TRUE to mute
577 * We also force all voices to mute quickly.
592 * - force all voices to update their envelope states to mute
603 * This forces all voices to mute quickly.
611 * - forces all voices to update their envelope states to mute
624 * note off already) or forces them to mute quickly.
633 * - forces all voices to update their envelope states to release or mute
643 * Quickly mute all notes on the given channel.
652 * - forces all voices on this channel to update their envelope states to mute
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_vm_protos.h 101 * mute - EAS_FALSE to unmute channels, EAS_TRUE to mute
577 * We also force all voices to mute quickly.
592 * - force all voices to update their envelope states to mute
603 * This forces all voices to mute quickly.
611 * - forces all voices to update their envelope states to mute
624 * note off already) or forces them to mute quickly.
633 * - forces all voices to update their envelope states to release or mute
643 * Quickly mute all notes on the given channel.
652 * - forces all voices on this channel to update their envelope states to mute
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_vm_protos.h 101 * mute - EAS_FALSE to unmute channels, EAS_TRUE to mute
577 * We also force all voices to mute quickly.
592 * - force all voices to update their envelope states to mute
603 * This forces all voices to mute quickly.
611 * - forces all voices to update their envelope states to mute
624 * note off already) or forces them to mute quickly.
633 * - forces all voices to update their envelope states to release or mute
643 * Quickly mute all notes on the given channel.
652 * - forces all voices on this channel to update their envelope states to mute
    [all...]
  /hardware/ril/include/telephony/
ril.h     [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 2386 uint32_t mute; local
    [all...]
  /packages/apps/Email/src/com/android/mail/providers/
UIProvider.java 176 public static final int MUTE = 0x0008;
552 * For accounts that support mute, this will indicate if a mute is performed from within
    [all...]
  /external/sonivox/arm-wt-22k/host_src/
jet.h 164 * Change the state of the mute flags
172 * Change the state of a single mute flag
180 * Unmute a track and then mute it when it is complete
  /frameworks/base/core/java/android/view/
VolumePanel.java 451 /** Update the mute and progress state of a slider */
660 * the way to zero and don't show the mute icon.
684 * the way to zero and don't show the mute icon.
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 82 boolean desiredMute = false; // false = mute off
787 setMute(boolean mute) {
788 desiredMute = mute;
    [all...]

Completed in 511 milliseconds

1 2 3 4 5 67 8 91011>>