HomeSort by relevance Sort by last modified time
    Searched defs:muted (Results 1 - 11 of 11) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
call.h 72 bool muted() const { return muted_; } function in class:cricket::Call
channel.h 144 bool muted() const { return muted_; } function in class:cricket::BaseChannel
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FullscreenVideoControllerEfl.cpp 123 bool FullscreenVideoController::muted() const function in class:FullscreenVideoController
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FullscreenVideoController.cpp 407 bool FullscreenVideoController::muted() const function in class:FullscreenVideoController
409 return m_mediaElement ? m_mediaElement->muted() : false;
433 gtk_scale_button_set_value(GTK_SCALE_BUTTON(m_volumeButton), muted() ? 0 : volume());
  /external/webkit/Source/WebCore/rendering/
RenderThemeWinCE.cpp 560 bool muted = !mediaElement || mediaElement->muted(); local
575 if (muted)
  /frameworks/av/media/libmedia/
AudioTrack.cpp 505 bool AudioTrack::muted() const function in class:android::AudioTrack
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soc-dapm.h 269 unsigned char muted:1; /* muted for pop reduction */ member in struct:snd_soc_dapm_widget
  /device/moto/wingray/libaudio/
AudioHardware.cpp 1687 bool muted; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.cpp 531 bool MediaPlayer::muted() const function in class:WebCore::MediaPlayer
536 void MediaPlayer::setMuted(bool muted)
538 m_muted = muted;
541 m_private->setMuted(muted);
543 m_private->setVolume(muted ? 0 : m_volume);
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp 1574 bool HTMLMediaElement::muted() const function in class:WebCore::HTMLMediaElement
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 1991 setMuteInternal(cm.getFgPhone(), muted); local
    [all...]

Completed in 428 milliseconds